Page 1 of 1

email addresses

Posted: Fri Apr 07, 2023 5:52 am
by SusanC
I need clients to send emails to different email addresses depending on their type of query. ie secretary@mydomain.com or sales@mydomain.com. Do I need to set up a separate form for each?

Re: email addresses

Posted: Fri Apr 07, 2023 6:19 am
by Pablo
You can use a select/combo-box object to to change the target email address (mailto) of the form.

See also "Form processing" in the help.

Re: email addresses

Posted: Fri Apr 07, 2023 9:51 pm
by SusanC
Thanks for the response.
How do I set the mailfrom property. I can't find it. I am using the inbuilt php

ALL GOOD. I have now solved the problem.