I am an old programmer (oracle DBA for DOTNET) from 10 years ago. I am trying to create a prayer list in our church's website. This was SO CLEAR even a programmer could understand. I hope you have lessons on how to display the data. I will add a statue field and based on that display current prayer requests and add a counter. I have been looking for the HOW TO and love it. James 6 thumbs up
@TonyTeachesTech3 жыл бұрын
Thanks James! I have a similar video that goes through a basic CRUD implementation which I think you'll find helpful too kzbin.info/www/bejne/pqC8oX-kjrSjack
@maurysur813 жыл бұрын
Excellent Tony, you`re an excellent teacher. I understood your tutorial and I don`t talk english daily. Greetings from Argentina. GENIO!!!!
@TonyTeachesTech3 жыл бұрын
Awesome, thank you! 😀
@imranquran2 ай бұрын
it was very good lesson thanks my best teacher Tony
@stefano941033 жыл бұрын
This is one of the best tutorials for using Elementor forms and adding it to the database. Thank you for your hard work creating this video.
@TonyTeachesTech3 жыл бұрын
You're very welcome!
@michaelbollowskanal3942 Жыл бұрын
great video, I see a lot clearer now how to manage my custom made websites. You have a great teaching style, I like that a lot
@sam-hf8yc Жыл бұрын
Keep up the good work, Tony!😆
@Aron97a4 жыл бұрын
After long search here on yt tutorials, finally one that explained it that simple and nice. Thanks!
@TonyTeachesTech4 жыл бұрын
Awesome! I'm happy to hear that David
@otrejot4 жыл бұрын
Thanks so much for this!! This solves many problems at my freelancing gigs.
@TonyTeachesTech4 жыл бұрын
Happy to help!
@xmamba74444 жыл бұрын
this helped so much tony, appreciate it brotha! made it so simple for anyone to be able to use.
@TonyTeachesTech4 жыл бұрын
Awesome to hear that :)
@Miacloudtech3 күн бұрын
Great video Tony and very clear and informative. Do you know if this process will automatically validate user input before the data is saved to the database? What I mean is to prevent SQL injection etc? Thanks.
@tommygunn2782 Жыл бұрын
Excellent tutorial - thanks very much!!
@paraboy21834 жыл бұрын
Searching for this a long time ago
@TonyTeachesTech4 жыл бұрын
Great, glad you found me
@HarshKumar-ws3wv4 жыл бұрын
Wonderful!......you solved many people's problem...thank you
@TonyTeachesTech4 жыл бұрын
That's fantastic :)
@Richard_GIS2 жыл бұрын
I really like the mood and setup of your desk, interesting lightning and camera angel
@TonyTeachesTech2 жыл бұрын
Thanks Richard
@codeBlock7862 ай бұрын
Excellent job.
@shoshishoshi1274 жыл бұрын
This one is exactly what I need! Thanks for the tutorial.
@TonyTeachesTech4 жыл бұрын
Glad I could help!
@HiLectric4 жыл бұрын
This video was really helpful. Thanks so much for putting this together.
@TonyTeachesTech4 жыл бұрын
Sure thing!
@TopicZBoerse Жыл бұрын
Hello Tony. Thanks a lot for the Video! You say "everytime a form is submitted", what if i got many forms with different inputs for different databases. How can I get the input for the right Form? For example: FormX: Name(PK), Email, Message --> Database Demo FormY: Age, Country, Name(FK) --> Database Customer
@chrislee77043 жыл бұрын
Great vid! Couple q's about the data: 1) where would that data be hosted and how could you make sure that you are the sole owner and only person with access to the data? 2) how could you connect the data base to scripts that would run calculation on each new database entry and markup a pdf to send back to user? Thanks!
@TonyTeachesTech3 жыл бұрын
1. The data is hosted in a table in the same database as your WordPress site. If you own this, then you also own the Elementor data. 2. This is possible, but would require you to hire a developer to write a custom solution. I'm not aware of an existing solution for this
@chrislee77043 жыл бұрын
@@TonyTeachesTech thanks!
@andybw6542 Жыл бұрын
Tony Many thanks for sharing your knowledge with us all - this video certainly helped me to understand the complexities with WP, Elementor and MYSQL. As a non-developer I have a question if I may. I like the idea of adding data from forms to MySQL data Tables (defiantly will help with analysis) my question is how I adjust the php code to allow data form a single input form to be saved to several data tables i.e. a client sign up form that will save data to the following data tables - client_info, address_details etc I have been able to do this with HTML, CSS and PHP but am struggeling with doing the same whilst using Elementor Forms All said this was a great video and looking forward to watch all you have to offer - great job
@clairelaw70343 жыл бұрын
It works for me! Thanks for the tutorial
@TonyTeachesTech3 жыл бұрын
You're welcome!
@ankitbishnoi40672 жыл бұрын
Excellent work buddy......
@TonyTeachesTech2 жыл бұрын
Thank you! Cheers!
@shivamparashar38463 жыл бұрын
Thank you so much for this wonderful video
@TonyTeachesTech3 жыл бұрын
You are so welcome!
@โอ๊ะเอง-ถ4ข6 ай бұрын
ty bro u so good 😀
@CMTgraphicscom10 ай бұрын
Hi Tony! Thank you for this tutorial, it was very helpful for me too! How can I display those submissions (saved in the database) in the front-end with Elementor Pro? I have created a guestbook with Elementor Form and I want to dynamically display those submissions saved in the DB. Also, if I remove a submission I think it still exists on the DB. Thank you in advance.
@JeanMaireTV3 жыл бұрын
Awesome tutorial, very helpful and simple steps to follow
@TonyTeachesTech3 жыл бұрын
Glad it was helpful!
@vaughanthomas29942 жыл бұрын
Thanks for this Tony, it's helped me out a lot, however, I want to add a photo upload to the form. So I added another column to my database called 'photo' and added a line in the functions.php - 'photo' => $fields['photo'], but when I submit the form it displays '0' in the photo column. How is it really done? Cheers.
@septianardiwijaya39272 жыл бұрын
very good bro do you have the to show that data in some page?
@kemekenneth3 жыл бұрын
Good one Tony. If you don't want to touch theme editor files, you can also choose webhook as your after submit action. Provide a php file url, the file would accept the post request and insert the data into your db.
@TonyTeachesTech3 жыл бұрын
Good to know that!
@kemekenneth3 жыл бұрын
@@TonyTeachesTech thanks for commenting here. I watched your other video where you processed "addition" and returned the sum to an HTML. My question to that is, how do I pass that returned data to Email action? Something tells me the mail fires before that data arrived. Any direction would be appreciated. Thanks
@TonyTeachesTech3 жыл бұрын
@@kemekenneth Oh okay I understand. That I don't know the answer to unfortunately
@kemekenneth3 жыл бұрын
Thanks @@TonyTeachesTech, I'll keep poking and looking around.
@razahaider3069 Жыл бұрын
How?
@duyduongduyduong3 жыл бұрын
thanks for share. hope will have searies how to show in backend wordpress to see all infomation after submit in elementor form!
@TonyTeachesTech3 жыл бұрын
You're welcome!
@wenlongkc6 ай бұрын
Could I check if it is possible to save data to database using Forminator or Contact Form 7?
@TakieddinMohamad6 ай бұрын
Hello Tony, is it possible to send data of Form in mean time to email address in addition to external Database, thanks a lot in advance
@wuxianzhe65719 ай бұрын
May I ask how can I get the submission ID in elementor pro form hook? like in elementor_pro/forms/new_record?
@anthonyenamu14302 жыл бұрын
thanks for the video, it was very helpful. I would like to know how then can we retrieve those values in the database to an excel fle or better yet how can we display all the entries in our website??
@rodezweb19783 жыл бұрын
will this only work with one form? i have multiple forms on wbsite i need to store data in diffrent tables
@TonyTeachesTech3 жыл бұрын
Please see my comment here for working with multiple forms tonyteaches.tech/save-form-data-elementor/#comment-602
@wearejungians Жыл бұрын
How could I collect forms from visitors on my site and then add a search feature so users can search for the data for those filled out forms? For example, I am working on a site where customers can come and input a negative review of XYZ place and I want the data to be sent to a database which then people can search for XYZ place on the homepage and see what negative reviews that place has. Any advice, Tony?
@Lennings822 жыл бұрын
Is it possible to have a query that pre fill a field? It looks like the field can have one. Like I want have the looged in user telefon number pre fill into a field.
@intelligenceWin Жыл бұрын
Hey Tony Is it possible to do the same with formulator Forms? Like if I create a form on forminator, so will I be able to save that form data to a custom table in myphpadmin.
@shotsi6733 жыл бұрын
Are there any validation tools in the Elementor form? And how do you usefully extract the data from the PHPAdmin environment?
@RianHidayat-kd4uv2 жыл бұрын
hi, how to set login page as we enter the website? I want to make web portal using elementor. but getting stopped out because of the flow. in PHP we set login page and move it in the beginning of folder htdocs and named it index.php but how to showed it in elementor? how does we set first page in elementor is login page before it redirect to dasboard after login of course, and how to connect users and password database in phpmyadmin to match in login page? thanks
@dbltecnologia3 жыл бұрын
Thank you very much!
@TonyTeachesTech3 жыл бұрын
You're welcome
@wanstudiodigital19063 жыл бұрын
finally i found it.. this is exaaactly what I'm looking for.. Hey Tony, i'd be great if you complete it with tutorial to show the table on the page using elementor.. thanks anyway
@TonyTeachesTech3 жыл бұрын
Perhaps this longer, more-comprehensive tutorial will bring things full circle for you kzbin.info/www/bejne/pqC8oX-kjrSjack
@claudiofuentes98803 жыл бұрын
So cool!! thanks!! so much!!
@TonyTeachesTech3 жыл бұрын
You are so welcome!
@claudiofuentes98803 жыл бұрын
@@TonyTeachesTech Maybe you dont need more extra money, but a suggestion you should have a donate button. The invitation is that if we sell someting with your tutorials we should donate, i woud do it. Really nice tutotial.
@TonyTeachesTech3 жыл бұрын
@@claudiofuentes9880 Thank you very much Claudio. Perhaps in the future I can do something like that, but for now if you subscribe and share my videos, that is all I ask!
@Thegamershow3 жыл бұрын
Using this method, how can you do this for multiple forms on your website and put the data into their own separate tables? (Example: Form1 > Form1Table and Form2 > Form2Table) Thank you for creating this video!
@TonyTeachesTech3 жыл бұрын
This code snippet will show you how to do that tonyteaches.tech/save-form-data-elementor/#multiple-forms
@paramaribo59783 жыл бұрын
is there a way to show the data on your browser in a frond-end layout before writing to the DB.
@TonyTeachesTech3 жыл бұрын
Yes you can achieve this with custom HTML/PHP, but it requires some coding and design to show the data to the user before submitting it to the db
@claudiofuentes98803 жыл бұрын
@@TonyTeachesTech easy way wp data tables plugin, im working on this right now, what tony shares plus data tables to show and manage the data.
@razuahammad5510 ай бұрын
Thanks... and is it possible to prevent duplicate submission? please
@ken163103 жыл бұрын
love it! thanks
@TonyTeachesTech3 жыл бұрын
You're welcome!
@pinogatto35402 жыл бұрын
how does this work for only a certain page? if I adde to the functions, will this not run for every form?
@vahidgoudini47542 жыл бұрын
Hello Tony, Tanx for all data, if use multiple form, Should we write that code in the continuation of the first code? I would be grateful if you record a video 📽📽📽📽📽📽📽📽
@erickaltamiranosarzuri89763 жыл бұрын
Do you have and example .. when you display on screen the same table in elementor form for me
@TonyTeachesTech3 жыл бұрын
What do you mean?
@ZANZICTSOLUTIONS23 жыл бұрын
thank u tony but when ineen do do some thing calculation ?
@TonyTeachesTech3 жыл бұрын
What?
@nomanshahid6674 жыл бұрын
What are those 10 and 2 at the end in the code snippet you entered in the functions.php file?
@TonyTeachesTech4 жыл бұрын
Great question! It's the priority and number of arguments respectively developer.wordpress.org/reference/functions/add_action/
@hillaryaura72443 жыл бұрын
i dont know when you will answer this Tony but i would wish to know.if i installed wordpress locally on my machine ,and installed xampp on my machine,would the code snippet you provide work?i would wish to create a form with my own fields maybe to store my shop inventory.otherwise thank alot for the light.i appreciate this tutorial
@TonyTeachesTech3 жыл бұрын
I don't fully understand your setup with xampp (not familiar with that). If xampp give you PHP functionality, then I could see this working.
@muhammadkhan3345 Жыл бұрын
Can I collect from multiple websites using this way?
@ociredef333 жыл бұрын
Is possible create more forms with each their own table? In your code where is the "link" of the Elementor's form? 'elementor_pro/forms/new_record'? But in the example the form's name is 'New Form'.......
@TonyTeachesTech3 жыл бұрын
Hi Federico. You can certainly have multiple forms. Distinguish between them with their 'id' on the server like this: if ( 'MY_FORM_NAME' == $form_name ) { // do something } else if ( 'MY_OTHER_FORM' == $form_name ) { // do something else } .... developers.elementor.com/forms-api/#Form_New_Record_Action
@roderix18858 ай бұрын
how to do same thing but with checkboxes and selects? please i need it for school project
@irenacohen35642 жыл бұрын
is it possible to save the data from elementor form to external database?
@apupatra123 Жыл бұрын
Hi Tony can you provied a tutorial video about how to upload image or document and save to a folder with PHP MySQL data base
@eatravels3 жыл бұрын
hi tony its a good videa, would like to is there any limitation on adding number of record, and how to retrieve
@TonyTeachesTech3 жыл бұрын
At some point, there will be a limit, but I'm not sure what that is
@julialopez88144 жыл бұрын
HI, this was very useful, thanks a lot. I was wondering whether I can just go to appearance/customize/additional css and add the code there or is it better to install the child theme?
@TonyTeachesTech4 жыл бұрын
That's a good question. I don't think one way is better than the other. If you have the child theme installed, I guess I would suggest there in case the main theme for some reason removes your custom CSS during an update or something.
@creativemousestudio2 жыл бұрын
It is always better to install a child theme. Otherwise, any customization you do at the parent theme level will be overwritten when there is an update.
@yeahboi71193 жыл бұрын
hi tony, its a really good tutorial can you make a tutorial how to create registration and login using elementor and save the data we have collect into database? thank you.
@TonyTeachesTech3 жыл бұрын
Something I can look into
@paraboy21834 жыл бұрын
Thank man for the help....
@TonyTeachesTech4 жыл бұрын
Sure thing!!
@HarshKumar-ws3wv4 жыл бұрын
I have also subscribed !
@TonyTeachesTech4 жыл бұрын
Thank you very much for your support 🙏
@dimokokilala89502 жыл бұрын
Hi Tony! Thank you for this video! How do I update a field in the usermeta? For example I want to update the Facebook URL using my customized Elementor page. Thank you in advance!
@angeliapratiwiruruk47763 жыл бұрын
can it only be used for child elementor themes or can it be with the Medicalpress theme? thankyou
@TonyTeachesTech3 жыл бұрын
This will work wether you have a child theme installed or not, but I highly recommend installing a child theme. Otherwise when you edit functions.php, you’ll find lots of other code in that file. This goes for other themes like Medicalpress. If there is a child theme for Medicalpress, use that. If not, this will still work, but just be careful when editing functions.php. Please note that this only applies to Elementor Pro. PS: I saw you comment on the blog post too :)
@victorzamora93163 жыл бұрын
Excellent tutorial, how do I do it if I want to read a row from the table and perform an update, then showing the result in an attached list.
@TonyTeachesTech3 жыл бұрын
Maybe something like the would help kzbin.info/www/bejne/pqC8oX-kjrSjack
@GauravSrivastv3 жыл бұрын
Thanks, Tony for very useful tips. I'm looking for a method to create a unique id containing text + number like ORD001. How can I achieve this in elementor form? This id should be automatically increased as the user fills the form. Can you please help me with that?
@TonyTeachesTech3 жыл бұрын
In your PHP code, if you already have a number, then you can do something like: $old_num = 1; $new_num = $old_num + 1; $length = 3; $id = "ORD".str_pad($new_num, $length, "0", STR_PAD_LEFT);
@GauravSrivastv3 жыл бұрын
@@TonyTeachesTech Thanks so much!
@boatbiekeane50493 жыл бұрын
Hi Tony, This is a very good Tutorial Please teach me how to upload files from Elementor form to a folder and show them into dashboard.
@TonyTeachesTech3 жыл бұрын
Something I can possible look into for a future video
@kenmelitado79524 жыл бұрын
This video is a gem. glad I found it. anyway, using the same method, can you also delete data from the database? if so, how?
@TonyTeachesTech4 жыл бұрын
You can log into your database on the command line and execute raw SQL commands to delete individual rows. Also, if you have something like phpMyAdmin installed, you can do this through a web browser kzbin.info/www/bejne/maPJcp1vrsasa9k
@kenmelitado79524 жыл бұрын
@@TonyTeachesTech okay, thanks! do you also happen to know what would be the directory 'elementor_pro/forms/new_record' for WPForms? or is this method not usuable with WPForms?
@TonyTeachesTech4 жыл бұрын
@@kenmelitado7952 Sorry Ken, I'm not familiar with WPForms
@mizuzuzu5215 Жыл бұрын
And how about if i want to show data on my wordpress page?
@dwiantorosk2 жыл бұрын
Hi tony. Can you make a video how to using this elementor forms to connect with webhook?
@kimramireztv3 жыл бұрын
Hi Tony! This is a great tutorial. Is these items possible to do in Elementor forms?: - Populating drop-down menus with data from database - Updating data using Elementor forms Thank you!!
@TonyTeachesTech3 жыл бұрын
Yes. It will require custom code
@renataqb3 жыл бұрын
Hello, can this be customised for EA registration forms... Actually, cannot find a solution to save in db the terms and conditions acceptance for a registration form made with EA. Thank you.
@TonyTeachesTech3 жыл бұрын
Sorry, what is EA?
@renataqb3 жыл бұрын
@@TonyTeachesTech Essential addons for elementor
@TonyTeachesTech3 жыл бұрын
@@renataqb Oh okay. Sorry... I'm not familiar with that
@dewjagai29283 жыл бұрын
can you write this same data to the brouwser with the same procedure, not first to the db than back to browser but drectly to the brouwser
@TonyTeachesTech3 жыл бұрын
Sure. That's possible with a GET or POST request
@jhonendergarcia61703 жыл бұрын
Hi, Tony. I did everything you did, But the data is stored in table `wp_e_submissions_values` instead of my own table. What am I doing wrong?
@TonyTeachesTech3 жыл бұрын
I'm not sure without seeing your code
@antelokas37433 жыл бұрын
Hello, great video, Any idea how to prevent form clearing data after Submit? I'm looking for this option, not sure should it be done through javascript...
@antelokas37433 жыл бұрын
Solved with following 2 lines (if anyone got also stucked) : jQuery( document ).on('submit_success', function(event, response){ document.getElementById("answer").innerHTML = response.data['1'].result; var old_value = $("#form-field-a").val(); $("#form-field-a").attr("value", old_value).val("").focus().blur(); }); Let me know if this aproach is good, thx ;)
@TonyTeachesTech3 жыл бұрын
Seems like you answered your own question 😁
@elmarzougui4 жыл бұрын
great vedio
@TonyTeachesTech4 жыл бұрын
Thanks!
@OGMadMax4 жыл бұрын
Thanks for the tutorial TOny! How to do this for files?
@TonyTeachesTech4 жыл бұрын
You're welcome Max! Can you please explain what you mean by "do this for files"?
@OGMadMax4 жыл бұрын
@@TonyTeachesTech So let's say I want to store .jpeg, .pdf files to my DB coming from users' input, how can I achieve this?
@TonyTeachesTech4 жыл бұрын
@@OGMadMax You will want to store the name of the files in your database and store the actual file in a "media" or "uploads" folder for example.
@OGMadMax4 жыл бұрын
@@TonyTeachesTech Thank you man!
@OGMadMax4 жыл бұрын
@@TonyTeachesTech Thank you for your reply! How can I keep these folders private? For example, when I have an uploads folder this is easily accessible via entering the htmkl route of the folder.
@faithfulservant13802 жыл бұрын
Does this work with code snippets? My child theme did not have a functions.php, so I followed the instructions for code snippets but it did not work. Any help is appreciated
@TonyTeachesTech2 жыл бұрын
I think all themes should have functions.php. This will not work with code snippets alone
@romainplantureux21253 жыл бұрын
Hi how Can we apply it to a custom post with custom fields ? Thank you
@TonyTeachesTech3 жыл бұрын
You can use the techniques in this video for any page that is editable by Elementor
@babakkashefi2 жыл бұрын
hi tony tnx about this amaze video, how i can create a page that when someone type in search box on that page, many fields shows information from database that I before imported to database, query information and show , for example you search "tony" name in search box, then show information's from tony - like age, family, job and so... pls help me by share link or something like that tnx again man keep it on... i want do this all in wordpress by elementor
@Error40499s Жыл бұрын
How to save that a custom post type?
@creativemousestudio2 жыл бұрын
This is a great tutorial! However, I notice you omitted adding a unique ID (primary key) for the new table. Wouldn't you want to be able to associate the table with other data in the database and therefore would need to have a primary and foreign key for each record? Also, I'm trying to understand what the use case would be for doing this since Elementor records all its submissions in the e_submissions and the e_submissions_values tables. Couldn't I just learn how to work with these tables instead of creating a new table for my form submissions?
@missulu2 жыл бұрын
Usually the primary also uses auto-advance, it will apply the next number in +1 order. You don't have to do anything. If I understand your question...
@KetutAryadana4 жыл бұрын
Hi Tony, really great tutorial! Do you know how to read data from a custom table (like your demo table), and display it on a page? Thank you.
@TonyTeachesTech4 жыл бұрын
To read data you would use the wpdb class as we did in this video, but call the get_row function. Please refer to the WordPress developer documentation here developer.wordpress.org/reference/classes/wpdb/#select-a-row To return the data, see what I do in this tutorial here kzbin.info/www/bejne/g5XRY5p8pMmjr5I&t=997 (I recommend you watch the whole thing) To display it on a page, watch the linked tutorial in its entirety and that should do it.
@babakkashefi2 жыл бұрын
this is my question bro
@zuhairjaved17724 жыл бұрын
Hello, do you know what directory this would change to if I use ninja forms instead of elementor forms, >> " 'elementor_pro/forms/new_record',"
@TonyTeachesTech4 жыл бұрын
Sorry I'm not familiar ninja forms
@jardium4 жыл бұрын
nice tutorial, but there is a way to send the data to a Db outside the wp hosting?
@TonyTeachesTech4 жыл бұрын
Yes of course. This can be done with PHP
@jardium4 жыл бұрын
@@TonyTeachesTech where add the login data in the snippet?
@TonyTeachesTech4 жыл бұрын
@@jardium on the server inside of the add_action( 'elementor_pro/forms/new_record', function( $record, $handler ) function.
@rstantonreid6 ай бұрын
very clear but i dont see how the function is linked to the specific form...or put another way how the specific form calls the specific function
@usdirectories64683 жыл бұрын
Do you have a explainer video that shows us how to build a database from form fields of a registration page. Step by step on a WP website.
@TonyTeachesTech3 жыл бұрын
The closest thing I have is this CRUD tutorial kzbin.info/www/bejne/aZrWlZZ3er-ip5I
@TonyTeachesTech3 жыл бұрын
Sorry, this video is specific to WordPress and Elementor kzbin.info/www/bejne/pqC8oX-kjrSjack
@rey.caunca8 ай бұрын
It does not save to the MySql fdatabase.
@mohammeddanishreza49024 жыл бұрын
It was really a nice video.But I have a doubt that if I have an endpoint where i need to send my form data .Where do i need to mention my endpoint url?
@TonyTeachesTech4 жыл бұрын
With the $wpdb object, you can access the database that WordPress uses and simply create another table for your Elementor form data
@mohammeddanishreza49024 жыл бұрын
@@TonyTeachesTech Thank you for your response.But I am not using Wordpress database. I have seperate database I have Url of it. I want my form to send those details to my database as soon as I click submit button. I have url (endpoint) of my database. Where should I mention that Url to connect my form with my database.
@TonyTeachesTech4 жыл бұрын
@@mohammeddanishreza4902 You can instantiate a database object for your database like this $mydb = new wpdb( 'username', 'password', 'my_database', 'localhost' );
@mohammeddanishreza49024 жыл бұрын
@@TonyTeachesTech But I am not using wordpress database.My database is somewhere else and I have only URL of it to connect my form and retreive data from Form and store it to that particular URL.
@mohammeddanishreza49024 жыл бұрын
@@TonyTeachesTech and where should I write the code of database instantiate .
@HiLectric4 жыл бұрын
Putting this out for anyone to chime in, but does anyone know how in wordpress or elementor to get the data that was submitted to pop up on the page as a confirmation for the user to see what they had just sent after they hit submit button?
@TonyTeachesTech3 жыл бұрын
You can perhaps use JavaScript's alert() function to do this www.w3schools.com/jsref/met_win_alert.asp
@jorgeamaya33423 жыл бұрын
Hi Tony, your tutorial has been very good, you gave me a solution that I was looking for. however, suppose that the $ fields (message) has three options, separated by three Fields in the form, field A, field C, field D, how would you make the array 👉 $ wpdb-> insert ('table', array (' name '=> $ fields [' name '],' email '=> $ fields [' email '],' message '=> $ fields [' $ fieldA, $ fieldB, $ fieldC '])); is that correct? remember that my question is if three fields of the form separated by comma "," could go in the message field !!!
@TonyTeachesTech3 жыл бұрын
I'm not sure if that's correct. I would suggest testing it out. Sorry if that's not too helpful
@webimonpro3 жыл бұрын
Hey, there!! Thanks for making this tutorial. But, when I paste it on my function.php then it is showing this error: "Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP."
@TonyTeachesTech3 жыл бұрын
I'm not sure what's going on here 🤔
@vedat_orkun4 жыл бұрын
Well, can we send the same form data to the mail at the end of this process?
@TonyTeachesTech4 жыл бұрын
Yes, just make sure to add the Mail "Actions after submit"
@brunomotta26 Жыл бұрын
Olá Tony, poderia ilustrar como poderia ser feito usando um id para cada tabela ? ex, form1: quero que ele grave na tabela demo1, form2: quero que ele salve na tabela form2
Hi, Tony, i have a cuestion, i need to see, whats your program new_record.php has in side, in path elementor_pro/forms/new_record, can you help me please!. i follow you but, not work for me. thanks for you help.
@TonyTeachesTech4 жыл бұрын
Hi Carlos, have you looked at the blog post for this video? tonyteaches.tech/save-form-data-elementor/ It has the content from the video that you can take a look at and copy/paste if you need to
@carlosmurillosaenz16404 жыл бұрын
@@TonyTeachesTech Thanks, Tony, have a good nigth.
@TheDannypapish3 жыл бұрын
Hey Tony thanks for the tutorial. I did everything, but for some reason it doesn't work for me. I'm not getting any error messages, the information simply doesn't go into the table I created and it stays blank. I use the standard myPhp admin of goDaddy. Also, I don't have "functions.php" on my admin, I have header.php, footer.php, index.php and sidebar.php. I tried to put the snippet in header.php and index.php, and none of them worked. Suggestions?
@TheDannypapish3 жыл бұрын
*Update* - I found functions.php and copied the snippet there, but still doesn't work :(
@TonyTeachesTech3 жыл бұрын
You should have and will need to put the code in functions.php. Are you in the right place?
@alvhen96552 жыл бұрын
@@TonyTeachesTech the same here not working. I placed the code under functions.php, no error but the data not stored in phpmyadmin. Does it work for Free host of wordpres?im just using free hosting.
@TonyTeachesTech2 жыл бұрын
@@alvhen9655 You will need Elementor Pro for webhooks to work
@Walterpaige2 жыл бұрын
@@TonyTeachesTech Tony I just found your tutorial and it's exactly what I was looking for however just like above it's not working. I do have Elementor Pro, and am putting the code into the functions.php on the child theme. The submit button returns success however no data shows up in the table of the DataBase.
@deliverydash77813 жыл бұрын
How can i add the form data to be displayed on another page like a thank you page?
@TonyTeachesTech3 жыл бұрын
Perhaps a redirect with GET parameters in the URL will do that for you
@komalramzan9202 жыл бұрын
Hello sir great tutorial helped me alot but I am trying something to validate the data that is existing in DB. please help me out in this I'm trying to verify the file number whether it exist in Database or not if it exists it give success message, if not then show invalid number. My Tab has only one col i.e fileNumber. This is the code I have tried to put in the child theme in functions.php. when I enter the file number in the name field this code only show the statement after else statement ($ajax_handler->add_error( $field['id'], 'Invalid number' );). is there any other way to do this? here is the code add_action( 'elementor_pro/forms/validation', function ( $record, $ajax_handler ) { $fields = $record->get_field( ['id' => 'name1',] ); if ( empty( $fields ) ) { echo "enter the file number"; } $field = current( $fields ); global $wpdb; if($wpdb->connect_error){ echo 'Connection Failed: '; } $sql = $wpdb->get_results( "select fileNumber from wpbd_FileNumbers where fileNumber like '%$field%'"); /* $sql="select * from $wpdb->wp_FileNumbers where fileNumber like '%$field%'";*/ if($sql == $field){ $ajax_handler->add_response_data( true, $output ); } else $ajax_handler->add_error( $field['id'], 'Invalid number' ); }, 10, 2);
@mohamedelhar98992 жыл бұрын
i use exactly the same staps , doesn't for me and i don't know why can i get some help plz