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.

Form data submission to external database

  1. Hi
    I wanted to know what is fastet way to get this integrated.
    I have a normal formal form with few fields like email, firstname,lastname and phone number.
    Now apart from performing a form submit and form mail action once it comes to wp, I need to submit this data to my database for which a tomcat servlet is available which takes in parameters and gets to the db.
    Is there anything already available in gravity to do this or let me know what is available and can be enhanced.

    Posted 13 years ago on Wednesday November 17, 2010 | Permalink
  2. This would require a customization. You would have to either use hooks to store the data elsewhere when the form is submitted (advanced integration experience with Gravity Forms required) or you could use the confirmation redirect to redirect to your own custom handler once the form is submitted and passes the data via the querystring. You then do what you need to do with the data using PHP and handle redirecting to a Thank You page from there.

    Posted 13 years ago on Wednesday November 17, 2010 | Permalink