I am passing a parameter in from a datapage form that is Yes or No. It's just part of the user record and not an actual visible field. But on the next form that the record information gets passed to has several fields that I am already hiding conditionally with rules based on user selections. However, I need to disable one of the dropdown selections and all of its subsequent fields (basically forcing them to only select 1 of the options in the dropdown) if their record is marked Yes or No. Since this is a hidden field in one table/form and is being passed to another table/form, is there a way to use the rules to disable certain fields in the 2nd form based on the value of Yes or No in the hidden field that I have to pull in to the 2nd from from the 1st form?
A little background if this will help at all, in the first form, it's a search then update form, where the user gets looked up based on 2 numbers they type in, then I display their profile data and ask for a few more pieces of information. On one of their selections in a radio button, they are directed to this next form where they can submit creative information. On this second form it's asking for different data, and the same user can submit multiple creatives. But only some users are eligible for certain types of creative (2), some users are eligible for both, other users are only eligible for 1 type. I am using rules to hide and show fields already depending on which type they select as I ask for different information based on the type of creative, but I need to be able to disable the 2nd type of creative and all of its fields if the user is not eligible - which is already stored in their info table. I am passing that parameter into the creative submission form, but there is no field for it in that table because it is tied to the user id from the first table/form. So in this creative submission form, I have had to use a virtual field to pull in that eligible field and hide because I don't want them to know who is eligible and who isn't.
Anyone have a way to disable fields based on a hidden field parameter? According to page on conditional forms: the http://howto.caspio.com/datapages/forms/conditional-forms/ we cannot disable with a rule based on a hidden field....so just wondering if there is a way around this?
Under a deadline, so any help on this is much appreciated!
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
brbbrid
I am passing a parameter in from a datapage form that is Yes or No. It's just part of the user record and not an actual visible field. But on the next form that the record information gets passed to has several fields that I am already hiding conditionally with rules based on user selections. However, I need to disable one of the dropdown selections and all of its subsequent fields (basically forcing them to only select 1 of the options in the dropdown) if their record is marked Yes or No. Since this is a hidden field in one table/form and is being passed to another table/form, is there a way to use the rules to disable certain fields in the 2nd form based on the value of Yes or No in the hidden field that I have to pull in to the 2nd from from the 1st form?
A little background if this will help at all, in the first form, it's a search then update form, where the user gets looked up based on 2 numbers they type in, then I display their profile data and ask for a few more pieces of information. On one of their selections in a radio button, they are directed to this next form where they can submit creative information. On this second form it's asking for different data, and the same user can submit multiple creatives. But only some users are eligible for certain types of creative (2), some users are eligible for both, other users are only eligible for 1 type. I am using rules to hide and show fields already depending on which type they select as I ask for different information based on the type of creative, but I need to be able to disable the 2nd type of creative and all of its fields if the user is not eligible - which is already stored in their info table. I am passing that parameter into the creative submission form, but there is no field for it in that table because it is tied to the user id from the first table/form. So in this creative submission form, I have had to use a virtual field to pull in that eligible field and hide because I don't want them to know who is eligible and who isn't.
Anyone have a way to disable fields based on a hidden field parameter? According to page on conditional forms: the http://howto.caspio.com/datapages/forms/conditional-forms/ we cannot disable with a rule based on a hidden field....so just wondering if there is a way around this?
Under a deadline, so any help on this is much appreciated!
Link to comment
Share on other sites
4 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.