In a table it is possible with PHPMaker to hide certain fields and make visible others based on a drop down choice in that table ?ie…a table with have 9 fields.
field-1 - choice_option option A + B
fields 2 to 9 - choice 1 to choice 8 (Text fields)if user selects choice_option dropdown item A then choice fields 1 to 4 becomes visible and choice fields 5 to 8 hidden
if user selects choice_option dropdown item B then choice fields 1 to 4 becomes hidden and choice fields 5 to 8 visibleIs this possible ?
You may simply use jQuery code and put it in “Startup Script” under “Client Scripts” → “Table-Specific”.
Setup the “client side events” in the Edit Tag of “field1”, then use the .visible() function to make the other field hide/show.Read the example 1 in help file topic: “Project Setup” → “Field Setup” → "Client side events (for Add/Copy/Edit/Search) "
I have 2 field, one field like (STATUS) where drop-down value list of A, B, C, D,
And 2nd field name is secured_type (drop-down)
Why i have config to select field 1 status “B” value then visible 2nd field for selection otherwise file 2 secured_type field showing hiddenPlease advice how to configure of this issueThanks
Fizu
You may read Client side events (for Add/Copy/Edit/Search), try to write your event handler, if does not work, post your code for discussion.