This topic is locked

Add Page Hide Formula

8/5/2009 2:11:16 PM
ASPRunnerPro General questions
R
RBrogen author

Here's my situation:
I have a drop down list of award nominations in field called NominationType. The award nominations fall into 3 categories each with their own description and criteria which are basically 3 table rows with the text explain the details and criteria for each award type directly under the NominationType field. What I would like to do is based on what the user selects in the NominationType field, only display the row for that award nomination type.
For Example:
NominationType = Best New Workplace
Hide Row with description for End User Award
Hide Row with description for Leadership Award
Display Row with description for Best New Workplace Award
This would also need to be dynamic in that if the user goes and selects a different award then the text hides/displays accordingly.
I've created fieldblock sections for each of the descriptions so that I would be able to execute xt.assign enduseraward_fieldblock,false or true and I get it to work on the before display but I need it in an If statement that gets evaluated every time that the NominationType field value changes.
Any assistance would be greatly appreciated.

J
Jane 8/6/2009
R
RBrogen author 8/6/2009

Hi,

please check this thread:

http://www.asprunner.com/forums/index.php?showtopic=6503


Thank you Jane. One more question, in my particular case I'm not disabling a field but just wanting to hide the text that is bound by {BEGIN EndUserCritera_fieldblock} TEXT {END EndUserCriteria_fieldblock}. Can you point me in the right direction on this?
Thank you for your help.

J
Jane 8/7/2009

Hi,
to hide whole row with label and field edit HTML code on the Visual Editor tab.

Here is a sample:

http://www.asprunner.com/forums/index.php?showtopic=10641