2 Replies - 3017 Views - Last Post: 23 March 2012 - 07:27 AM

#1 jeansymolanza   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 77
  • Joined: 20-February 08

jQuery step by step form variables

Posted 23 March 2012 - 02:47 AM

I was just wondering how to collect data variables in the step by step form that I've been working on at the moment.

It can be found here: http://jsfiddle.net/...selah/xSkgH/22/

There are a variety of input methods and I am trying to collate all the information collected by the user dynamically (i.e. if the user goes back to change something it will update automatically) on the "final stage".

How would I go about achieving this?

Thanks in advance!

Is This A Good Question/Topic? 0
  • +

Replies To: jQuery step by step form variables

#2 jeansymolanza   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 77
  • Joined: 20-February 08

Re: jQuery step by step form variables

Posted 23 March 2012 - 03:12 AM

How would I validate the "Third Step" on my multi-stage jQuery form?

It can be found here: http://jsfiddle.net/xSkgH/28/

I want to prevent the user from going onto the next step without entering a value so ideally an error message would pop up if they try.

So far the field is readonly so the user cannot edit any entries but this alone doesn't prevent the user from completely skipping the step and carrying on.

Right now I'm just checking if $('#datepicker').val() is falsy by sending an alert but it still carries onto the next stage.

Thanks in advance!
Was This Post Helpful? 0
  • +
  • -

#3 JackOfAllTrades   User is offline

  • Saucy!
  • member icon

Reputation: 6260
  • View blog
  • Posts: 24,030
  • Joined: 23-August 08

Re: jQuery step by step form variables

Posted 23 March 2012 - 07:27 AM

Merged duplicate topics. Please do not open duplicate topics.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1