Elementor form save to database - Dynamic content for Elementor

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 75

  • @albamachado5541
    @albamachado5541 4 года назад

    Grateful for the clear explanation. But wondering: Instead of creating new posts, how could form fields on the front end get pulled into a repeater field for an already existing post?

    • @wpalgoridm
      @wpalgoridm  4 года назад

      Check out ACF repeater tutorials in dynamic content playlist on the channel.

  • @yosmerrodriguez1377
    @yosmerrodriguez1377 11 месяцев назад

    Hello new subscriber, very good content, sorry, I had a question, I wanted to know if there is any way in which using Live html when placing the amount fields they arrive with format since they arrive without any type of thousands format and I can't find any documentation on regard

    • @wpalgoridm
      @wpalgoridm  11 месяцев назад

      Did you check rich text editor field? It must be used on the custom post type too as well.

  • @devdavid8439
    @devdavid8439 4 года назад +1

    This is an eye opener. It will help me improve our web application without much struggle.
    I need some extra guidance if you don't mind.
    1. I want to make sure, a user can only submit to a certain post type once.
    2. A user can edit/delete their entry.
    I want to achieve all this at the front-end.
    Thank you

    • @royal7558
      @royal7558 4 года назад +2

      Yes, I'm also trying to figure this out! Currently I'm building a membership website and I want my members beeing able to use the form as a settings tab. They should be able to view and edit the entered information after they submitted it. So it's more likely saving the content instead of submitting it.

    • @royal7558
      @royal7558 4 года назад +1

      How can we achieve that?

    • @RyanDCFC1
      @RyanDCFC1 2 года назад

      Did you get a solution?

  • @abanksob1
    @abanksob1 Год назад

    thanks whats a good way to display the submitted post on the front end current the extra fields arent showing up on front end

    • @wpalgoridm
      @wpalgoridm  Год назад

      Make sure you have them configured to be queried in the front end while creating the field group itself or configure it now.

  • @tienthanhnguyen6094
    @tienthanhnguyen6094 2 года назад

    i installed dynamic content plugin and activated it but i can't find it in elementor. help me.

  • @mathiasrudolf
    @mathiasrudolf 3 года назад

    Great tutorial! I have one question left, how can I match a checkbox with several options? I tried the type "Checkbox" at ACF, but it doesn't work.

    • @wpalgoridm
      @wpalgoridm  3 года назад +1

      You can map it as a value but not another checkbox, you need to think of the output of the filed and map accordingly.

    • @mathiasrudolf
      @mathiasrudolf 3 года назад

      @@wpalgoridm Thank you! I was able to save the checkbox value. Realy cool would be a tutorial the other way round. I saved the data in a costum posttype like you showed in the tutorial. Now I try do populate the date of the posting back in a form to give the oportunity to edit the submitted data. Again the checkbox is the problem. :) For all other fields I could use a dynamic default value to insert the date of the post into the form. But the checkbox field in the elementor form has no default value. :(

  • @oyewoleolufemi4446
    @oyewoleolufemi4446 4 года назад

    Thank you for this tutorial, a question though, if I want to query and display what was been store in the database without necessary doing this post thing, how do I go about it? or is there another plugin to achieve this?

  • @heartcardio
    @heartcardio 4 года назад

    Amazing videos. Question - do ACF or dynamic content allow calculations of averages for specific users? Ie if a user enters his or her weight on multiple dates in the same form, how can i calculate an average ?

    • @wpalgoridm
      @wpalgoridm  4 года назад

      Check out cost calculator video in dynamic content playlist.

  • @PLUS-sj4sf
    @PLUS-sj4sf 4 года назад

    Hi again, i have a question :) I am trying to use dynamic tags in a SELECT Field on a form to feed data from a Custom Post Taxonomy but it does not show the taxonomy? could you tell me how can i do that? I do not want to enter the SELECT data one at a time, I want to feed from taxonomy I created for a post. Thank you so much.

  • @sidkhaitan6091
    @sidkhaitan6091 4 года назад

    Hi - towards the end you mentioned creating archives of custom post types and displaying lists. Is there a resource/video where I can learn more? Thanks in advance

    • @wpalgoridm
      @wpalgoridm  4 года назад

      Check out dynamic content playlist on the channel. Made a video on archives.

  • @lautarob
    @lautarob 4 года назад

    Thanks for such enlighten video. Clear and concise. My only suggestion, dedicated for those like me that are not english native, is to speak slowly, sometimes I can barely understand was is been saying, so I need to stop the video and go back.

  • @tunacan3388
    @tunacan3388 3 года назад

    thank u so much perfect but I have very important question. I need your help pls.!!!! I made the same thing as your video. All data write to custom post type and created pots with form.( I use dynamic.coo form and jet engine for custom post type)
    But I want to send the link with mail at the same time. I mean write data to post create post and add the link of post to mail. Is it possibel or any solution for that can u pls help , thank u so much

    • @wpalgoridm
      @wpalgoridm  3 года назад

      This may help regarding dynamic mail ruclips.net/video/_Lx2od2KqN4/видео.html

    • @tunacan3388
      @tunacan3388 3 года назад

      @@wpalgoridm Thank u but maybe you missunderstood me :) I know dynamic email but I want to add "post link" to email. When the form was filled it creates a new post. How can I automaticly add the link of that post to dynamic email. That means I need to identify the "post ID" to form but I dont know how to do it:( its very important for me if can help I will be very happy.

  • @bartvinckier524
    @bartvinckier524 4 года назад

    Very useful and clearly explained. However I’m running ito another problem related to the part where you show us how numbers in a form field are not necessarily the same type as in ACF (I guess). What I’m trying to do is to send my featured image (as a link) to my new post. Works fine, but now I would like to show that image front end on my page. How should I set my form field and what kind of field type would I need in ACF?

    • @wpalgoridm
      @wpalgoridm  4 года назад +1

      Hey Bart Vinckier the solution for this is to drag an image widget. Click dynamic tag on link, choose dynamic tokens, under key put [form:ID]. Here ID is the CSS ID of file upload field that got this image.

  • @Demonstration7
    @Demonstration7 4 года назад

    Hi sir.
    how can you save ACF data in repeat field ..

  • @tobyrutterdigitalnz6817
    @tobyrutterdigitalnz6817 2 года назад

    Thanks for taking the time to make this video very helpful. I was considering if I could use it to allow users to submit a review for a custom post type.

  • @neverhaveiever3490
    @neverhaveiever3490 4 года назад

    Thanks for this amazing video.
    Is there a way to display all these form entries on a single page, giving viewers the option to react to the post?

    • @wpalgoridm
      @wpalgoridm  4 года назад +1

      Save all the entries a custom post types and use views widget to display them again on the same page.

    • @neverhaveiever3490
      @neverhaveiever3490 4 года назад

      @@wpalgoridm Thanks for your reply. Can we display the image uploaded by the user rather than the URL?

  • @k.festusmakau8869
    @k.festusmakau8869 4 года назад

    Please advice me where am going wrong in elementor my fields are unidentified eg *Name[unidentified] (text ) and are not when i post are not displaying in posts.

  • @jorgemarques2585
    @jorgemarques2585 4 года назад +1

    Interestingly, while this approach works for ACF, it does not work for Toolset.

  • @arpitgoyat9248
    @arpitgoyat9248 4 года назад

    Great tutorial, appreciate the efforts. I have a query, and it will be great if you decide to help me out with it. So what am looking to do is, search the information that is saved in the database from the site itself, as in a customer checking their warranty. So that the user can enter their Unique ID and search and as a result get info about their warranty saved in the database. How can we do that with Elementor?

  • @alaaabdelrahim4074
    @alaaabdelrahim4074 3 года назад

    You are the king thank you so much

  • @salmanyahya4636
    @salmanyahya4636 3 года назад

    Is there any free version of plugin Dynamic content for Elementor??

  • @technosagetravel
    @technosagetravel 4 года назад

    Wonderful Tutorial! I loved the way you have explained the whole process! For the file upload field, how do I display it in the front end if there are multiple files? I can't seem to get that working. When I give URL as field type at the front end, multiple files are getting shown as a SINGLE URL basically breaking the URL. Any workaround to this? Maybe, something using the Repeater field?

  • @jazirehco1
    @jazirehco1 4 года назад

    Hello
    I want to link the information of two different forms on one page in Ajax format and in the next pages I will output it in an integrated way, is there a way? No matter how hard I try, I can't get results. Can you send me a sample or a tutorial?

  • @robertmarsman2055
    @robertmarsman2055 3 года назад

    Does this require Elementor Pro? Or will the free version work?

    • @wpalgoridm
      @wpalgoridm  3 года назад

      Yes forms are a part of the pro plugin.

    • @robertmarsman2055
      @robertmarsman2055 3 года назад

      @@wpalgoridm
      Thank you for the information. I was also trying to have a + and - at the end of a field to repeat rhe field if the user requires it. but i cannot find a way to do it. For example.
      Name field + -
      If + is selected additional Name field is added.
      Name + -
      Name + -
      Thank you.

  • @frafish3291
    @frafish3291 4 года назад +2

    Hi, if you want to map a field as File or Image don't forget to activate "Save files as Media" setting ;D

    • @wpalgoridm
      @wpalgoridm  4 года назад

      Thank you for the tip :)

  • @fabioalferii
    @fabioalferii 4 года назад

    Hi, thank you very much for your tutorial. But I want to ask you why should I save data from form to a post. Can you give me an example in the "real world"? Thank you

    • @wpalgoridm
      @wpalgoridm  4 года назад +1

      When you accept guest posts on your site or you want to store the leads instead of paying for a marketing service.

    • @fabioalferii
      @fabioalferii 4 года назад

      @@wpalgoridm thank you, now is clear!

  • @cgatt82
    @cgatt82 4 года назад

    Hi, thank you very much for a great video, I have managed to create a form that saves data to a custom post type and custom fields. However I noticed there is an option for "update existent data", how does one put the post id into a form?
    Basically the idea is to have "influencers" to modify their own post, and on their account page is a list of posts they created. I have been trying to figure out how they would be able to edit one of these posts as well as delete?

    • @wpalgoridm
      @wpalgoridm  4 года назад

      The same way u create a post, you must be able to update the post with necessary fields. Post ID can be derived using dynamic tokens.

    • @rGGdom
      @rGGdom 3 года назад

      Nice observation. Now we just need a way to delete those entries from the frontend in order for Elementor to provide the complete frontend form functionality.

  • @MarcusViniciusAraujodaRosa
    @MarcusViniciusAraujodaRosa 4 года назад

    You have an example for using "Save fields as option". I tried to use but not saved.

    • @wpalgoridm
      @wpalgoridm  4 года назад

      I think it’s redundant. But I’ll let you know if it has any use case.

    • @MarcusViniciusAraujodaRosa
      @MarcusViniciusAraujodaRosa 4 года назад

      ​@@wpalgoridm The interesting thing is that I can capture the Default Value, but it does not save the data even with the unique ID of the field. In "SAVE" I chose "Save field as option" and selected the fields under "Metas". But it still didn't work.

    • @MarcusViniciusAraujodaRosa
      @MarcusViniciusAraujodaRosa 4 года назад

      @@wpalgoridm I didn't quite understand your answer but come on, I created an option in the menu using acf_add_options_page and there I created a group of fields and a rule for the options page for this group of fields. I can recover data from these fields, but I cannot save.

  • @PLUS-sj4sf
    @PLUS-sj4sf 4 года назад

    Loveeeed it, Thank you so very much very helpful!! would appreciate for more tutorials like this for DC for elementor. thanx a million

  • @AK-mp4ko
    @AK-mp4ko Год назад

    if i want to show all entries in one table?

    • @wpalgoridm
      @wpalgoridm  Год назад

      Create a Custom Post type and then display archive results in a table!

  • @raymartcarlos8166
    @raymartcarlos8166 3 года назад

    Can u make report of all the answers?

  • @abubakarchudhary7027
    @abubakarchudhary7027 4 года назад

    Thanks its very help ful

  • @anthonyeze7312
    @anthonyeze7312 4 года назад

    Thanks again for this very useful tutorial. I know this may not be directly related but is it possible to teach how to create an eBook custom post type using CPTUI and ACF pro where the book has Chapters and each chapter (within its body text) can have several links to other resources. Thank you.

    • @wpalgoridm
      @wpalgoridm  4 года назад +1

      You can think of the book as archives page. Create a custom post type called Chapter. Now archive of all chapters is the book. Archives page can be designed visually using Elementor Pro.

    • @anthonyeze7312
      @anthonyeze7312 4 года назад

      Many thanks @@wpalgoridm. Let me give that a shot :)

  • @ahnafmamun9532
    @ahnafmamun9532 4 года назад

    Thank you so much> It's working properly that I want😍😍

  • @barryscottormoc
    @barryscottormoc Год назад

    Don't bother, they must have gone out of business, The trial version doesn't work and there is no reply from support.

  • @rishabhmahajan9139
    @rishabhmahajan9139 4 года назад

    thanx man you are amazing

  • @ufo9932
    @ufo9932 Год назад

    用户名称,还有邮箱地址,最好能过滤一下,我发现有好多恶意用户注册,用户名称有很多敏感词,最好能限制长度,还有限制某些关键字,

  • @Demonstration7
    @Demonstration7 4 года назад

    using there method i has been succeed. i also succeed in "parent ({taxonomy - category}) " data save in post .
    I have custom post. my "parent" slug in "need" so when i submit form then i got data in parent taxonomy
    but i can't save data in child taxonomy by user (form), how can save data in child taxonomy.
    i shall be very thankful for this
    if you don't mind can your provide your contact number or email id g