Wizard style form

Hi,

I want to create a form for adding a new record. But this form will be shown in Joomla CMS. This form has to be wizard styled : like this

page 1
field
field
field
next

page 2
field
field
field
next

page 3
field
field
field
submit

Can this be done with Scriptcase ? I don’t want users to be able to submit without filling in all the pages. Using tabs or error messages to archieve this, is not an elegant solution.

Thanks in advance for reading and thinking about solutions.

Roelof

Create a tabbed page and hide the submit button. Only when all fields are filled in ok you show the submitbutton. Afaik. that’s all to it.

Thanks Albert Drent,

I thought of that possibility, but I am afraid my users will not go to the next tab. I tried a button or a html image with a link, but I cannot make a link to the next tab in the same form. This is what I try to archieve in rsformspro :

http://demo.rsjoomla.com/rsformpro/form-exampes/rsformpro-multi-page-example.html

Greetings,

Roelof Pit

Well, then create three small forms, add a custom next / prev. to it and do a sc_redir. The buttons appear on validity and on the last page the submit form is present.