We need to take registrations to events on our site. Scenario would be like this:
A customer chooses an event she'd like to attend from a list
A customer then chooses how many seats she'd like to reserve to this event
A customer then chooses whether she's a member of a club
Total price would be only price we'd like to show to a customer. Total should update every time customer changes a parameter and Total is presenting price per seat. Every event has a different price. Members are given a discount.
Just simple calculations based on selected options and quantity, but showing only Total amount.
Can Gravity Forms do this?