Hi There
In our Sign Up form, my (ex) developer has chosen to put the person’s email in a horizontal list entry, along with their name and phone number. Bad decision (as I now know).
In the Notifications email, he has used {user:user_email}, but that isn’t working correctly (it’s sending to the wrong email address).
The email address is in the second column of a list in the Sign Up form. I would ideally like a merge tag reference, which I could use to populate the “To:” email address in the notification.
I would have thought this would be relatively simple, but I haven’t been able to achieve it. I either get the entire 3 column entry (which is, of course, rejected as an invalid email), or where I try and enter {[list]:3.2}, then it doesn’t give me the field entry, but literally gives me “{[list]:3.2}” in the “To:” box. So, it doesn’t seem to recognise an individual entry in a list as valid merge tag data.
I have seen topics here where it links to many lines of code to solve this, but that is beyond me. Is there any way to make an entry in a list into a merge tag?
Thanks