Hi, I have made a confirmation screen for orders, with the ability to edit an order.
When an administrator goes to edit an order, they are given a screen of that order's form fields which I have set up. What I wanted to be able to do is when they select a new product or item, it would recalculate the price based on the item selected from a drop down. I cant figure out how to make an onselect event run a php script to update the total field.
Has anyone done this? Essentially, I want to run php script from a form view when a selection is made.
When an administrator goes to edit an order, they are given a screen of that order's form fields which I have set up. What I wanted to be able to do is when they select a new product or item, it would recalculate the price based on the item selected from a drop down. I cant figure out how to make an onselect event run a php script to update the total field.
Has anyone done this? Essentially, I want to run php script from a form view when a selection is made.