Autofill email field via URL
Not sure how to explain this but here goes:
We're currently using an email sign-up method that requests the email address on a page then fills it in on the actual form field using the following:
URL?email=test@test.com
When submitted the browser opens the actual form and the email is automatically filled in and the user must fill in the rest of the form.
We're testing using a Marketo form instead so I'm wondering if there's a similar syntax?