Tell us what you are trying to do?
I've set up a page called "Lessons" where I've listed the different type of lessons that are offered. I've created a button "Inquire Today" that links back to the homepage section where the toolset form is located. I was wanting to know if it were possible to pass data from when the user clicks on that button so that it automatically selects that package from the select menu so that the user doesn't have to do it manually?
Is there any documentation that you are following?
N/A
Is there a similar example that we can see?
N/A
What is the link to your site?
beta.iwebnow.net
beta.iwebnow.net/lessons
And then the place where you added the " Inquire Today" link: beta.iwebnow.net/lessons
- Pass the correct URL parameter value to your each package with urlparam interested_in=11.
One thing I haven't figured out is how to pass that /?interested_in= to an anchor tag?
Currently on my site - the "Inquire Now" buttons link back to the homepage using /#book as url. Is there a way to pass that information so that it goes to the section of the homepage where the form is?