PDA

View Full Version : Instant Mail Form Generator


johnnyb
09-22-2000, 07:56 PM
I installed the Instant Mail Form Generator and it works fine but my clients want me to add phone numbers to the form. How do I add extra fields to the script?
Johnnyb

wolfstalks
09-22-2000, 09:00 PM
Try taking the line that is below and adding "phone" as I have

<INPUT TYPE=&quot;hidden&quot;NAME=&quot;required&quot;VALUE=&quot;realname,email,phone&quot;>

Then after the line :
<input type=&quot;text&quot; size=36 maxlength=&quot;50&quot; name=&quot;realname&quot;>

Add this:
<input type=&quot;text&quot; size=15 name=&quot;phone&quot;>

I think that would work.

Good Luck
Bob
(the little engine that could, I think[nbsp][nbsp]????[nbsp][nbsp]:P )