Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank a lot.The JS code actually worked. The form I was using was deleted while I was testing and I didn't see the error message then, but it was actually returning an error message about the form.Many many thanks for your help.
I am getting a 400 response code.Here is the updated code based on your recommendations:let params = [ 'formid=1131', 'formVid=1131', 'munchkinId=' + encodeURIComponent('XXXXXXX'), 'FirstName=' + encodeURIComponent(this.userRecord.data.fields.FirstName.val...
Thank you. However my SmartList is not capturing any Leads. I am wondering if maybe it has to do with the referrer, since we have the Trigger in the Smart List to Any Form with constrain referrer contains part of the URL that has the form.In my Community Page I have:let params = [ 'formid...
Hello,I have the exact issue as described here, now I am wondering how can I trigger a form submission with a standard html form. I don't see any REST API endpoint that would replace that. In addition, the way we have our Marketo programs is to identify the URL where the form is, so how would it wor...