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.

Using Gforms with plugins that saved data to db

  1. I love Gforms. I've solved most of my original challenges.

    I'd like to use Gforms to for all my custom wp and buddypress forms,

    User registration - customized to create different user types
    Login

    Also, I'm building a couple of buddypress plugins that allow a user to create "spaces" that have different characteristics based on user form entries.

    I'm trying to decide if Gforms is the right tool for this given that duplication of Gforms saving the info in the database AND my plugin needing to save the information (and derivatives of the information) in separate tables to work with the plugin.

    Could I use GForm hooks/filters to extract the data from the forms to load into my separate tables? How would I deal with the duplication issue? What criteria should I use to determine whether to use Gforms or hard code it.

    Posted 14 years ago on Tuesday March 2, 2010 | Permalink