Use Marketo Forms to Pull Dynamic Device Information

Anonymous
Not applicable

Use Marketo Forms to Pull Dynamic Device Information

Hello Community,

Is there a way for Marketo forms to pre-populated fields on the form prior to a user filling out the form? For example, clicks on a support link, and the form the link takes the user to populates form fields, such as phone device, etc. so the user doesn't have to.

Just wondering if anyone knew if this was a capability with Marketo forms.

Thanks all!

Teresa Vogelpohl

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Use Marketo Forms to Pull Dynamic Device Information

Any field of type Hidden can be AutoFilled from a URL parameter.  Then you can unhide the field.  I posted a demo of this a long time ago, if you search my posts.

Alternately, you can use a URL parsing library (I highly, highly recommend URI.js -- do not try to rebuild this yourself) to grab stuff from the URl and put it in standard visible fields.