Conditional required fields based on a response in a dropdown box
I am in need of assistance creating a javascript that will set fields to required based on a response in a drop down field.
I have an "Action" dropdown field where the user selects the action the want "Add", "Delete", "Change", "Other". In the event of "Add" selected I need certain fields required, in the event "Delete" is selected I need fewer fields to appear as required and so on.
I have seen some similar javascripts for radial button responses but have had difficulty translating.
