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.

Hide important data from the web

  1. I am building a system that gives someone a quote, but I want to hide the price on the frontend (HTML) and only show it in the email that is sent to them when the form is submitted. At the moment you could just go to the form a scrape the prices from the HTML. These prices are special to this business and they don't want just anyone taking them when they want.

    Posted 11 years ago on Saturday January 12, 2013 | Permalink
  2. Do you have the form online so we can take a look at how you've done things so far? Please share the URL to the page where the form is embedded.

    Posted 11 years ago on Saturday January 12, 2013 | Permalink
  3. I don't want to share just yet, but if you set a product with prices in gravity forms it shows the products price in the <form> data. Like so:
    <option value='1yr|4600' >1 year</option>
    I don't want anyone to see 4600 until they get the form through email where it will quote them $4,600.

    Posted 11 years ago on Saturday January 12, 2013 | Permalink
  4. I realized that was a silly question soon after I asked it. :-)

    There is a difference between the product price and the option price. Here, you have shown the option price. To hide that, you can use the gform_format_option_label filter: http://www.gravityhelp.com/documentation/page/Gform_format_option_label

    Posted 11 years ago on Sunday January 13, 2013 | Permalink