Home › Toolset Professional Support › [Resolved] After Submit, keep displaying form AND show success message
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Hong_Kong (GMT+08:00)
Tagged: Toolset Forms
This topic contains 1 reply, has 2 voices.
Last updated by Luo Yang 6 years, 3 months ago.
Assisted by: Luo Yang.
Hello, I need to allow my users to continue seeing the User Form after submitting their responses, but I also want them to know that their submission was successful.
I check the "Continue seeing the form" response in the Toolset User Form settings.
Is there a way to also show a success message? If so, does this require AJAX to be enabled? I disabled it to prevent plug-in problems, as advised in the documentation.
Hi,
By default, if your Toolset post form is using below options:
- Disable option "AJAX submission"
- Keep displaying this form
After users submit the form, there should be able to display a message: "Post Saved", and users can still see the form.
I assume you are going to display a custom message too, you can use [wpv-conditional] shortcode to check the URL parameter "_success", for example:
[wpv-conditional if="('[wpv-search-term param="_success"]' NE '')"] My custom success message here... [/wpv-conditional]