I don't think there's a way to do this out of the box. You could probably build your own custom workflow to handle this, which might be the more robust way of doing it. A simpler, quicker, more crude option might be to use some client-side logic (javascript/jQuery) to populate hidden contour fields depending on the selections made. You could then use the values from the hidden fields in your workflow using bracket syntax (see the Contour developer docs for 'bracket syntax' if you're not sure about this).
It might be a job for a custom workflow though really, which is documented in the link above.
Hope this points you in the right direction anyway...
Creating a conditional workflow
Hello!
Was wondering if it is possible to have the form email to different addresses based on form data selected.
Scenario:
Form has 2 radio boxes... A, B
If user selects box A, send form data to: [email protected]
If user selects box B, send form data to: [email protected]
If user selects A & B, it would send to both emails.
Also: if user selects A, display 'thank you message A'
if user selects B, display "thank you message B'
If user selects both, display 'thank you message C'
can this be implemented easily enough??
Hi Simon,
I don't think there's a way to do this out of the box. You could probably build your own custom workflow to handle this, which might be the more robust way of doing it. A simpler, quicker, more crude option might be to use some client-side logic (javascript/jQuery) to populate hidden contour fields depending on the selections made. You could then use the values from the hidden fields in your workflow using bracket syntax (see the Contour developer docs for 'bracket syntax' if you're not sure about this).
It might be a job for a custom workflow though really, which is documented in the link above.
Hope this points you in the right direction anyway...
is working on a reply...