I need to change the value of a text field before submitting if it meets a certain criteria.
if( theForm.ci_billstate.value
=="IL" || theForm.ci_billstate.value
=="il" )
{ theForm.AMOUNT.value = string(number(theForm.AMOU
NT.value) * 1.15);}
does not work.
Start Free Trial