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.
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/
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/
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
Thanks