Skip to main content

Hello,

I am trying to replicate the behavior of changing Views in InfoPath. When a user clicks "Save and Submit" on a form, I would like to show a thank you page.

It looks like I can use javascript to hide/remove Panels, but I only want the thank you message to show if the data has been submitted. Looking at this page - How to Show Panel on Button Click - I can get the "Thank you" message to show up, but if the user doesn't fill out all of the required fields, it doesn't submit, and because the javascript is triggered on the button press, the "Thank you" message pops up anyway.

Would anyone know how I can get a Panel to show up only after data has been submitted?

You can use the nintex Forms Web Part on a Sharepoint Web Part Page and setup that web part to redirect to another page once it's submitted, and show there your message.


Hi Fernando,

This works, thank you!


Reply