I'm redesigning a signup form for my company. Unfortunately, I feel like I'm in over my head on this one. lol.
What I need to do is create a web form for a mobile themed site. I've got the site more or less functioning using JQuery Mobile at the moment, but I'm struggling with the form input aspect of it all. One of the things this form needs to do is be able to populate 3 fields when the user taps a button.
So for example, if I have a button that says "Turkey, Mashed Potato & Wine"... when the user taps that button, the 3 fields below it would populate with the values "Turkey", "Mashed Potato" and "Wine".
Is there any way this is possible?