Tagged Questions
13
votes
2answers
4k views
how to create wizard forms in ruby on rails
I'm trying to understand the best options for pulling off a wizard form in ruby on rails. Ideally I'd like to have it so the application signup has a back and next button that allows the user to ...
3
votes
4answers
2k views
Multi page form validation with php
This is my first post, so be kind ; )
I'm wanting to create a multi page form with php.
The form will spread over 3 pages, each page will need to validate on the data entered into the form on the ...
2
votes
3answers
464 views
Creating a multi-page PHP form with sessions
I need to create a pretty extensive form with PHP/MySQL with a lot of conditional logic that ultimately ends with submission to the MySQL database. So basically the user makes their first choice with ...
1
vote
1answer
52 views
Multi-Page Form Not Loading to Top of Screen
I have created a multi-page registration form for a website. Due to the page length differences when a user clicks through each page they wind up proportionally in the same page between the steps. ...
1
vote
1answer
32 views
How to get all the pages validated, not just the current one, when submitting a form?
First I created a form in Orbeon Forms with Form Builder. Next I made it a multi-page form as described in Create a wizard or multi-page form with Form Builder.
The problem I'm facing is that when ...
1
vote
1answer
354 views
Javascript Multistep Form with Validation
I am trying to create a multistep form using javascript and div. I know how to create the form this way but the problem is I want the fields in each step to be validated before moving to the next. ...
0
votes
3answers
54 views
Getting all html form data in a multi-paged/multi-part form
I have a multi-paged forms and I need to get all the data from the forms. I know I can do this manually but I want a more dynamic approach. Yeah, if possible, please give me an answer using javascript ...
0
votes
1answer
138 views
Convert a form into 2 / 3 sections and keep the form validation?
I have a form with 20+ fields and now I am bound to an iframe and i need to separate the form into more sections. How can I best do this and still keep the validation?
I am trying to keep it simple ...
0
votes
4answers
2k views
Multi step/page form in PHP & CodeIgniter
I'm trying to build a multi step/page form in PHP and CodeIgniter and I was wondering if any of you could help me.
How can I have a multi step form in CI that updates rather than inserts again when ...
0
votes
2answers
604 views
Multi page ordering form php or ajax
I'm looking to create a multi page ordering form the first page would contain some dropdown and text fields, the second page would contain more text fields, the third page would be an order summery ...