Results 1 to 2 of 2

Thread: jQuery Form to Form Wizard (v1.1)

  1. #1
    Join Date
    Mar 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default jQuery Form to Form Wizard (v1.1)

    http://www.dynamicdrive.com/dynamici...formwizard.htm

    Hello i'm Francisco,
    I wanted you if it is possible to implement in the control script formwizard.js, the control of field email, name, tel, fax, web that or not only empty but also that or corrected, using the RegEx?
    I have tried to modify the script but not there are successful. I had tried also to use jquery.validity.js, a script that besides to control the fields that are not empty, of it controls the correctness.
    The two scripts could even be integrated?

    It compliments for the script, indeed pretty.

    Thanks you thousands
    Last edited by ddadmin; 03-30-2011 at 07:47 PM.

  2. #2
    Join Date
    Aug 2011
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by fox3 View Post
    http://www.dynamicdrive.com/dynamici...formwizard.htm

    Hello i'm Francisco,
    I wanted you if it is possible to implement in the control script formwizard.js, the control of field email, name, tel, fax, web that or not only empty but also that or corrected, using the RegEx?
    I have tried to modify the script but not there are successful. I had tried also to use jquery.validity.js, a script that besides to control the fields that are not empty, of it controls the correctness.
    The two scripts could even be integrated?

    It compliments for the script, indeed pretty.

    Thanks you thousands
    Cheap solution maybe; add a call to regex function just before return true, conditional on section number (you can get that by the (i) var at that point)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •