Wow, that's great Sanford Whiteman! Although I do agree with you - a drag and drop would be ideal, but it doesn't seem to be on the horizon for Marketo In the meantime, this solut...
They shouldn't be allowed to enter the same number for multiple countries.Storage - not too bothered. I guess as one ordered array, but whatever does is easier to implement on the ...
Hi SanfordIdeally it would be something like this - although the UX could vary:Rank the below countries from 1-6, with 1 being the product you are most interested in, and 6 being t...
If I would like a customer to rank their preferences in order from 1-5, then can I force the ranking within Marketo's form functionality? For example, listing products in order of ...
Thanks Sanford! That's working perfectly.Here's my updated code:POST to URL: https://(our endpoint)/rest/v1/leads/push.json?access_token=(token) { "input": [ { "id": "(insert ID he...
Hi guysI'm really struggling to write to a Marketo custom field using the "Push Lead to Marketo" REST API endpoint here: http://developers.marketo.com/rest-api/endpoint-reference/l...
Sanford Whiteman has solved it! Basically, I was loading the form twice on the page - once through the Marketo editor in a guided landing page, and once more in the Javascript in ...
Further update: best practice seems to be to define the width and height you want, but not to use "px". If you use "px", Outlook will show the image at full size.So use width="300"...