Connecting Tech Pros Worldwide Help | Site Map

no entry in shadeform still send input name

Newbie
 
Join Date: Aug 2009
Posts: 1
#1: Aug 4 '09
If no entry is made in the shadeform for model number then I want to send via form mail the input name. in this example...
Model Number 1: and then blank or perhaps NO Selection would print.
If something is typed in then form mail would be
Model Number 1: GT08945-01

It works fine if they type something into the shadeform but I get nothing if they don't. And if I use input type hidden I get duplicate info.

------------------------------------
Model #
<input name="Model Number 1" size="30" class="shadeform">
Qty
<input name="Qty of Model 1" size="30" class="shadeform2"><p>

Model #
<input name="Model Number 2" size="30" class="shadeform">**
Qty
<input name="Qty of Model 2" size="30" class="shadeform2"><br></p>
Reply