Calculation Update on Key Stroke
-
Hello,
I am working on a form with a calculation field based on multiple values entered by user. This calculation field is used as the payment total for PayPal.
The issue is that the calculation field is only updated when the value is committed, ie. by selecting another field. Since one of the values it’s based on is the last field in the form, the user won’t see their final total until after they hit the PayPal button, and thus may be confused about the total.
I know that it’s possible to listen for field oninput event to update every key press (perhaps this should be a feature change). I could thus cause the update myself, but I’m not sure what JavaScript function would need to be called to actually update the field through Forminator.
Thank you!
- The topic ‘Calculation Update on Key Stroke’ is closed to new replies.