Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
No it's the same form, but different instances of the form - so if I put the thank you in a text box in the form it would be same thank you on all forms. I figured it out though. I just used my old method mixed with your method.
I'm trying to create a *different thank you message for each form instance. Putting a thank you message in a hidden form textbox within the one form won't work for that since each thank you message is unique. If I create a div directly after the form insertion on the html page, that contains the uni...
Would this go inside the mktoFormChain(config) function?
Done - sorry So in your example on the codepen, how would it work in that scenario if you provided a different thank you message for each of those 3 form instances?Thank you.
Thank you - this was helpful - I tried to add a thank you message as below to hide form and add message relative to each form on the page - but it wasn't working - where would I insert this in your code or do you have an example?form.onSuccess(function(values, followUpUrl) { document.getElementById...