SOLVED

Re: Changing Submit Button Text on Global Embedded Form One Form Multiple Landing Pages

Go to solution
Anonymous
Not applicable

Changing Submit Button Text on Global Embedded Form One Form Multiple Landing Pages

I have what I feel like is a simple problem but I'm not having any luck figuring out how to do this!

We're moving to global forms on our website, so I've created one "Global Asset Download" form in design studio, embedded the form on our website landing page (not Marketo landing pages) and am using the developer code to serve up the correct asset regardless of what page their on. All good there. Only issue is we want to be able to change what the CTA button says on a couple of the pages.

I know you can use tokens for this when you're using the form on Marketo landing pages, but can't figure out how to change the text on a form if the form is embedded on a non-Marketo page. Will I need to create a new form every time I need to have different CTA button text? 

Thanks!
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Changing Submit Button Text on Global Embedded Form One Form Multiple Landing Pages

You don't need a different form, just change the text when the form loads.

For example: 
 
Same form is embedded both times, reading the button text out of the URL.

View solution in original post

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

Re: Changing Submit Button Text on Global Embedded Form One Form Multiple Landing Pages

You don't need a different form, just change the text when the form loads.

For example: 
 
Same form is embedded both times, reading the button text out of the URL.
Anonymous
Not applicable

Re: Changing Submit Button Text on Global Embedded Form One Form Multiple Landing Pages

You are amazing. Thank you!
SanfordWhiteman
Level 10 - Community Moderator

Re: Changing Submit Button Text on Global Embedded Form One Form Multiple Landing Pages

No prob, let me know how it goes.
Anonymous
Not applicable

Re: Changing Submit Button Text on Global Embedded Form One Form Multiple Landing Pages

Worked perfectly.