Hi @SanfordWhiteman ,
I'm using three forms to create the multi part form.
1. First form has essential fields required for us to create a Salesforce sync (contact info)
2. Second form has persona fields (org and job role)
3. Third form takes product specific info.
I'm trying to take it a step forward and combine it with your KV Html (with Progressive profiling) and "Not You" reset option to clear the session.
It worked for the first form load but with few issues.
Problem 1
Because it recognises the visitor, but it does not pass the email to the second form onsuccess.
Problem 2
Secondly, the {{lead.First Name}} token doesn't work on the KV anymore.
As in, I used to add a rich text field to say "Welcome {{lead.First Name:default=back}},"
It works on my regular single forms.
I remember reading about we can use the {{lead.First Name}} token if it's a Marketo Page. But it doesn't seem to load on the multi part form.
This isn’t enough to go on and is getting far off the topic of this old thread. Please open a new thread, including links to your page(s) and screenshots of your setup.
thank you so much for this! Works like a charm... quick question: after the last form is submitted how would one get a thank you message to show. Currently, the last form submission reloads the page.
Currently, the last form submission reloads the page.
See the updated Fiddle. You can now populate the config.onFinalSuccess function with what you want to happen after the final form is submitted (i.e. return false; and then replace some other element on the page with text or what-have-you).