Hello,
is it possible to populate fields in a frontend form with the custom data coming from another page?
I have a page with multiple buttons. Each button has some value. Clicking on each button opens piklist frontend form page. I would like to store the value of a button in a hidden field in a form.
How would I accompish this? Is there a put or post hook or I can send an array of field values to the form page?
Thanks a lot