I have two fields, both with constant unchangeble values:
TEXT1: 35.00
TEXT2: 107.40
I have a check box:
X -Do you want a yard sign?
I have three yard sign options (radio buttons):
1 sign - $12
2 signs - $25
3 signs - $35
I want to do two things:
1) I want to set up the check box so that, when it is checked, the three yard sign radio buttons become available, and if it is then unchecked, the radio buttons disapeer again. I can't seem to get them to disapeer once they appear with a click on the check box. Even if I uncheck the box, they are forever visible after the first check. This is important because:
2) I want to calculate to a third TEXTBOX the value of TEXT1 + TEXT 2 + Value of RadioButton1 (which ever one is picked). However, I want the radio button value to be calculated with the total ONLY IF the check box is checked.
Is this possible? How do I do it?
Thank you.
For #2, you could do something like the following for the custom calculation script:
George