Hi,
How would I go about using Spry to validate a group of text feilds, I want the viewer to insert text into at least one text feild.
I'm using CS5
Thanks in advance
Great. For groups, take a look at this: http://phpmaster.com/form-validation-with-php/
Thanks Sudarshan,
I had a look at that link, thank you but the trouble is that doesn't explain about a group of text fields or not that I can understand, I have no trouble using Spry to validate individual text fields but trying to validate all of them as a group so the viewer must enter something in at least one of the fields is beyond me.
Cheers
#1 Product ordering IS e-commerce.
#2 Text fields are not conducive to product selection. That's what Radio buttons or Check boxes are for.
Select One = Radio buttons.
Select more than one = Check boxes.
Credit Cards & Forms (e-mail is not secure)
http://forums.adobe.com/thread/927451?tstart=0
Nancy O.
Thanks Nancy O, what I meant to say regards e-commerce, they don't want credit card payment at this time.
I can see how radio buttons would be ideal for ordering qty 1 but how would you use radio buttons when they could be ordering say, 2, 3, 4, etc ? Just not sure how I would implement that.
Cheers
Have you considered a Selection List?
<form>
Select One:
<select name="Qty">
<option selected="selected">Qty:</option>
<option value="5">5</option>
<option value="10">10</option>
<option value="25">25</option>
<option value="50">50</option>
<option value="100">100</option>
<option value="500">500</option>
<option value="1000">1000</option>
</select>
</form>
Nancy O.
North America
Europe, Middle East and Africa
Asia Pacific