Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Sanford,Thanks. Trying to do a survey form submission in Marketo Assets.1st Form have one field "Email address" and Submit2nd Form have few other fields (First Name, Last Name, Company, Mobile Number and Country). After enter the email address and submit the 1st Form, then 2nd Form will display ...
Hi All, We are trying to capture the user details in two different pages, so we used two different forms. For this scenario we have followed the below process. 1) When the 1st form get submitted we passed the email address in the form.onSuccess -> location.href = "2nd_Form_LP_url.html?email ="+email...
Hi, In Campaign FLOW, add Send Email with Add Choice Choice 1 :if Travel Type is CharterEmail : Email 1 if Travel Type is OthersEmail : Email 2
Hi, Below is the workaround from the Marketo Support team: What is happening in this case, is that whenever we click on this link: https://engage-nld1.marketo.com/?munchkinId=...... it should redirect us to either the login page(https://app-nld104.marketo.com/homepage/login#/classic/......) If you ...
Hi Sanford, Thanks for the JS code. We have re-checked the LP code and found that the additional attribute "display: flex !important;" was applied to the class "mktoFormRow".So we added additional code "fieldRowJq.removeClass("mktoFormRow");" to remove it. Now its working as expected. And we are t...
Hi, I have share the HTML code of the LP and attached the Form Field (Last Name) and Alert Message for [Object.Object].
Hi Thanks for sharing the JS. We have tested the JS as mentioned below. But we are still unable to achieve it.Receiving an [object object] is what the mktoForm is receving in the unrequireField function. Separate JS files were created for the code 'unrequireField()' and MktoForms2.whenRendered, whic...
Hi Team, We are getting below error while Log In to Marketo."This problem can sometimes be caused by disabling or refusing to accept cookies." Is any faced this issues and got solution for it or any workaround to fix it.
Hi Team, We have to customize the From field (mandatory/required) to hide/show for a specific group of people. We have done this using Javascript.After hiding this Form field (mandatory/required) we are getting an error like "This field is required." on the form submission.We have added a code like...