Can you make the text of the Thankyou message conditional?
I would like to display a thankyou message which is conditional and based on the answers a user has given when they submit a form.
If 10 or greater answers are yes show bodyText of Content Id 1234 and if 5 or greater show bodyText of Content Id 1233 for example.
If I update the form settings to redirect to a content node on form submit then the record id is put on the querystring and we are redirected. wahoo. I get the recordid on the receiving page and display the right message with no custom compiled code. All sorted.
However, I don't like the recordid being on the querystring because it opens up the system a bit and I would like to keep all the logic in the form as well.
What would be a good way to put logic into the workflow process to handle the condition and display a message different to the thankyou message that is in the settings that is based on the number of questions answered yes?
Can you override the thankyou message as part of a workflow?
Well instead of a message I would select to send to form to a specific page on submit and then on that page you can add the logic you want, contour will post the record id to the page and with that you can fetch all the data from that record...
Conditional Thankyou Message
Can you make the text of the Thankyou message conditional?
I would like to display a thankyou message which is conditional and based on the answers a user has given when they submit a form.
If 10 or greater answers are yes show bodyText of Content Id 1234 and if 5 or greater show bodyText of Content Id 1233 for example.
If I update the form settings to redirect to a content node on form submit then the record id is put on the querystring and we are redirected. wahoo. I get the recordid on the receiving page and display the right message with no custom compiled code. All sorted.
However, I don't like the recordid being on the querystring because it opens up the system a bit and I would like to keep all the logic in the form as well.
What would be a good way to put logic into the workflow process to handle the condition and display a message different to the thankyou message that is in the settings that is based on the number of questions answered yes?
Can you override the thankyou message as part of a workflow?
Comment author was deleted
Hi Ben,
Well instead of a message I would select to send to form to a specific page on submit and then on that page you can add the logic you want, contour will post the record id to the page and with that you can fetch all the data from that record...
is working on a reply...