Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I am trying to submit the hidden form from the Marketo, with the form values from another form (webform) loaded via JSP.The script is working fine when for a normal HTML form. It's not working with the JSP form. I need some help to troubleshoot the code.
Hi Amit, I have tried that too. Not working. But do you think it has something to do with position of the script? But I have also used.addEventListener("DOMContentLoaded"). Not sure. Thanks!
Hi Guys,I am trying to get the values from the form loaded via Java Servlet using form background submission.For that, I am using form background submission, but it shows the error as below: Cannot read property 'querySelector' of null at this line:customFormButton = customForm.querySelector("inpu...
Hi @Jay and @Sanford,Thank you for helping out, but I am still facing the issue. I am trying to get the form values from the external CMS, but values I am getting are empty. I have used a custom form to try this out and it's working with custom form but not with the one built on other CMS systems. H...
Passing value to empty form (form submission in the background) isn't working. Any help with the code?(https://developers.marketo.com/blog/make-a-marketo-form-submission-in-the-background/)
Thanks.