SOLVED

Re: Best practices re: blog subscription

Go to solution
Milena_Volkova
Level 2

Best practices re: blog subscription

Hi all, I am looking for best practices: we have a simple form for blog subscription, which is standard: you can enter only your email address to subscribe for blog posts. I was hoping to get the rest of the necessary information (name, company, country, etc.) when the person submits a longer form for content or event. However, if the person is cookied, we don't display a long form (at least not for white papers and such), we just give them the asset and add them to the relevant program based on their clicking a certain link to get that content. So, a person may do a lot of activities without ever providing contact information other than the email. 

 

What approaches would work here? How can I display a full form to the person if their first name and other information are missing? 

 

Thank you, 

-Milena

 

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Best practices re: blog subscription

In Form Settings » Settings » General:

SanfordWhiteman_1-1640994376183.png

 


I do see the progressive profiling block - are you saying I should not use it and instead "put the equivalent of KV HTML in a Rich Text area, outside the ProgPro block"? 

 


No, the opposite. You should put all your fields except for the Rich Text that emulates KV HTML into ProgPro. And turn off KV HTML itself.

 

This form works that way: MktoForms2 :: Emulate KV HTML + ProgPro. You can‘t submit the demo form but the CSS & JS show how it’s done.

View solution in original post

7 REPLIES 7
SanfordWhiteman
Level 10 - Community Moderator

Re: Best practices re: blog subscription


How can I display a full form to the person if their first name and other information are missing? 

Sounds like the perfect case for Progressive Profiling.

 

Enable Progressive Profiling under Form Settings » Settings » Progressive Profiling.

 

Drag all fields but Email Address inside the ProgPro block.

 

Set “Number of Blank Fields” to the total number of fields in the block. This will show any fields in the block that are currently empty. If the fields are also set to Required, then you’ll be making sure you have all of them for next time.

 

 

Milena_Volkova
Level 2

Re: Best practices re: blog subscription

Hi Sanford, thank you for the prompt response. Unfortunately, since that person will be cookied, no form will be displayed for them. Is there a way to read the cookie and display a form if certain fields are missing? Sorry if this is a stupid question or if it does not have to do with Marketo but rather with web technologies, I don't know how to "read a cookie". Or maybe there is a way to not cookie a person who submits the short blog submission form, but that may create other problems or may not be possible... 

 

Thank you, 

Milena

SanfordWhiteman
Level 10 - Community Moderator

Re: Best practices re: blog subscription


Hi Sanford, thank you for the prompt response. Unfortunately, since that person will be cookied, no form will be displayed for them.

That’s only because you have Known Visitor HTML (= KV HTML = “If Known Visitor, Show Custom HTML) turned on in Form Editor.

 

Obviously KV HTML and Progressive Profiling cannot both be on, because they contradict each other!

 

You need to turn off KV HTML and instead put the equivalent of KV HTML in a Rich Text area, outside the ProgPro block.

 

Then hide that RTA by default. Only show it if all the ProgPro fields are filled. If all your fields are in the ProgPro block, including Email, it’s easy to tell if all the fields are filled: there won’t be any inputs on the form when it’s rendered.

 

The form then switches between modes:

SanfordWhiteman_1-1640988897305.png

SanfordWhiteman_2-1640988902225.png

 

 

Milena_Volkova
Level 2

Re: Best practices re: blog subscription

>> That’s only because you have Known Visitor HTML (= KV HTML = “If Known Visitor, Show Custom HTML) turned on in Form Editor : 

Sorry, I don't see it in my Marketo form editor. Where would it be?

 

I do see the progressive profiling block - are you saying I should not use it and instead "put the equivalent of KV HTML in a Rich Text area, outside the ProgPro block"? 

 

SanfordWhiteman
Level 10 - Community Moderator

Re: Best practices re: blog subscription

In Form Settings » Settings » General:

SanfordWhiteman_1-1640994376183.png

 


I do see the progressive profiling block - are you saying I should not use it and instead "put the equivalent of KV HTML in a Rich Text area, outside the ProgPro block"? 

 


No, the opposite. You should put all your fields except for the Rich Text that emulates KV HTML into ProgPro. And turn off KV HTML itself.

 

This form works that way: MktoForms2 :: Emulate KV HTML + ProgPro. You can‘t submit the demo form but the CSS & JS show how it’s done.

Milena_Volkova
Level 2

Re: Best practices re: blog subscription

Thank you, Sanford. Actually, this form does not have "know visitor custom HTML" but it's an embedded form, so the web team must have done something on their end to hide the form from known visitors, it's not done in Marketo. I'll sync up with them when they are back in the office. 

 

Milena_Volkova_0-1641423425319.png

Thank you!

Milena

SanfordWhiteman
Level 10 - Community Moderator

Re: Best practices re: blog subscription

I can’t imagine what they’re doing that’s accurate except for storing a cookie when somebody has filled out a form in that session, which is certainly not necessary when you have KV HTML as an option.