This is usually caused by not having a field named email in your form. If you add to your form the user can enter their email address and it will be included in the email that is sent to you.
If you do already happen to have an email field it might just mean that users aren't filling out that field. The solution here is to make it required.
This is usually caused by
This is usually caused by not having a field named email in your form. If you add to your form the user can enter their email address and it will be included in the email that is sent to you.
If you do already happen to have an email field it might just mean that users aren't filling out that field. The solution here is to make it required.
-Andrew M Riley
hi. i have an email address
hi.
i have an email address in my form. additionally i am filling the form out myself therefore i know that the email address is valid.
Perhaps i am naming the field wrong. for example i am using..
Should the name be "email" or something like that?
thanks.
Yes, it should be named
Yes, it should be named email. I had an example in my last post but I forgot I disabled HTML :(
thanks dude i got it working
thanks dude i got it working