Replies: 0
Hallo,
how can I pre-populate the name and email fields of my form when the user is already registered and logged in?
I want to avoid to force the user to insert again email and name when they have already logged in my website.
However I need both, email and name, otherwise I do not know who is sending the message.
The registration and login are respectively done via two forminator forms.
Then I have a third form where the user can send me a message. I would like to have the name and email prepopulated in this third form and receive the message with the email and the name of the user
Is that possible?
Thanks