Does the email to the user include it? Is it a multi-page form?
HI pranky,
The Debugger output doesn't show any data either so the Email is correct. It looks as if there is a multi-step process here and the form data is not being carried forward to the final step.
Bob
Hi greyhead, thank you but...
ehhmmmmmm 🤗 what can I do? I see no light at the end of the tunnel!🤣🤣
thx again for support
Hi pranky,
Two choices here I think:
+ you can send an email when the form is first submitted including the data from the form - but at that point validation is not complete.
+ you can send an email after the validation is complete but in that case you need to look up the data using the new User ID which you do have in the Debugger output - if you only need the user name and email those are also there.
Bob
There's no form data because there's no form Bob it's a user verification action
"There's no form data because there's no form Bob it's a user verification action"
I think that doesn't change GreyHead suggestions, isn't it?
(Do u think that this "issue" could be a suggestion for dev?)
It's not an issue it's a misunderstanding on your part. Auto add fields won't work because there are no fields. Do what I said earlier.