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.

Add-On to Turn a Gravity Form Into a Hushmail Secure Form?

  1. The Hushmail site says: "If you have your own website, you can turn any regular web form into a Hush Secure Form by making a small change to your HTML code." Looking at their API page, it appears this is accomplished by sending a POST request to the form page (https://forms.hush.com/pagename). I don't see any way to do this with Gravity Forms ... I assume this would this require an add-on, anyone know of one?

    Posted 11 years ago on Sunday May 27, 2012 | Permalink
  2. David Peralty

    I don't think there is an add-on right now for Hushmail, but you can, if you have some PHP skills, code one using the following hook:
    http://www.gravityhelp.com/documentation/page/Gform_after_submission

    If you are unable to code this yourself, pop a request in the Job Board and hopefully someone will step up to the task.

    Posted 11 years ago on Monday May 28, 2012 | Permalink
  3. Belated thanks for the answer ... I'm pretty fluent in PHP and have implemented hooks before, so I've bookmarked the link and will give it a try.

    Posted 11 years ago on Tuesday July 3, 2012 | Permalink