Bit Form – WordPress Form Builder Plugin

Product details

Q: Save to WP Custom Table

Hi,

Can the form data be saved to a custom table? How about in a custom post type?

Thanks in advance.

carlosonwebJun 1, 2025
Share
Helpful?
Log in to join the conversation
Edited: Jun 3, 2025

Thanks for reaching out to us.

Currently, there is no built-in option or setting in the plugin to save form data directly to a custom table. However, you can achieve this by using the available Action Hooks to write your custom code for saving data into any custom table.

👉 Here is the doc about action hooks: https://bit-form.com/wp-docs/developer-docs/php-action-hooks/

Posted: Jun 3, 2025

However, Bit Form does support custom post types integrations via:
Here is the doc.

🔗 ACF: https://bitapps.pro/docs/bit-form/integrations/advanced-custom-fields-integrations/
🔗 Pods: https://bitapps.pro/docs/bit-form/integrations/pods-integrations/
🔗 Meta Box: https://bitapps.pro/docs/bit-form/integrations/meta-box-integrations/

Posted: Jun 3, 2025

Here are the tutorials:

🎥 ACF Integration Video: https://youtu.be/zu0zB4OgE20
🎥 Pods Integration Video: https://youtu.be/81Uu2Rbmm0Y
🎥 Meta Box Integration Video: https://youtu.be/RSXaqSjqttc

Posted: Jun 4, 2025

Thanks