Newbie question - I'm trying to hide text for 2 separate options in a drop down list.
This is the scenario:
- the user is asked a question about whether they think they need a service There is a dropdown list with 3 entries, the first just being 'Select' and second and third "yes" and "no" respectively.
I want nothing appearing below until they select either "yes" or "no".
If they select "yes", they see a message to update their username and password along with the required fields to update, and when they then submit, they are redirected to a new page where they can order the service. I put this in a Section 2.
if they select "no", they see a message to confirm the selection and that the current account will be deactivated with an "I Agree" checkbox, and when they submit, the Active User field in their record will be marked inactive, and they will redirected back to the login page (where they can no longer login with the details previously provided). I put this in a Section 3
I believe I should be able to achieve this with a single data page. But the first challenge is setting up the conditional form so that the options for "yes" and "no" are only visible when either is selected and not before. I tried setting up a Rule that hides Section 2 and Section 3 when the field is blank. That works fine.
But If I then try to create a Rule so that Section 3 is hidden if the field is "Yes", Caspio wont let me. Section 3 is not available as an option (I assume because the first Rule used it already?). So how do I achieve this functionality??
The next question is how to update the Active User field on form submission after the user has responded "no" to the initial field?
Final question is how to to redirect to the correct page - does this require the use of Virtual Fields?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
timothyjl
Newbie question - I'm trying to hide text for 2 separate options in a drop down list.
This is the scenario:
- the user is asked a question about whether they think they need a service There is a dropdown list with 3 entries, the first just being 'Select' and second and third "yes" and "no" respectively.
I want nothing appearing below until they select either "yes" or "no".
If they select "yes", they see a message to update their username and password along with the required fields to update, and when they then submit, they are redirected to a new page where they can order the service. I put this in a Section 2.
if they select "no", they see a message to confirm the selection and that the current account will be deactivated with an "I Agree" checkbox, and when they submit, the Active User field in their record will be marked inactive, and they will redirected back to the login page (where they can no longer login with the details previously provided). I put this in a Section 3
I believe I should be able to achieve this with a single data page. But the first challenge is setting up the conditional form so that the options for "yes" and "no" are only visible when either is selected and not before. I tried setting up a Rule that hides Section 2 and Section 3 when the field is blank. That works fine.
But If I then try to create a Rule so that Section 3 is hidden if the field is "Yes", Caspio wont let me. Section 3 is not available as an option (I assume because the first Rule used it already?). So how do I achieve this functionality??
The next question is how to update the Active User field on form submission after the user has responded "no" to the initial field?
Final question is how to to redirect to the correct page - does this require the use of Virtual Fields?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.