|
Resilient - You're not giving us any code to work with at this point. I'd love to help you, so maybe I can offer you some general guidance.
The simplest way to do this would be to add an event to the submit event of your form and pop up an alert box. This alert box could contain a couple of values. First, you could do the calculation for the total from your form inputs and display it to the user. Maybe something like:
"You current booking details indicate a total price of $xxx.xx. Are you sure you wish to proceed?"
Then, if they click "OK" you would return true which would let the form submit. Otherwise, if they click "Cancel," return false and the form won't submit. If you post some code, PM me and I'll see if I can help you.
__________________
Plugin-Developer.com - Custom plugin development to fit your needs. Plugins available for WordPress and Drupal, among others.
|