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.
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.
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 !
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 );
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.
You can set the Posts to be Draft rather than instant publish.
Change this 'post_status' => 'publish', to become 'post_status' => 'draft',
Nice simple solution. Thanks Imran
legend!… simply an elegant solution for a raft of usages
This is great just like your other videos!
Thanks :)
See today's where I expand on it a bit more.
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.
The code can be adapted to work with Bricks too :)
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.
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.
Oh, yes... I had come to rewatch how you created the Elementor course.
Perfect!
Crazy mann ahahha i was thinking the same thing for users 😂 just keep doing the best work
Thanks 😅
It would even more awesome if it had star reviews! But this is still awesome though!
Agreed. I'll check on the stars bit.
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 !
I need to check on that as I had a slight issue with completing taxonomies.
This is great! It would have been nice if there was an approval or denial option for the reviews before they get posted.
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
);
@@websquadron Awesome!!
@@JohnXionidis My bad :) I should have mentioned it in the video :)
Thanks! Can you please teach us how to build a hero section like the one in your website?
The learn website?
@@websquadron yes
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.
You could use EL’s custom code. It should work with Pods though run the code through ChatGPT to be sure
Is there the possibility of integrating the evaluation with the stars?
I need to check and think and check.