Hi
I have created a 'quick quote form' for payroll services. the form is like this
Number of employees (this is the qty field) - user enters 10
select service - 2 product options, weekly payroll or monthly payroll - user selects weekly payroll
Now instead of using the total field I have used a custom field. I want to dynamically populate this field by looking up the qty field from a wp table based on what product the user selects then enter the price in the custom field.
so this field would lookup 10 from the wp table wprice and return that price.
Is this possible and how would i do it?
Can anyone help me
thanks
Jodie