Book a seat
-
Hi,
I really like your form. I’ve just started using it and I am trying to get the form to calculate correctly. Please may you help me.
My url is https://ezumajets.com/book-a-flight/
This is the formula I have entered:
(function(){
if(fieldname8 == ‘Hawker’? && fieldname9 == ‘An Aircraft’?) return 5000;
})();I am trying to achieve the following objective:
If field 8 is equal to hawker and in field 9 an aircraft has been chosen, then the value must be $5000.
If field 8 is equal to hawker and in field 9 a set has been chosen, then the value must be number of passengers in field 12 multiplied by $1000.The aircraft can carry a maximum of 8 passengers but I would like to set the maximum passengers to 5. How do I do this?
Please help me?
Thank you
The page I need help with: [log in to see the link]
- The topic ‘Book a seat’ is closed to new replies.