Hey Bob,There shouldn't be any concerns with a fresh marketo sandbox. As long as your sync user is set up, it should be as simple as inputting the new creds.
Hey Sean,It would look like this:1. Users Fills Out Form2. When the Submit button is pressed, during the onValidate or onSubmit callback, send an AJAX call to your webhook.3. On AJ...
Hey Ben,In order to stop form submission with the forms API, you would want to use AJAX in the onValidate method to check for failures, and then add the fields which you need in th...
Hey Sean,I would not recommend trying to go through this route, as the latency between form followup, and return values from a webhook is too high to work with consistency. If poss...
Hey Adam,If you can't easily normalize the data in Marketo, you might want to look into building an APEX trigger for Upserts on Leads/Contacts to change this before validation is a...
Hey Kelly,What you want is called responsive design and there's a lot of literature around the web about it. You should check out templates.marketo.com for some responsive template...
Hey Hailey,The default interpolation mode for images in IE9 is very poor, you can override it with this CSS:img {ms-interpolation-mode: bicubic;}This should give your images a much...