Skip navigation
Currently Being Moderated

Spry for validating text fields

Sep 18, 2012 6:17 PM

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

 
Replies
  • Sudarshan Thiagarajan
    3,731 posts
    Oct 15, 2010
    Currently Being Moderated
    Sep 18, 2012 9:45 PM   in reply to gofer
     
    |
    Mark as:
  • Sudarshan Thiagarajan
    3,731 posts
    Oct 15, 2010
    Currently Being Moderated
    Sep 20, 2012 1:25 PM   in reply to gofer

    Great. For groups, take a look at this: http://phpmaster.com/form-validation-with-php/

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 20, 2012 4:10 PM   in reply to gofer

    Use radio buttons.

    http://www.echoecho.com/htmlforms10.htm

     

     

     

    Nancy O.

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 20, 2012 4:42 PM   in reply to gofer

    #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.

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 20, 2012 5:09 PM   in reply to gofer

    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.

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 21, 2012 8:38 AM   in reply to gofer

    Can you show us a link to your your form?

     

     

    Nancy O.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points