Reset Select Field
Posted: 30 Oct 2013
My form is coming along nicely. I really like this product.
I need to reset a select (drop down) field on the edit page. I have 2 choices users can choose from when they fill out the form "A" or "B". I need to clear the value when they edit the form to force my workflow to resend an email.
When I try to clear the field using: fd.field('Status').control().value(""), it shows empty. However, after I save the form, the field still has the value "A". I also tried using a class $(".SelectStatus").val(""), but that was the same result.
I need to reset a select (drop down) field on the edit page. I have 2 choices users can choose from when they fill out the form "A" or "B". I need to clear the value when they edit the form to force my workflow to resend an email.
When I try to clear the field using: fd.field('Status').control().value(""), it shows empty. However, after I save the form, the field still has the value "A". I also tried using a class $(".SelectStatus").val(""), but that was the same result.