Thread: forms question
View Single Post
  #8 (permalink)  
Old 05-17-2004, 03:15 PM
eightfifteen's Avatar
eightfifteen eightfifteen is offline
WebProWorld Veteran
 
Join Date: Jan 2004
Location: Des Moines, IA
Posts: 406
eightfifteen RepRank 1
Default

Here's what I have used, and I know this works for FormMail:

<input type=hidden name="required" value="name,phone">

The "name,phone" is where you put the fields you want to be required.
Reply With Quote