Hi
I would like to be able to pass in the email address to my form as a hidden field and skip the enter email step if it has been set.
I got that working by checking whether the hidden field contains an “@” and skipping the enter email stage if it does..
Great but that means sometimes the valid email address is the variable@email and other times it’s in the hidden field

My question is can the @email variable be set from the hidden field (or visa versa) so I have the variable set in the same place whether the email has been passed in or not.
I thought about setting up a custom variable to be set from both situations but custom variables can’t contain an @ and therefore can’t contain an email address.
What do other people do in this situation? I guess it’s a fairly common issue?
Any advice appreciated
Thanks