
Hi,
I have a basic form in which users will input the department name and teacher name. On submit of this form I am passing the Id of the newly created department record as a query string and landing on another page which has a read only basic form of this department record (record Id got from the query string) and a multiStep form which will capture other records.
After submitting this multistep form, I want the users to land on the same page with the same department record on the read only basic form section and New MultiStep form.
I have created an edit button just below the basic form which will allow the users to edit the department details.
Does anyone have any idea on how will I be able to achieve this?
#powerpages
I think all you need here is to add a redirect Step on the Multiform submit, did you try that?