Page 1 of 1

Removing dropdown value

Posted: 15 Feb 2016
by Jaydius
Im wanting to remove a value in a dropdown list based on choices made on the form. Im not having any luck using the following code:


$("#WorkOrderType option[value='Preventative Maintenance']").remove();


Im assuming the issue is in how im calling the form field/dropdown list. Looking at the code of the rendered form, the dropdown list id is a different value (a very long one at that). I assume I need to call the fd.form function to get the correct form field.

Re: Removing dropdown value

Posted: 16 Feb 2016
by rostislav
Your assumption is correct, see http://spform.com/forms-designer- ... eld-values