I submitted a support request but realized I should probably ask here too - What I’m trying to accomplish seems pretty basic, but I can’t figure out how to do it.
In short, what I want is to avoid asking for information I already have, for example email.
I’d like to have logic that works like this: “If email (the url paramter) is not empty...” (this part is actually very easy) “set the contact’s email address to that value” (this part I can’t figure out). Same with the person’s name. If I have their name, I also have their email (in other words, for people on my mailing list already where I have all that info collected).
What I was able to do so far is: collect the URL parameters, branch based on the values of those, use the URL parameters OR the question responses for email or name in a question (via the @ recall).
The farthest I can get is responses with email as a hidden field while the actual email address is left empty.






