Resolved! Change field value ofter submitting
Hi,I have a float type field A. I want to set the value by A's value/100 when submit. below code is not working in portal.function onSubmit() { //Type appropriate comment here, and begin script below var x = g_form.getValue("u_duty_percentage"); ...
