3
votes
3answers
538 views
+100

Validation on a Complex Model for a multi-page form

I'm trying to write a registration using devise and active merchant. The form is complex in that my user object looks like this: class User < ActiveRecord::Base include ActiveMerchant::Utils ...
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 ...
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 ...