I have a multiple form submission. Basically, starting from a menu item for the first form and use 'Submit URL' with Itemid to post to the next form. And all is well, the template uses the menu item parameters (which at this point is only the page class suffix) of the original menu item.
The final form sends the email but requires all the form fields to be displayed on the final submitted message page.
I used 'On Submit code - after sending email' to build out the html using the posted values.
Once its returned I would like to use the Itemid from the original menu item I started to form processing with, as some of its parameters are needed for my template.
How to I set them Itemid for the final submitted message page (or just append to the page class suffix)?
Thanks in advance for your time!
The final form sends the email but requires all the form fields to be displayed on the final submitted message page.
I used 'On Submit code - after sending email' to build out the html using the posted values.
Once its returned I would like to use the Itemid from the original menu item I started to form processing with, as some of its parameters are needed for my template.
How to I set them Itemid for the final submitted message page (or just append to the page class suffix)?
Thanks in advance for your time!