1
Elementor Form - Add an option to automatically save form data to a wp database table
Source: elementor/elementor#36169 · opened by @nosnihj77
Describe the Problem Currently there isn't an option to be able to save data from Elementor Form to a table in the WP database. Propose a Solution It would be nice if when a form is set up, there would be an option to be able to save the form's data to a WordPress table. Additional Context Currently I can do it manually, but it's a pain. (1) Create an Elementor Form. (2) Create a WP table (ie: using phpMyAdmin) with fields and datatypes that exactly match the Elementor form's fields, (3) Write some PHP code to create a function to save the form's data to the Wp data table (4) Create a shortcode container on the Elementor page and add the PHP function's shortcode so it fires when the form is submitted. (5) Since I want to be able for users to be able to edit the data on the Elementor webpage, then I create a wpDataTable as a SQL source so it's hooked up to the WP database table. (6) Then I add a shortcode container on the Elementor page and …
No pledges yet. Be the first to back this.
Comments
Similar requests
Global Styles Support for WPML
1 vote · 0 comments
Allow overriding Elementor uploads directory (decouple from wp_upload_dir())
1 vote · 0 comments
WPML Widget not allow to hide current language
1 vote · 0 comments
Remove delay on form redirect after Submission.
3 votes · 0 comments
🚀 Feature Request: Multiple dynamic data inputs in Dynamic Tags
2 votes · 0 comments
No comments yet.