I really enjoy the layout of the program and was very proud to find it on my first search. However, my problem is that I set up the form then go to test it and once I receive the email, I am only sent the text of the field name and a colon (example - Date of Birth: ). None of the data that I entered into the form is transferred into the email. I don't use an SQL database but was under the impression that it wasn't necessary. Am I incorrect in this assumption or is there another problem that you can see here?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
your assumption is correct. the mysql and filebased db are both optional. My guess is that the form variables are not being transmitted. What version of the program and PHP extensions are you using?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I really enjoy the layout of the program and was very proud to find it on my first search. However, my problem is that I set up the form then go to test it and once I receive the email, I am only sent the text of the field name and a colon (example - Date of Birth: ). None of the data that I entered into the form is transferred into the email. I don't use an SQL database but was under the impression that it wasn't necessary. Am I incorrect in this assumption or is there another problem that you can see here?
your assumption is correct. the mysql and filebased db are both optional. My guess is that the form variables are not being transmitted. What version of the program and PHP extensions are you using?