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.

Custom table

  1. Hi guys,
    im looking for a CRUD and your product seems a bit close. I want to integrate it in an inhouse plugin (in the admin panel). Is there a way to set a form based on a custom table? Its a real pain to code these forms....

    If not, is there a way to use your plugin in my plugin and to save/retreive data from-in the option table?

    Thanks in advance

    Posted 14 years ago on Thursday October 8, 2009 | Permalink
  2. There is no way to set a form based on a custom table. The form builder interacts with a specific set of database tables and only those tables. It isn't setup to interact with any custom database setup.

    You could use a form and using either the confirmation page redirect (which can pass all the data to a confirmation page which can then process it) or the available API hooks to take the data and then insert it into any database you want.

    However the forms are designed to be used on the front end of the site, not the back end. But I you could use the available function call to display a form within an admin page.

    I's probably doable but would take some work obviously.

    Posted 14 years ago on Thursday October 8, 2009 | Permalink
  3. Thanks Carl.

    Posted 14 years ago on Friday October 9, 2009 | Permalink