Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Marketo form field validation on required fields, particular field value formats (i.e. email & phone) are pretty straight forward and we have a script working with onValidation callback to set focus on the first error from the top of the form.However, the Global Form Validation is done at the server...
Hi all, Is there a way to trigger a campaign when an existing contact (previously synced i.e. SFDCType is not empty) has a sync error from Salesforce? We can obviously see the error in the activity log, but we have to always check if someone is not syncing to a salesforce campaign and then trace why...
Thanks for the help @SanfordWhiteman but I still get the 611 system error.Attached is the input call. Am I at least close to getting this right? Is there any documentation (other than the not-so-helpful Marketo documentation on this) that I can read to learn more about this?
I am trying to get the teams to upload the image via a Microsoft Form, and through a PowerAutomate flow, I am trying to do an HTTP request to upload that file into Marketo.I managed to get the file content as base64 string. And here is my API request.Here's the body of the API request.--------WebKit...
Hi @SanfordWhiteman , I'm using three forms to create the multi part form.1. First form has essential fields required for us to create a Salesforce sync (contact info)2. Second form has persona fields (org and job role)3. Third form takes product specific info.I'm trying to take it a step forward an...
Thanks @SanfordWhiteman !I am yet to hear back from Marketo Support but they were hasty to push the blame on a different script that was pushing some hidden fields into marketo form on a different page.Then I created this new test page and sent them that it is behaving the same way. Your explanation...
I have the following page with a form that has the Known Visitor Custom HTML enabled.https://go.forsta.com/KV-HTML-Test.htmlI haven't added anything extra other than the standard four tokens it suggests.The form loads as expected for known visitors.However it doesn't allow me to submit. When trying ...
Apologies @SanfordWhiteman - I updated the code in the comment. It was a code you've shared in the past, to dynamically populate the dropdown with meta values in a guided marketo LP template. I'm trying to taking one step forward by making that drop down conditionally visible. When the condition isn...
Hi @SanfordWhiteman ,Here's what I added to the page but I don't still see my options in the drop down list when we change the visibility. Any idea why?
Hi @SanfordWhiteman ,Back again with a question to take this step forward. What if I have a select field that I want to keep hidden and only show if another field changes.i.e. When "Country" field = United Kingdom then show the job titles drop down. Else keep hidden.But in this visibility scenario "...