Search found 2 matches
- 18 Feb 2013, 18:20
- Forum: General
- Topic: Disable Dynamic Field Dropdown onchange event
- Replies: 2
- Views: 1109
Re: Disable Dynamic Field Dropdown onchange event
So my understanding is, in CustomerTicketMessage.dtl you would comment out these lines: <!-- dtl:block:DynamicField --> <div class="Row Row_DynamicField_$QData{"Name"}"> $Data{"Label"} <div class="Field"> $Data{"Field"} </div> <div class="Clear&...
- 14 Feb 2013, 19:33
- Forum: General
- Topic: Disable Dynamic Field Dropdown onchange event
- Replies: 2
- Views: 1109
Disable Dynamic Field Dropdown onchange event
In the CustomerTicketMessage.dtl, I have 25 dynamic fields with a subset being visible depending on the service that is selected by the user. Depending on the selected service, 3 or more dynamic dropdown fields may be visible allowing the user to make a selection. Currently, selecting an item in eac...