i got the form to work and process, but now i am not receiving the submission via the email address i specified- and i double checked to make sure it was correct? what do i need to be looking for to correct?
thanks!
shamurphy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Which version of the generator are you using?
When you created the form did you choose a database option?
Is the database being updated?
The mail feature uses the php mail() finction. Look in the process.php file for the line that starts with
mail(
The function parameters are separated by commas and the first parameter is the email address you are sending to.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
i got the form to work and process, but now i am not receiving the submission via the email address i specified- and i double checked to make sure it was correct? what do i need to be looking for to correct?
thanks!
shamurphy
Which version of the generator are you using?
When you created the form did you choose a database option?
Is the database being updated?
The mail feature uses the php mail() finction. Look in the process.php file for the line that starts with
mail(
The function parameters are separated by commas and the first parameter is the email address you are sending to.
Same with me. Getting crazy. I'm clicking to 'Submit' but nothing happens. Quite strange.
Where can I specify the mail-server?
Thanx 4 helping
Burion
You can not specify a mail server. By default this is the server where your form resides (your web host).
Forgot something. I'm using version 2.09
Burion