Hi - I'm just now aware of the notification of Form 1.0 deprication as mentioned here. All the forms I have on the site so far use this:
<form method="post" action="https://app-sj07.marketo.com/index.php/leadCapture/save" id="form">, no web services or anything like that.
The question is to ensure the forms continue to work now and in the future (after the deprecation), do I just need to change the action URL to https://app-sj07.marketo.com/index.php/leadCapture/save2 ?
Or do I need to do anything else.
Thanks for your input!
Solved! Go to Solution.
The question is to ensure the forms continue to work now and in the future (after the deprecation), do I just need to change the action URL to https://app-sj07.marketo.com/index.php/leadCapture/save2
No, that simple switch won't work for 2 reasons:
What you'll need to do is switch to posting the form values using a hidden Marketo form. A simple take on that is here: https://nation.marketo.com/t5/Marketo-Whisperer-Blogs/Make-a-Marketo-Form-Submission-in-the-backgrou...
The question is to ensure the forms continue to work now and in the future (after the deprecation), do I just need to change the action URL to https://app-sj07.marketo.com/index.php/leadCapture/save2
No, that simple switch won't work for 2 reasons:
What you'll need to do is switch to posting the form values using a hidden Marketo form. A simple take on that is here: https://nation.marketo.com/t5/Marketo-Whisperer-Blogs/Make-a-Marketo-Form-Submission-in-the-backgrou...