search for: signupform

Displaying 2 results from an estimated 2 matches for "signupform".

Did you mean: signup_form
2005 Sep 02
7
Form to update two tables
...orm is submitted, whereas in my case, the company id is created after submittal (is that a word?) of the form. Would be grateful for any help. Cheers SIGNUP.RHTML ----------- <%= start_form_tag :action=> "signup" %> <div title="Account signup" id="signupform" class="form"> <h3>Signup</h3> <%= error_messages_for ''user'' %><br/> <label for="company_name">Company:</lĀ­abel><br/> <%= text_field "company", "name", :size => 30 %><...
2006 Apr 26
5
Best way to split forms into steps?
I have a form with about 30+ fields, which the client is wanting to separate into 3 pages/steps - just wondering what is the best way to go about this, specifically remembering data entered, from one page to another, and making sure the various bits of data are validated correclty, error messages outputted etc etc... is there a best practice method for doing this? -- Posted via