Prepopulating a form and sending checked elements
-
I read in the documentation and tried a lot but I’m still not getting the expected results.
I’d like to prefill a form with data, which is returned from one URL (gemport.ch/gemport/public/api/themes?generation=2)
Then the form calls a different URL with attributes that are coming from the checked form fields (theme= & search) and some additional parameter (zipcode) which is either a hidden form field or added to the (then GET) URL.
On the mentioned page, I’m getting some kind of correct results I guess, but not as checkboxes and I have no understanding on how to send this form data.
Please help me to find the right trick.
The page I need help with: [log in to see the link]
- The topic ‘Prepopulating a form and sending checked elements’ is closed to new replies.