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!
jQuery step by step form variables
Page 1 of 12 Replies - 3017 Views - Last Post: 23 March 2012 - 07:27 AM
Replies To: jQuery step by step form variables
#2
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!
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!
#3
Re: jQuery step by step form variables
Posted 23 March 2012 - 07:27 AM
Merged duplicate topics. Please do not open duplicate topics.
Page 1 of 1

New Topic/Question
Reply



MultiQuote


|