|
forms - formmail troubleshooting
I am using the preinstalled formmail script and would be interested if someone has a solution for following problems.
1.) print_blank_fields
<input type="hidden" name="print_blank_fields" value="1">
When adding this hidden field all blank form fields should print, it does not on my form. When submitting the form, not any blank field is printed within the sent email.
2.) missing_fields_redirect
The page which will open in this case must be called "error.html", it seems that other file names are not accepted. Because I have sometimes more forms I would require for each form a different missing_fields page, e.g. error1.html and error2.html.
3.) Submit Form (Send Form) button
Instead of the regular form button I am using an image. The problem with the image is that its coordinates are printed within the sent Email, it looks like:
X: 50
Y: 33
Is there a way to avoid printing the coordinates?
4.) Creating my own forms with PHP
I am new to PHP and just start learning it. Is it recommended to create my own PHP forms instead of using scripts like formmail?
Thanks for any possible help!
karl
|