Hi Community,
I'm developing a standard landing page that uses a simple form. Anyone who has this page's url can access this landing page (because it's a public page), fill the form and submit the information to Marketo.
However, when this page is accessed by one of our company's Marketo user (user, not one of our contact) to fill in the data, the form needs to have one extra field to write some notes.
To reach this, is it possible to create a form that has two versions, one public and one private, for the same url (which means the same landing page)?
The public one would be accessible to anyone and the private one would only be accessible to ours Marketo's users, using something like a dynamic field, that is presented in case that the page is accessed via Marketo, guaranteeing that the person that is opening that page is a Marketo user and so the field should be presented.
The only solution that I found is to create a new landing page, with a new form with that field for the notes, which is not perfect because the page will also be exposed to anyone.
Any thoughts or suggestions would be greatly appreciated!
Thanks!
The most straightforward way is to simply segment the page (make the form Dynamic Content). You should always have a segmentation based on User/Customer if you're going to expose Mkto resources to users-as-end-users.
The other method would be to use Visibility Rules to show/hide the extra field based on Pre-Filled content. In this particular case, because of the possible sensitivity of the extra field, I would incline toward the segmentation.
In either case, you need to make sure the form, if it's being submitted on behalf of a lead (you didn't make this clear), does not include the Munchkin tracking cookie, or none of this will work.
Here's a pretty janky solution:
I bet you $5 Sanford can do this much better though! I don't know enough Javascript + Marketo to do cool things with it.
Edit: See I TOLD you he would have a better solution