alter field value on success
I'd like to alter the field value on success, in my form I have a decision checkbox called "Bonus_Points" and if it is checked I'd like to alter the value of the field "points"
if (this.Bonus_Points) {
this.points = this.points * -1;
}
However I get nothing but errors?
ccmehil
------------------------------------------------------
This is posted using zohocreator feedback form