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.

Price value in form to change on a monthly basis

  1. Hey guys!

    Quick question for you, I want some forms that I'm using have the price value (currently hidden) change on a monthly basis.

    Ie, on the first of each month, I want the field to update to a new figure. Is this possible?

    Here's an example of one of the forms:

    https://www.air.org.au/?gf_page=preview&id=8

    Can we work something out with conditional logic and a hidden date field or something?

    Thanks in advance!

    - Tyce

    Posted 12 years ago on Thursday September 6, 2012 | Permalink
  2. David Peralty

    No, you can't do this with any built-in features of Gravity Forms. You would need to custom code something and using our gform_pre_render hook, fill the price field value.

    http://www.gravityhelp.com/documentation/page/Gform_pre_render

    Posted 12 years ago on Thursday September 6, 2012 | Permalink