Pascal Rettig 26.Aug.2010 5:51pm
Hi Braulio,

That is a whole lot of fields, but it certainly could be done with a custom content model or a web form if you wanted to do it on 1 page. If you wanted to customize it heavily doing a custom bit of rails might be your best bet.

If you wanted to do multiple pages – one option would be to use the user_profile module and ask users to create an account with an email and password. Once they are logged in you can use multiple edit_account paragraphs on multiple pages to save the data between steps and let them leave and come back. You would create multiple publications of the content model each with a different set of required fields for that page.

On the last page, you could put a triggered action to send an email when the application is complete.
Must be logged in to reply.