Send Form to Custom Fields! - Front End Submissions

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

КОМЕНТАРІ • 29

  • @websquadron
    @websquadron  Місяць тому +2

    You can set the Posts to be Draft rather than instant publish.
    Change this 'post_status' => 'publish', to become 'post_status' => 'draft',

  • @pixelgap
    @pixelgap Місяць тому +1

    Nice simple solution. Thanks Imran

  • @airtaskr6377
    @airtaskr6377 Місяць тому +1

    legend!… simply an elegant solution for a raft of usages

  • @JurgenMorel
    @JurgenMorel Місяць тому +1

    This is great just like your other videos!

  • @Michael-Copenhagen
    @Michael-Copenhagen Місяць тому

    Great video! Being an exclusive Bricks Builder user I only wish you would also show this process in the Bricks builder 🙂. But it is still great inspiration.

    • @websquadron
      @websquadron  Місяць тому

      The code can be adapted to work with Bricks too :)

  • @QuaverloveStudio
    @QuaverloveStudio Місяць тому +1

    Before I even watch it... are you reading my mind or supp'm?
    I'm shaking my head in pleasant disbelief!
    Thank you in advance, Imran.

    • @QuaverloveStudio
      @QuaverloveStudio Місяць тому +1

      Yes, you sure do kick ass, mate!
      Just a few hours ago, I was searching for a way to save Elementor form submissions as custom posts.... I was looking at Frontend Admin, but I thought it was overkill for what I needed it to do. This is EXACTLY what I need!
      I'm telling you, I'm so blown away right now... Iv'e totally forgotten what I actually came back to your channel to search for.

    • @QuaverloveStudio
      @QuaverloveStudio Місяць тому +1

      Oh, yes... I had come to rewatch how you created the Elementor course.

    • @websquadron
      @websquadron  Місяць тому

      Perfect!

  • @juxhin
    @juxhin Місяць тому +1

    Crazy mann ahahha i was thinking the same thing for users 😂 just keep doing the best work

  • @java101full
    @java101full Місяць тому +1

    It would even more awesome if it had star reviews! But this is still awesome though!

    • @websquadron
      @websquadron  Місяць тому

      Agreed. I'll check on the stars bit.

  • @EmmaBurnt
    @EmmaBurnt 8 годин тому

    Hi ! Many thanks for that very clear tuto ! Do you think there is a way to fill taxonomies thanks to a form too ? I had to add several taxonomies in addition to ACF fields for filtering purpose. Thanks !

    • @websquadron
      @websquadron  6 годин тому +1

      I need to check on that as I had a slight issue with completing taxonomies.

  • @JohnXionidis
    @JohnXionidis Місяць тому +1

    This is great! It would have been nice if there was an approval or denial option for the reviews before they get posted.

    • @websquadron
      @websquadron  Місяць тому +1

      In the code you can alter this line to be 'draft'.
      It's currently set as 'publish'
      // Insert a new post into the specified post type
      $new_post = array(
      'post_title' => $post_title, // Use mapped field for the post title
      'post_content' => $post_content, // Use mapped field for the post content
      'post_status' => 'publish',
      'post_type' => $post_type, // Use configurable post type
      );

    • @JohnXionidis
      @JohnXionidis Місяць тому

      @@websquadron Awesome!!

    • @websquadron
      @websquadron  Місяць тому +1

      @@JohnXionidis My bad :) I should have mentioned it in the video :)

  • @pulp5618
    @pulp5618 Місяць тому

    Thanks! Can you please teach us how to build a hero section like the one in your website?

  • @austropop1970
    @austropop1970 Місяць тому

    I guess that would work the same way if I use Pods instead of ACF?
    I am wondering, why does snippets not work directly in Elementor custom code? I always thought they made that option so we would not need an extra plugin.

    • @websquadron
      @websquadron  Місяць тому

      You could use EL’s custom code. It should work with Pods though run the code through ChatGPT to be sure

  • @gennarociotola_
    @gennarociotola_ Місяць тому

    Is there the possibility of integrating the evaluation with the stars?

    • @websquadron
      @websquadron  Місяць тому

      I need to check and think and check.