Webmastersite.net
Register Log In

Different use for formemail.php
I found another way to use this script.

Comments on Different use for formemail.php

knipp
Member

Usergroup: Customer
Joined: Jan 13, 2008

Total Topics: 8
Total Comments: 12
knipp
Posted Dec 13, 2008 - 11:06 AM:

I liked the output of a Perl/cgi form program that I have been using for years, but it had no option for adding a security code image. Therefore, I instituted a 2-step form process on one of my websites. The main php form (using formemail.php} asks for only the sender's e-mail address and security code. The 'thankspage' is actually the form that uses the .cgi script.

My reason for instituting this is that my old form doesn't include blank fields in the emailed output.

Formemail.php also has a problem with checkboxes. For example:

<input type="checkbox" name="options" value="CHOICE1">Choice 1<br>
<input type="checkbox" name="options" value="CHOICE2">Choice 2<br>
<input type="checkbox" name="options" value="CHOICE3">Choice 3<br>

... will only output the last choice picked, even if more than one is selected,
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.