Тёмный

How to Save Elementor Form Data to Your Database 

Tony Teaches Tech
Подписаться 104 тыс.
Просмотров 84 тыс.
50% 1

Learn how to save Elementor form data to a database in this step-by-step tutorial that walks you through the process of inserting user data into MySQL from PHP.
Get Elementor Pro to enable all features including webhooks 👉 ttt.do/ElementorSaveForms (affiliate link)
Code snippets and more at tonyteaches.tech/save-form-da...
Check out my vlog channel ‪@TonyFlorida‬
#elementor #wordpress #formsapi

Хобби

Опубликовано:

 

12 окт 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 251   
@maurysur81
@maurysur81 3 года назад
Excellent Tony, you`re an excellent teacher. I understood your tutorial and I don`t talk english daily. Greetings from Argentina. GENIO!!!!
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Awesome, thank you! 😀
@Aron97a
@Aron97a 3 года назад
After long search here on yt tutorials, finally one that explained it that simple and nice. Thanks!
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Awesome! I'm happy to hear that David
@xmamba7444
@xmamba7444 3 года назад
this helped so much tony, appreciate it brotha! made it so simple for anyone to be able to use.
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Awesome to hear that :)
@otrejot
@otrejot 3 года назад
Thanks so much for this!! This solves many problems at my freelancing gigs.
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Happy to help!
@shoshishoshi127
@shoshishoshi127 3 года назад
This one is exactly what I need! Thanks for the tutorial.
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Glad I could help!
@stefano94103
@stefano94103 3 года назад
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.
@TonyTeachesTech
@TonyTeachesTech 3 года назад
You're very welcome!
@tommygunn2782
@tommygunn2782 Год назад
Excellent tutorial - thanks very much!!
@HarshKumar-ws3wv
@HarshKumar-ws3wv 3 года назад
Wonderful!......you solved many people's problem...thank you
@TonyTeachesTech
@TonyTeachesTech 3 года назад
That's fantastic :)
@HiLectric
@HiLectric 3 года назад
This video was really helpful. Thanks so much for putting this together.
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Sure thing!
@michaelbollowskanal3942
@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
@jamesshumatejr9391
@jamesshumatejr9391 2 года назад
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
@TonyTeachesTech
@TonyTeachesTech 2 года назад
Thanks James! I have a similar video that goes through a basic CRUD implementation which I think you'll find helpful too ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-poYpLnYOp3g.html
@sam-hf8yc
@sam-hf8yc Год назад
Keep up the good work, Tony!😆
@clairelaw7034
@clairelaw7034 3 года назад
It works for me! Thanks for the tutorial
@TonyTeachesTech
@TonyTeachesTech 3 года назад
You're welcome!
@andybw6542
@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
@user-lq7gh7xl4q
@user-lq7gh7xl4q 15 дней назад
ty bro u so good 😀
@ankitbishnoi4067
@ankitbishnoi4067 Год назад
Excellent work buddy......
@TonyTeachesTech
@TonyTeachesTech Год назад
Thank you! Cheers!
@JeanMaireTV
@JeanMaireTV 3 года назад
Awesome tutorial, very helpful and simple steps to follow
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Glad it was helpful!
@shivamparashar3846
@shivamparashar3846 2 года назад
Thank you so much for this wonderful video
@TonyTeachesTech
@TonyTeachesTech 2 года назад
You are so welcome!
@dbltecnologia4713
@dbltecnologia4713 3 года назад
Thank you very much!
@TonyTeachesTech
@TonyTeachesTech 3 года назад
You're welcome
@paraboy2183
@paraboy2183 3 года назад
Searching for this a long time ago
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Great, glad you found me
@ken16310
@ken16310 3 года назад
love it! thanks
@TonyTeachesTech
@TonyTeachesTech 3 года назад
You're welcome!
@Richard_GIS
@Richard_GIS 2 года назад
I really like the mood and setup of your desk, interesting lightning and camera angel
@TonyTeachesTech
@TonyTeachesTech 2 года назад
Thanks Richard
@paraboy2183
@paraboy2183 3 года назад
Thank man for the help....
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Sure thing!!
@agumon7116
@agumon7116 2 года назад
Thx Sir
@TonyTeachesTech
@TonyTeachesTech 2 года назад
Welcome
@jaymccormick8385
@jaymccormick8385 2 года назад
Thanks! Was also wondering if since you’ve custom coded that submit event - that if, say, you wanted to also send an email AND REDIRECT user if you would have to also accomplish that in the same code block - I presume so - or can one add multiple actions after submit ? Is there any “run code” option available through the interface directly - it seemed you had to leave the reservation and custom code the event in the child theme as your only custom option. All good if so - just curious
@chrislee7704
@chrislee7704 3 года назад
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!
@TonyTeachesTech
@TonyTeachesTech 3 года назад
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
@chrislee7704
@chrislee7704 3 года назад
@@TonyTeachesTech thanks!
@elmarzougui
@elmarzougui 3 года назад
great vedio
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Thanks!
@wanstudiodigital1906
@wanstudiodigital1906 3 года назад
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
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Perhaps this longer, more-comprehensive tutorial will bring things full circle for you ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-poYpLnYOp3g.html
@kemekenneth
@kemekenneth 3 года назад
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.
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Good to know that!
@kemekenneth
@kemekenneth 3 года назад
@@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
@TonyTeachesTech
@TonyTeachesTech 3 года назад
@@kemekenneth Oh okay I understand. That I don't know the answer to unfortunately
@kemekenneth
@kemekenneth 3 года назад
Thanks @@TonyTeachesTech, I'll keep poking and looking around.
@razahaider3069
@razahaider3069 9 месяцев назад
How?
@claudiofuentes9880
@claudiofuentes9880 3 года назад
So cool!! thanks!! so much!!
@TonyTeachesTech
@TonyTeachesTech 3 года назад
You are so welcome!
@claudiofuentes9880
@claudiofuentes9880 2 года назад
@@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.
@TonyTeachesTech
@TonyTeachesTech 2 года назад
@@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!
@duyduongduyduong
@duyduongduyduong 2 года назад
thanks for share. hope will have searies how to show in backend wordpress to see all infomation after submit in elementor form!
@TonyTeachesTech
@TonyTeachesTech 2 года назад
You're welcome!
@vaughanthomas2994
@vaughanthomas2994 Год назад
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.
@PanagiotisTheofilopoulos
@PanagiotisTheofilopoulos 4 месяца назад
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.
@HarshKumar-ws3wv
@HarshKumar-ws3wv 3 года назад
I have also subscribed !
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Thank you very much for your support 🙏
@TopicZBoerse
@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
@Lennings82
@Lennings82 Год назад
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.
@anthonyenamu1430
@anthonyenamu1430 Год назад
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??
@GabrielDoesThings
@GabrielDoesThings Год назад
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?
@RianHidayat-kd4uv
@RianHidayat-kd4uv Год назад
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
@shotsi673
@shotsi673 2 года назад
Are there any validation tools in the Elementor form? And how do you usefully extract the data from the PHPAdmin environment?
@wenlongkc
@wenlongkc 5 дней назад
Could I check if it is possible to save data to database using Forminator or Contact Form 7?
@razuahammad55
@razuahammad55 3 месяца назад
Thanks... and is it possible to prevent duplicate submission? please
@septianardiwijaya3927
@septianardiwijaya3927 2 года назад
very good bro do you have the to show that data in some page?
@pinogatto3540
@pinogatto3540 Год назад
how does this work for only a certain page? if I adde to the functions, will this not run for every form?
@boatbiekeane5049
@boatbiekeane5049 2 года назад
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.
@TonyTeachesTech
@TonyTeachesTech 2 года назад
Something I can possible look into for a future video
@muhammadkhan3345
@muhammadkhan3345 6 месяцев назад
Can I collect from multiple websites using this way?
@wuxianzhe6571
@wuxianzhe6571 2 месяца назад
May I ask how can I get the submission ID in elementor pro form hook? like in elementor_pro/forms/new_record?
@intelligenceWin
@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.
@mizuzuzu5215
@mizuzuzu5215 Год назад
And how about if i want to show data on my wordpress page?
@simon1885
@simon1885 2 месяца назад
how to do same thing but with checkboxes and selects? please i need it for school project
@irenacohen3564
@irenacohen3564 2 года назад
is it possible to save the data from elementor form to external database?
@dwiantorosk
@dwiantorosk 2 года назад
Hi tony. Can you make a video how to using this elementor forms to connect with webhook?
@TakieddinMohamad
@TakieddinMohamad 8 дней назад
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
@apupatra123
@apupatra123 9 месяцев назад
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
@yeahboi7119
@yeahboi7119 2 года назад
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.
@TonyTeachesTech
@TonyTeachesTech 2 года назад
Something I can look into
@Error40499s
@Error40499s 7 месяцев назад
How to save that a custom post type?
@dimokokilala8950
@dimokokilala8950 Год назад
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!
@erickaltamiranosarzuri8976
@erickaltamiranosarzuri8976 3 года назад
Do you have and example .. when you display on screen the same table in elementor form for me
@TonyTeachesTech
@TonyTeachesTech 3 года назад
What do you mean?
@Thegamershow
@Thegamershow 2 года назад
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!
@TonyTeachesTech
@TonyTeachesTech 2 года назад
This code snippet will show you how to do that tonyteaches.tech/save-form-data-elementor/#multiple-forms
@nomanshahid667
@nomanshahid667 3 года назад
What are those 10 and 2 at the end in the code snippet you entered in the functions.php file?
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Great question! It's the priority and number of arguments respectively developer.wordpress.org/reference/functions/add_action/
@mohamedelhar9899
@mohamedelhar9899 2 года назад
i use exactly the same staps , doesn't for me and i don't know why can i get some help plz
@kenmelitado7952
@kenmelitado7952 3 года назад
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?
@TonyTeachesTech
@TonyTeachesTech 3 года назад
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 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-crfAj9yay5w.html
@kenmelitado7952
@kenmelitado7952 3 года назад
@@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?
@TonyTeachesTech
@TonyTeachesTech 3 года назад
@@kenmelitado7952 Sorry Ken, I'm not familiar with WPForms
@rodezweb1978
@rodezweb1978 3 года назад
will this only work with one form? i have multiple forms on wbsite i need to store data in diffrent tables
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Please see my comment here for working with multiple forms tonyteaches.tech/save-form-data-elementor/#comment-602
@ZANZICTSOLUTIONS2
@ZANZICTSOLUTIONS2 2 года назад
thank u tony but when ineen do do some thing calculation ?
@TonyTeachesTech
@TonyTeachesTech 2 года назад
What?
@kimramireztv
@kimramireztv 2 года назад
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!!
@TonyTeachesTech
@TonyTeachesTech 2 года назад
Yes. It will require custom code
@julialopez8814
@julialopez8814 3 года назад
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?
@TonyTeachesTech
@TonyTeachesTech 3 года назад
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.
@creativemousestudio
@creativemousestudio Год назад
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.
@babakkashefi
@babakkashefi 2 года назад
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
@perstinmoringstare4980
@perstinmoringstare4980 Год назад
how to save data useing contact from 7 in my phpmyadmin wordpress
@victorzamora9316
@victorzamora9316 3 года назад
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.
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Maybe something like the would help ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-poYpLnYOp3g.html
@KetutAryadana
@KetutAryadana 3 года назад
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.
@TonyTeachesTech
@TonyTeachesTech 3 года назад
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 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Mdn2gFodpy0.html&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.
@babakkashefi
@babakkashefi 2 года назад
this is my question bro
@hillaryaura7244
@hillaryaura7244 3 года назад
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
@TonyTeachesTech
@TonyTeachesTech 3 года назад
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.
@yvesstevehatsindimana8788
@yvesstevehatsindimana8788 2 месяца назад
Hello sir thanks for this vidéo but is not work on mine I don't know why.
@jorgeamaya3342
@jorgeamaya3342 3 года назад
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 !!!
@TonyTeachesTech
@TonyTeachesTech 3 года назад
I'm not sure if that's correct. I would suggest testing it out. Sorry if that's not too helpful
@creativemousestudio
@creativemousestudio Год назад
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?
@missulu
@missulu Год назад
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...
@GodCreatedBlack
@GodCreatedBlack 3 года назад
🥰
@TonyTeachesTech
@TonyTeachesTech 3 года назад
:)
@zuhairjaved1772
@zuhairjaved1772 3 года назад
Hello, do you know what directory this would change to if I use ninja forms instead of elementor forms, >> " 'elementor_pro/forms/new_record',"
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Sorry I'm not familiar ninja forms
@faithfulservant1380
@faithfulservant1380 2 года назад
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
@TonyTeachesTech
@TonyTeachesTech 2 года назад
I think all themes should have functions.php. This will not work with code snippets alone
@rstantonreid
@rstantonreid 9 дней назад
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
@mantrastohelpyou2516
@mantrastohelpyou2516 Год назад
can u alos make video for fetching data
@eatravels
@eatravels 3 года назад
hi tony its a good videa, would like to is there any limitation on adding number of record, and how to retrieve
@TonyTeachesTech
@TonyTeachesTech 3 года назад
At some point, there will be a limit, but I'm not sure what that is
@jhonendergarcia6170
@jhonendergarcia6170 2 года назад
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?
@TonyTeachesTech
@TonyTeachesTech 2 года назад
I'm not sure without seeing your code
@ociredef33
@ociredef33 3 года назад
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'.......
@TonyTeachesTech
@TonyTeachesTech 3 года назад
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
@dewjagai2928
@dewjagai2928 3 года назад
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
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Sure. That's possible with a GET or POST request
@HiLectric
@HiLectric 3 года назад
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?
@TonyTeachesTech
@TonyTeachesTech 3 года назад
You can perhaps use JavaScript's alert() function to do this www.w3schools.com/jsref/met_win_alert.asp
@brouap
@brouap 2 года назад
what about with multiple forms?
@TonyTeachesTech
@TonyTeachesTech 2 года назад
Please see this for instructions tonyteaches.tech/save-form-data-elementor/#multiple-forms
@webimonpro
@webimonpro 2 года назад
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."
@TonyTeachesTech
@TonyTeachesTech 2 года назад
I'm not sure what's going on here 🤔
@angeliapratiwiruruk4776
@angeliapratiwiruruk4776 3 года назад
can it only be used for child elementor themes or can it be with the Medicalpress theme? thankyou
@TonyTeachesTech
@TonyTeachesTech 3 года назад
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 :)
@paramaribo5978
@paramaribo5978 3 года назад
is there a way to show the data on your browser in a frond-end layout before writing to the DB.
@TonyTeachesTech
@TonyTeachesTech 3 года назад
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
@claudiofuentes9880
@claudiofuentes9880 2 года назад
@@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.
@komalramzan920
@komalramzan920 Год назад
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);
@GauravSrivastv
@GauravSrivastv 2 года назад
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?
@TonyTeachesTech
@TonyTeachesTech 2 года назад
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);
@GauravSrivastv
@GauravSrivastv 2 года назад
@@TonyTeachesTech Thanks so much!
@vedat_orkun
@vedat_orkun 3 года назад
Well, can we send the same form data to the mail at the end of this process?
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Yes, just make sure to add the Mail "Actions after submit"
@saulriz8342
@saulriz8342 3 года назад
Everything I did however the database is not being updated.
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Hmm, I don't know why. Please double check yours against mine in the video
@AftabAli-zi6kt
@AftabAli-zi6kt 2 года назад
hi tony i have a simple elementor how can i make a database in simple elementor?
@TonyTeachesTech
@TonyTeachesTech 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-poYpLnYOp3g.html
@deliverydash7781
@deliverydash7781 3 года назад
How can i add the form data to be displayed on another page like a thank you page?
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Perhaps a redirect with GET parameters in the URL will do that for you
@raycrews8797
@raycrews8797 Год назад
Tony can you do a video on how to put Elementor Multi Step form data into PHPmyadmin? There is no video on Elementor Multi Step Form data into PHPmyadmin.
@AmorFatiYT
@AmorFatiYT 3 года назад
Thanks for the tutorial TOny! How to do this for files?
@TonyTeachesTech
@TonyTeachesTech 3 года назад
You're welcome Max! Can you please explain what you mean by "do this for files"?
@AmorFatiYT
@AmorFatiYT 3 года назад
​@@TonyTeachesTech So let's say I want to store .jpeg, .pdf files to my DB coming from users' input, how can I achieve this?
@TonyTeachesTech
@TonyTeachesTech 3 года назад
@@AmorFatiYT 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.
@AmorFatiYT
@AmorFatiYT 3 года назад
@@TonyTeachesTech Thank you man!
@AmorFatiYT
@AmorFatiYT 3 года назад
@@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.
@antelokas3743
@antelokas3743 3 года назад
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...
@antelokas3743
@antelokas3743 3 года назад
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 ;)
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Seems like you answered your own question 😁
@MJ-qe5lg
@MJ-qe5lg 3 года назад
Could you do a video tutorial on how to add a database to google cloud server and the sent the data there. Example: I bought my domain name I set up free hosting with google cloud the installed word press now need a php database....
@TonyTeachesTech
@TonyTeachesTech 3 года назад
This video should be exactly what you're looking for ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-3isdcAEZoq0.html, if not please let me know. You'll just need to install PHP and MySQL as a prerequisite
@bangwahid4067
@bangwahid4067 2 года назад
hello tony, thank you for the tutorial you made very useful, can I make the same tutorial as the material from this video in my language (indonesia)? , I think a lot of my country needs it, I'm going to include this video link in the description that this is your content I'm just recycling
@TonyTeachesTech
@TonyTeachesTech 2 года назад
Go ahead!
@renataqb
@renataqb 3 года назад
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.
@TonyTeachesTech
@TonyTeachesTech 3 года назад
Sorry, what is EA?
@renataqb
@renataqb 3 года назад
@@TonyTeachesTech Essential addons for elementor
@TonyTeachesTech
@TonyTeachesTech 3 года назад
@@renataqb Oh okay. Sorry... I'm not familiar with that
Далее
Лайфхак с колой не рабочий
00:16
Просмотров 156 тыс.
I Built a SECRET Soccer Field in My Room!
24:15
Просмотров 15 млн
How to Do 90% of What Plugins Do (With Just Vim)
1:14:03
Просмотров 871 тыс.
Neo4j (Graph Database) Crash Course
1:23:08
Просмотров 207 тыс.
Become a WordPress Developer: Unlocking Power with Code
3:18:33
7 Wordpress Plugins I install on all websites (2024)
15:07