Field Displaying Percent of Form Completed
New to Javascript, even newer to javascript in adobe. I have a fillable adobe form. It's been requested that I add a field that displays the percentage complete of the form. So as the user fills in more of the form, that number would change. Is there a formula I could use on a calculated text field for the default value? Something like, =this.fields.count / (count(this.fields <> "").
I realize I may have to have each field listed in the denominator as an this.field.x != ""...
