The plugin documentation and examples for this plugin can be found at http://thecodemine.org/ and the development is done on github https://github.com/thecodemine/formwizard/
Questions tagged [jquery-form-wizard]
17 questions
5
votes
7 answers
Submit button to submit form and go to next screen using jquery form-wizard
I am using jquery FormWizard and would like to use submit button on last screen as a way to submit the form and go to next screen.
Issue is I am embedding this jquery script in my Java code. Right now I have a "submit" button from jquery form…

yogsma
- 10,142
- 31
- 97
- 154
3
votes
1 answer
How can I get formwizard with steps inside directives with angular ui jquery passthrough to work?
I have tried the jquery passthrough in angular with the form wizard and it worked great. Now, however I am having an issue. The jquery passthrough doesn't seem to work when the steps in the formwizard are inside directives (all the steps display…

testing123
- 11,367
- 10
- 47
- 61
2
votes
2 answers
Making jquery validation work with a form wizard plugin?
I'm using the jquery validation plugin along with this other one I found to create a sort of form wizard. The problem I'm having is making the validation plugin fire on the next buttons for the form wizard so each step process gets validated instead…

user7954
- 323
- 4
- 12
2
votes
1 answer
jquery formto wizard plugin - adding steps to the form dynamically
I have simple web form that allows users to raise a request ticket. Now, there is a requirement to display another form, if and only if a certain value is selected from a drop down box in the first form. Else, the user only has to fill that one…

Lin
- 273
- 4
- 21
1
vote
2 answers
What's the best way to hide the 'back' button on the first page of jquery form wizard?
We have the HTML structure used with jquery-form-wizard:
1
vote
1 answer
Writing custom validations using jquery form wizard
I'm using jquery Form Wizard, and would like to write custom validation rules.
My current issue is that I would like to validate a field as a URL, but if the user forgot to add the "http://" prefix, I would like to not reject this, and instead add…

ripper234
- 222,824
- 274
- 634
- 905
1
vote
1 answer
ReCAPTCHA throwing error when used inside jQuery Stepy Wizard
I have used multi step sign up form using jQuery.stepy.js Also I have added google ReCAPTCHA using 'gem "recaptcha"'. When I am placing
<%= recaptcha_tags %>
inside wizard form it is throwing JavaScript error like this:
Uncaught Error: ReCAPTCHA…

Ankur M
- 23
- 4
1
vote
3 answers
Bootstrap form wizard steps with custom buttons
I am using bootstrap form wizard to create a HTML form. I have a custom link/button in my form. Instead of default Next button I added a custom button for navigation. My requirement is that when button is clicked, how can I navigate to another tab…

gihan-maduranga
- 4,381
- 5
- 41
- 74
1
vote
2 answers
Submitting PHP form from jQuery Form Wizard
I have a form through the jQuery Form Wizard, all the sections work fine and the last tab gives the user the chance to look over the inputs before submit.
On Submit I have put the below code to send the data to the database. My issue is that the…

Jez
- 260
- 1
- 6
- 23
1
vote
1 answer
JQuery validation not working for checkbox group
I'm having trouble getting JQuery validation to work with a set of checkboxes. I'm generating the checkboxes using an ASP.NET checkboxlist, and I've used JQuery to set the 'name' attribute to the same thing for each checkbox in the list. Here's…

Chris Halcrow
- 28,994
- 18
- 176
- 206
1
vote
2 answers
JQuery Form Wizard Plugin - Chrome does not hide previous steps
I have a form (using JQuery plugin Form Wizard from thecodemine.org) that works with Firefox. In Firefox when you hit "next" it hides the previous step and shows the next one. In Chrome it does not hide the previous step. Chrome does not give any…

Aaron Kreider
- 1,705
- 5
- 22
- 44
0
votes
1 answer
How to notify the FormWizard plugin about skipped steps (not shown) to avoid losing data?
I have the formwizard plugin integrated with an 8-step form; The problem is, whenever I'm trying to edit information and then jump to an specific step in the form so basically jumping ignoring previous steps, all steps that were not shown (cuz I…

Phobox
- 143
- 2
- 11
0
votes
0 answers
Checkbox is not being validated in form wizard
I have a form wizard and I want to use checkboxes. The problem is when I make a checkbox required it is not recognized by the wizard so it will go to the next step/tab even if the checkbox is not checked. On the last step it shows that a field is…

Javier Olayo
- 69
- 8
0
votes
1 answer
grails webflow wih jQuery form wizard not working
My application using grails 2.2.0. I am using grails webflow in user registration process. User registration process have two steps one personal information and another is payment information. This registration process and webflow is working fine.…

MKB
- 7,587
- 9
- 45
- 71
0
votes
1 answer
Issue with the load function in jQuery
I have 2 files: users.php and form.php.
I use the file users.php to show the users from a database. I am also using the jQuery function load() to load the login form from form.php.
I put the jQuery library in the header of login.php . In form.php I…

Mohamed ALOUANE
- 5,349
- 6
- 29
- 60