I have a form with input fields to populate a collection. I’m using a page with a dataset and user input fields and a submit button. The form can be called from different locations of the website. Depending on the location from which it is called, I’d like some of the user input fields to be set to certain default values.
The application is for courses. The form can be called from the description pages of the different courses. The description pages are dynamic item pages, so they are linked to collection fields. Is there a way to pass to the fields in the form a value in a collection column of the selected item?
Thank you