Anyone have any experience/luck in building a page that has a form that only has hidden fields and has multiple CTAs that all submit the form?
Use case - we have a non-lead conversion page (selling page) that we currently capture several command line parameters into our leads table (because the actual conversion site is not customizable ATM).
We want to have multiple calls to action on the page. We can put additional buttons on the page that point to the same page - but then they do not submit the hidden form field to our leads table.
I’ve got reasonable JS experience but am not sure where to start. I’ve tried to change the button “TYPE” to “submit” by setting the button attribute with JS, but that does not work.
Help? Thanks in advance.
PS - my current solution is to make the secondary CTAs link to an anchor at the top of the page that has the real form submit button. It works but it is sort of clunky and a bit confusing from a UX perspective. They don’t know why they have to hit “UPGRADE” twice.