How to make a form autofill information depending on how the user accesses it

If the selected choice is in the url-param you can use {url_parameter:your_key} in the value field of the form-field, were your_key is the name of the param. It will then insert the value in the field.

2 Likes