Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @SanfordWhiteman ! Thanks for replying. We were able to swap out the my.token reference and value and it did work for a dropdown picklist vs. checkboxes. Was just wondering, if we wanted to set the Primary Product Interest and Secondary Product Interest default values upon page visit. How would w...
Hi @SanfordWhiteman - How can we achieve the same behavior for pre-populating a value for a field if on the form that field type is a dropdown picklist for another field on the form? Could we use the same code but swap out Product Interest for a different field? Or would we need to modify to accomm...
Actually we saw our issue, had the additional
Hi Sanford!We tried the my.token route to see if we could get it to work and updated a LP template with the code you provided and swapped out the Product Interest placeholder for the SOAP API Name of the field on the form. Set a test token in the program local token for {{my.Product Interest}} and p...
Hi Sanford,Does the my.token value have to be singular checkbox value or can it be multiple, {{my.Product Interest}} = Product1;Product2;Product 5 as an example. Do we just update the token value to be whichever products we want to show as the default checked-off value on the form? Same question reg...
Hi Sanford!If we went with the {{my.token}} route, in the code you provided earlier, we could have "Product Interest" in place of "SomeField" can it be in any format or does it need to the the API name of field? then, "some value" could be the {{my.token}} and we can populate the values at the local...
Hi Sandford!That is what we are discussing on how we can make the selection pre-pop if its a global form and where would we pull the value from. Are there any suggestions you can make? Can it be a program token or a value from a querystring from the LP link? Open to ideas. For the code below, where ...
Hello Community,I was hoping to see if anyone has some ideas on how we can make this work on our Marketo Forms.We have for example: Product Interest Picklist (checkboxes) with several values and are trying to find ways that if our team is marketing just one of those products on the page, can we have...
Ah, I should have been clearer in that. We worked with them previously to develop it. When reaching out for assistance, no responses, like crickets. So I thought I would try the community to see if anyone else had some insight to help. I know I am reaching at this point, but was hoping for some guid...
We worked with a third party for form shortening and now we're at a stage where we need to modify their existing code they setup for us to include an onMatch function for a list of countries, where as if country is a match for any of the ones in our list, the form should expand regardless. They prov...