-
1. Re: How do I make a box say Level 1 or level 2, 3, etc based on a numerical value in another text box? For example: If the number is 10-13, I need the box to say Level 1., How do I make a box say Level 1 or level 2, 3, etc based on a numerical value in
gkaiseril May 14, 2017 11:44 AM (in response to eagletech10)Your title was cutoff because it was too long.
Can you post more details in the body of the reply or post and not the title?
Thank you
-
2. Re: How do I make a box say Level 1 or level 2, 3, etc based on a numerical value in another text box? For example: If the number is 10-13, I need the box to say Level 1., How do I make a box say Level 1 or level 2, 3, etc based on a numerical value in
eagletech10 May 14, 2017 12:24 PM (in response to gkaiseril)Thanks for helping out. I have about given up on it. I want to make a fillable pdf for one of the assessments I have to do. I linked to it here. I want it to automatically say the appropriate level based on the composite score. Is there anyway to help make that happen?
Thanks for your help in advance.
-
3. Re: How do I make a box say Level 1 or level 2, 3, etc based on a numerical value in another text box? For example: If the number is 10-13, I need the box to say Level 1., How do I make a box say Level 1 or level 2, 3, etc based on a numerical value in
gkaiseril May 14, 2017 12:37 PM (in response to eagletech10)Have you looked at other forms and the tutorials provided by Adobe?
Are the selections for CASII administration mutually exclusive?
I would make a selection for each category into a list box that allows only 1 selection or an exclusionary group of check boxes.
-
4. Re: How do I make a box say Level 1 or level 2, 3, etc based on a numerical value in another text box? For example: If the number is 10-13, I need the box to say Level 1., How do I make a box say Level 1 or level 2, 3, etc based on a numerical value in
eagletech10 May 14, 2017 12:44 PM (in response to gkaiseril)Thanks. I will see what I can do.
-
5. Re: How do I make a box say Level 1 or level 2, 3, etc based on a numerical value in another text box? For example: If the number is 10-13, I need the box to say Level 1., How do I make a box say Level 1 or level 2, 3, etc based on a numerical value in
gkaiseril May 14, 2017 1:16 PM (in response to eagletech10)Do not use a word processor or Word Pad to edit JavaScript. Use the built-in editor or a programming text editor. The custom JavaScript for the "LevelofService" field has "smart" single quotation marks. You also might want to change the comparison used in the test or the order the test are applied in.
I would have used the case statement rather then the nested if statements.
-
6. Re: How do I make a box say Level 1 or level 2, 3, etc based on a numerical value in another text box? For example: If the number is 10-13, I need the box to say Level 1., How do I make a box say Level 1 or level 2, 3, etc based on a numerical value in
gkaiseril May 14, 2017 1:19 PM (in response to gkaiseril)It should be switch not case.