Hello,
Is there a way to open the form in the front end with a hyperlink and directly providing specific data for a specific form field.
Something like we know from html forms (post and get method): e.g.
www.link.com /form.html?field1=Hi&field2=Mom
In this example the form is called directly with a hyperlink and furthermore into the field with the id „field1“ the data „Hi“ is inserted and into the field with the id „field2“ the data „Mom“ is inserted.
Thanks a lot. Best wishes, Heinz