Q: Hi there.
I need to receive forms with the "FROM" email field of the user that fills the form, so an automatic system can directly reply to his email address.
I know that for security/spam reasons most form processors don't do this.
For this reason at present time I use an old platform, but would like to switch.
Is is possible with you?
Two other questions:
At present time my forms receive data like with:
REMOTE_ADDR IP:
HTTP_USER_AGENT:
Is there a way to get them, in every form filled?
Last question, please: is it possible for the user, to automatically populate form fields (i.e. email, name, age, city) from social account?
Thank You!
:-)

FormDesigner
May 15, 2024A: Hello.
Yes, we can use the value from the form as the FROM field when sending emails.
Also we have the IP address of the user. As for HTTP_USER_AGENT, we need a special application to do that.
But we can't get data from the social account.