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.

Security Question

  1. What kind of security measures do you guys employ to prevent SQL injection attacks for the embedded Gravity forms on any particular page?

    Thank you

    Posted 13 years ago on Wednesday February 2, 2011 | Permalink
  2. We run numbers through the absint() function and use the $wpdb->prepare() to create our SQL queries.

    Posted 13 years ago on Thursday February 3, 2011 | Permalink