I have a form called "Add Showing" (form A) When the form is submitted, an "on success" script autosends an email to a recipient specified in the form. In the body of the email is a link for a form entitled "Feedback Survey" (form B). Both of these forms have a field entitled "Property Address" When the email recipient clicks on the link to open form B i would like the Property Address data from form A to populate the Property Address field on form B. Is this possible?
P.S. right now i am sending the email link using the "perma-link" URL since i don't want to require a login for the email recipient.
I am not a developer so please make it simple if you can.