We are using Formhandler in our site, we want to use a small calculation there. We have an Order form where visitor will input their details. We want to place 2 fields there next to each other. One for the number of items ordered (left) and one for the amount to be payed (right), So if they order 2 pieces the amount field will automatically update as 150 (75x2), then they press "submit" button.
Is there any functions or process to do such? We did such for manual form, never with FormHandler, can anyone help us?