this worked great, thx Geoff
Would you have an answer for this:
get selected value for "choice" field before saving using spservices
I've tried several things I've found online but none seem to work.
this seems like it should work but I get "undefined"
$("select[title='fieldName: Form_x0020_Status']").val();.
My form field is called @Form_x0020_Status with a title of Form Status.
I want to see if this choice field has changed before its saved so if its a particular value, I want to ask a question of the user that may cause them to abort their save.
I already have the value in the list before populating the form so I do have something to compare to.
thx
Rich
Would you have an answer for this:
get selected value for "choice" field before saving using spservices
I've tried several things I've found online but none seem to work.
this seems like it should work but I get "undefined"
$("select[title='fieldName: Form_x0020_Status']").val();.
My form field is called @Form_x0020_Status with a title of Form Status.
I want to see if this choice field has changed before its saved so if its a particular value, I want to ask a question of the user that may cause them to abort their save.
I already have the value in the list before populating the form so I do have something to compare to.
thx
Rich