So I just stumbled upon this landing page and loved the Marketo form embedded on it: The World’s 50 Most Influential CMOs 2017 - Sprinklr
There are a couple of things I like about it:
How can I get as close as possible to this form?
We use Drupal as our main CMS and Unbounce/Marketo for some landing pages.
Cheers
Bhanu Chawla
Solved! Go to Solution.
What you want to do with regards to checking the field values like business address will require using the Marketo Javascript API http://developers.marketo.com/javascript-api/forms/
For the customised greetings, you can do this from the form edit area. There is a section called "If known Visitor, show:" Set this to custom html and then add your message. An example would be "Welcome back {{lead.FirstName}}, If you're interested in more information why not schedule a call with one of our team."
What you want to do with regards to checking the field values like business address will require using the Marketo Javascript API http://developers.marketo.com/javascript-api/forms/
For the customised greetings, you can do this from the form edit area. There is a section called "If known Visitor, show:" Set this to custom html and then add your message. An example would be "Welcome back {{lead.FirstName}}, If you're interested in more information why not schedule a call with one of our team."
Great. Thanks for that. How about the auto-populate functionality for the "Company Name" field?
Bhanu Chawla also dont forget to include the {{form.NotYou:default=Not you?}} tag after your statement.
Awesome! Thanks for that, Gerard. How about the auto-populate functionality for the "Company Name" field?
It uses Clearbit, as you can see in Dev Tools Network tab.
Just adding to Sanford Whiteman said. Clearbit is a third party company that can help identify companies and give you extra good quality data on your leads. I've added a few links that you might want to explore including other companies.
https://www.act-on.com/pricing/
Thanks,
Gerard
The "business email" validation JS they're using is here. But it has a pretty blatant bug: it does a case-sensitive match, so you can enter bhanu@Gmail.com and pass validation. There's better code here if you search the Community.