Hidden Signup Field form from clicked button
-
I was reading the documentation with regards to hidden fields and wondered if this or something similar was possible for registering the button the person clicked on to arrive to the sign-up page.
I am developing a website for a travel business and am using custom fields to output info to buttons. Each tour can have several sets of dates so the end button (which they would click on) shows the tour title (always the same) and the dates they want. I’ve considered using something like (albeit, it may not be the best way and of course, dymacially input to be correct info)
<a href="/signup-form/" data-id="tour title - month 00 - month 00, 2016">Sign Up</a>
.Is this something I can use for the sign-up form, then make such info sortable as people sign up?
It seems likely the sign-up form has to be displayed on the same page for this to work (?)
I have some PHP and jQuery knowledge. Thanks!
- The topic ‘Hidden Signup Field form from clicked button’ is closed to new replies.