Also, what do I need in my bad_url page to show which required fields weren't there?
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Hey
I'm getting the same error as*a lot of people.*
From what I can see I've done everything right. I'm emailling you my formmail.php file to the address I've seen in all the other posts.* It was edited in dreamweaver mx 2004 - would that make a difference?* The form I'm try to submit from is in the email too.
*
Thanks
Also, what do I need in my bad_url page to show which required fields weren't there?
Hi,
You've got the following:
what you want is:Code:$TARGET_EMAIL = array(EMAIL_NAME.^tim@giveitrizz.com$);
Code:$TARGET_EMAIL = array(EMAIL_NAME."@giveitrizz.com$");
Hi,
To process the missing fields for a failure URL:
[/*]
- add the bad_url field to your form specifying a PHP script, for example: http://your.site.com/bad_url.php[/*]
- write some PHP in bad_url.php that displays the error:
Here's an example:
Code:<?php echo "The error is: ".$_GET["error"]; ?>
thanks, that's fab. All working now.
I was wondering if you knew how to make it so that both password fields in my form must be the same, otherwise it'll chuck up an error?
Thanks
Hi,
This can be done in JavaScript.
Here's a good web page to get you started: http://www.thesitewizard.com/archive/validation.shtml
*
Hi
Got it going now, thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks