I want different checkboxes checked based upon the answers in the form field.
if (event.value = “Yes”){this.getField(“More Information”).value = “Yes”;}
if (event.value = “No”){this.getField(“More Information”).value = “No”;}
if (event.value = “Unsure”){this.getField(“More Information”).value = “Unsure”;}
I'm getting a SyntaxError: illegal character 1:at line 2
Thank you!
Aucun commentaire:
Enregistrer un commentaire