PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Showing only Total price and updating Total based on selections

  1. silakka
    Member

    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?

    Posted 12 years ago on Friday October 21, 2011 | Permalink
  2. You can hide whatever you want with CSS, but there is no way to prevent the display of the prices within Gravity Forms. If you inspect the page where your form is displayed, you can find the elements to target with "display:none;" which is CSS you can add to your theme's stylesheet.

    Posted 12 years ago on Friday October 21, 2011 | Permalink