How to Save Elementor Form Data to Your Database

Поділитися
Вставка
  • Опубліковано 19 жов 2024

КОМЕНТАРІ • 251

  • @maurysur81
    @maurysur81 3 роки тому +2

    Excellent Tony, you`re an excellent teacher. I understood your tutorial and I don`t talk english daily. Greetings from Argentina. GENIO!!!!

  • @jamesshumatejr9391
    @jamesshumatejr9391 2 роки тому +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 ua-cam.com/video/poYpLnYOp3g/v-deo.html

  • @stefano94103
    @stefano94103 3 роки тому +2

    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.

  • @paraboy2183
    @paraboy2183 3 роки тому +13

    Searching for this a long time ago

  • @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

  • @Aron97a
    @Aron97a 3 роки тому

    After long search here on yt tutorials, finally one that explained it that simple and nice. Thanks!

  • @xmamba7444
    @xmamba7444 3 роки тому +1

    this helped so much tony, appreciate it brotha! made it so simple for anyone to be able to use.

  • @otrejot
    @otrejot 3 роки тому +1

    Thanks so much for this!! This solves many problems at my freelancing gigs.

  • @sam-hf8yc
    @sam-hf8yc Рік тому +1

    Keep up the good work, Tony!😆

  • @TopicZBoerse
    @TopicZBoerse Рік тому +1

    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

  • @shoshishoshi127
    @shoshishoshi127 3 роки тому +1

    This one is exactly what I need! Thanks for the tutorial.

  • @HiLectric
    @HiLectric 3 роки тому

    This video was really helpful. Thanks so much for putting this together.

  • @Richard_GIS
    @Richard_GIS 2 роки тому

    I really like the mood and setup of your desk, interesting lightning and camera angel

  • @tommygunn2782
    @tommygunn2782 Рік тому

    Excellent tutorial - thanks very much!!

  • @HarshKumar-ws3wv
    @HarshKumar-ws3wv 3 роки тому

    Wonderful!......you solved many people's problem...thank you

  • @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

  • @PanagiotisTheofilopoulos
    @PanagiotisTheofilopoulos 8 місяців тому

    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.

  • @jaymccormick8385
    @jaymccormick8385 2 роки тому +3

    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

  • @vaughanthomas2994
    @vaughanthomas2994 Рік тому +1

    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.

  • @JeanMaireTV
    @JeanMaireTV 3 роки тому

    Awesome tutorial, very helpful and simple steps to follow

  • @ankitbishnoi4067
    @ankitbishnoi4067 2 роки тому

    Excellent work buddy......

  • @clairelaw7034
    @clairelaw7034 3 роки тому

    It works for me! Thanks for the tutorial

  • @razuahammad55
    @razuahammad55 7 місяців тому

    Thanks... and is it possible to prevent duplicate submission? please

  • @shivamparashar3846
    @shivamparashar3846 3 роки тому

    Thank you so much for this wonderful video

  • @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.

  • @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

      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!

  • @anthonyenamu1430
    @anthonyenamu1430 2 роки тому

    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??

  • @โอ๊ะเอง-ถ4ข
    @โอ๊ะเอง-ถ4ข 4 місяці тому

    ty bro u so good 😀

  • @Thegamershow
    @Thegamershow 3 роки тому +1

    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  3 роки тому

      This code snippet will show you how to do that tonyteaches.tech/save-form-data-elementor/#multiple-forms

  • @septianardiwijaya3927
    @septianardiwijaya3927 2 роки тому

    very good bro
    do you have the to show that data in some page?

  • @TakieddinMohamad
    @TakieddinMohamad 3 місяці тому

    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

  • @dbltecnologia4713
    @dbltecnologia4713 3 роки тому

    Thank you very much!

  • @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.

  • @wearejungians
    @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?

  • @shotsi673
    @shotsi673 3 роки тому

    Are there any validation tools in the Elementor form? And how do you usefully extract the data from the PHPAdmin environment?

  • @wenlongkc
    @wenlongkc 3 місяці тому

    Could I check if it is possible to save data to database using Forminator or Contact Form 7?

  • @ZANZICTSOLUTIONS2
    @ZANZICTSOLUTIONS2 2 роки тому

    thank u tony but when ineen do do some thing calculation ?

  • @muhammadkhan3345
    @muhammadkhan3345 10 місяців тому

    Can I collect from multiple websites using this way?

  • @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 роки тому +1

      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 роки тому +1

      @@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 Рік тому

      How?

  • @rodezweb1978
    @rodezweb1978 3 роки тому +1

    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

  • @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!!

  • @ken16310
    @ken16310 3 роки тому

    love it! thanks

  • @duyduongduyduong
    @duyduongduyduong 3 роки тому

    thanks for share. hope will have searies how to show in backend wordpress to see all infomation after submit in elementor form!

  • @apupatra123
    @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

  • @claudiofuentes9880
    @claudiofuentes9880 3 роки тому

    So cool!! thanks!! so much!!

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      You are so welcome!

    • @claudiofuentes9880
      @claudiofuentes9880 3 роки тому

      @@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  3 роки тому +1

      @@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!

  • @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

  • @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 2 роки тому

      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.

  • @dimokokilala8950
    @dimokokilala8950 2 роки тому

    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!

  • @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 роки тому +1

      Perhaps this longer, more-comprehensive tutorial will bring things full circle for you ua-cam.com/video/poYpLnYOp3g/v-deo.html

  • @Lennings82
    @Lennings82 2 роки тому

    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.

  • @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.

  • @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 роки тому +1

      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 ua-cam.com/video/crfAj9yay5w/v-deo.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 роки тому +1

      @@kenmelitado7952 Sorry Ken, I'm not familiar with WPForms

  • @paraboy2183
    @paraboy2183 3 роки тому

    Thank man for the help....

  • @agumon7116
    @agumon7116 3 роки тому

    Thx Sir

  • @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?

  • @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 😁

  • @creativemousestudio
    @creativemousestudio 2 роки тому +3

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

  • @boatbiekeane5049
    @boatbiekeane5049 3 роки тому

    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  3 роки тому +1

      Something I can possible look into for a future video

  • @vahidgoudini4754
    @vahidgoudini4754 Рік тому

    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
    📽📽📽📽📽📽📽📽

  • @wuxianzhe6571
    @wuxianzhe6571 6 місяців тому

    May I ask how can I get the submission ID in elementor pro form hook? like in elementor_pro/forms/new_record?

  • @elmarzougui
    @elmarzougui 4 роки тому

    great vedio

  • @KetutAryadana
    @KetutAryadana 4 роки тому +1

    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  4 роки тому +4

      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 ua-cam.com/video/Mdn2gFodpy0/v-deo.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

  • @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

  • @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 :)

  • @pinogatto3540
    @pinogatto3540 2 роки тому

    how does this work for only a certain page? if I adde to the functions, will this not run for every form?

  • @GauravSrivastv
    @GauravSrivastv 3 роки тому

    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  3 роки тому

      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 3 роки тому

      @@TonyTeachesTech Thanks so much!

  • @HarshKumar-ws3wv
    @HarshKumar-ws3wv 3 роки тому

    I have also subscribed !

  • @rstantonreid
    @rstantonreid 3 місяці тому

    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

  • @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 ua-cam.com/video/poYpLnYOp3g/v-deo.html

  • @simon1885
    @simon1885 6 місяців тому

    how to do same thing but with checkboxes and selects? please i need it for school project

  • @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

  • @paramaribo5978
    @paramaribo5978 3 роки тому +1

    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 3 роки тому

      @@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.

  • @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/

  • @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?

  • @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.

  • @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 роки тому +2

      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

  • @0liver_on_p4ws
    @0liver_on_p4ws 3 роки тому

    Do you need Elementor Pro for this to work ?

  • @erickaltamiranosarzuri8976
    @erickaltamiranosarzuri8976 3 роки тому

    Do you have and example .. when you display on screen the same table in elementor form for me

  • @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

  • @mizuzuzu5215
    @mizuzuzu5215 Рік тому

    And how about if i want to show data on my wordpress page?

  • @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

  • @romainplantureux2125
    @romainplantureux2125 3 роки тому

    Hi how Can we apply it to a custom post with custom fields ? Thank you

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      You can use the techniques in this video for any page that is editable by Elementor

  • @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

  • @raycrews8797
    @raycrews8797 2 роки тому

    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.

  • @jardium
    @jardium 3 роки тому

    nice tutorial, but there is a way to send the data to a Db outside the wp hosting?

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      Yes of course. This can be done with PHP

    • @jardium
      @jardium 3 роки тому

      @@TonyTeachesTech where add the login data in the snippet?

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      @@jardium on the server inside of the add_action( 'elementor_pro/forms/new_record', function( $record, $handler ) function.

  • @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."

  • @aquilaack2221
    @aquilaack2221 3 роки тому

    Wow. this is exactly what I need! Is it also possible to Modify database entries with this method? maybe using $wpdb->update() or something? Can you please briefly explain it? thanks a lot!

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому +2

      In a couple weeks, I'll have a video about creating, reading, updating, and deleting database entries with Elementor, so please stay tuned for that!

    • @aquilaack2221
      @aquilaack2221 3 роки тому

      @@TonyTeachesTech that would be amazing! thank you!

  • @mohammeddanishreza4902
    @mohammeddanishreza4902 3 роки тому

    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?

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      With the $wpdb object, you can access the database that WordPress uses and simply create another table for your Elementor form data

    • @mohammeddanishreza4902
      @mohammeddanishreza4902 3 роки тому

      @@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.

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому +1

      @@mohammeddanishreza4902 You can instantiate a database object for your database like this $mydb = new wpdb( 'username', 'password', 'my_database', 'localhost' );

    • @mohammeddanishreza4902
      @mohammeddanishreza4902 3 роки тому

      @@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.

    • @mohammeddanishreza4902
      @mohammeddanishreza4902 3 роки тому

      @@TonyTeachesTech and where should I write the code of database instantiate .

  • @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"

  • @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

  • @yvesstevehatsindimana8788
    @yvesstevehatsindimana8788 5 місяців тому

    Hello sir thanks for this vidéo but is not work on mine I don't know why.

  • @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

  • @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

  • @komalramzan920
    @komalramzan920 2 роки тому

    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);

  • @AftabAli-zi6kt
    @AftabAli-zi6kt 3 роки тому

    hi tony
    i have a simple elementor how can i make a database in simple elementor?

  • @usdirectories6468
    @usdirectories6468 3 роки тому

    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.

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      The closest thing I have is this CRUD tutorial ua-cam.com/video/3isdcAEZoq0/v-deo.html

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      Sorry, this video is specific to WordPress and Elementor ua-cam.com/video/poYpLnYOp3g/v-deo.html

  • @TheDannypapish
    @TheDannypapish 3 роки тому

    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?

    • @TheDannypapish
      @TheDannypapish 3 роки тому

      *Update* - I found functions.php and copied the snippet there, but still doesn't work :(

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      You should have and will need to put the code in functions.php. Are you in the right place?

    • @alvhen9655
      @alvhen9655 2 роки тому

      @@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.

    • @TonyTeachesTech
      @TonyTeachesTech  2 роки тому

      @@alvhen9655 You will need Elementor Pro for webhooks to work

    • @Walterpaige
      @Walterpaige 2 роки тому

      @@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.

  • @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',"

  • @brunomotta26
    @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

    • @brunomotta26
      @brunomotta26 Рік тому

      // form elementor
      add_action( 'elementor_pro/forms/new_record', function( $record, $ajax_handler ) {
      $raw_fields = $record->get( 'fields' );
      $fields = [];
      foreach ( $raw_fields as $id => $field ) {
      $fields[ $id ] = $field['value'];
      }
      // form 1
      global $wpdb;
      $output['success'] = $wpdb->insert('form1', array( 'nome' => $fields['nome'], 'email' => $fields['email'], 'ddd' => $fields['ddd'],'telefone' => $fields['telefone'], 'ddd2' => $fields['ddd2'], 'telefone2' => $fields['telefone2']));
      // form 2
      global $wpdb;
      $output['success'] = $wpdb->insert('form2', array( 'nome' => $fields['nome'], 'email' => $fields['email'], 'ddd' => $fields['ddd'],'telefone' => $fields['telefone'], 'ddd2' => $fields['ddd2'], 'telefone2' => $fields['telefone2']));
      // form 3
      global $wpdb;
      $output['success'] = $wpdb->insert('form3', array( 'nome' => $fields['nome'], 'email' => $fields['email'], 'ddd' => $fields['ddd'],'telefone' => $fields['telefone'], 'ddd2' => $fields['ddd2'], 'telefone2' => $fields['telefone2']));
      $ajax_handler->add_response_data( true, $output );
      }, 10, 2);
      como usar com esse código ?
      add_action ( 'elementor_pro/forms/new_record' , function ( $record, $ajax_handler ) {
      if ( 'MEU_FORM' == $form_name ) {
      // lógica para MY_FORM
      ...
      } else if ( 'MY_OTHER_FORM' == $form_name ) {
      // lógica para MY_OTHER_FORM
      ...
      }
      ...
      } , 10 , 2 )