Excellent “How to” video. I wish for more of those live examples. Maybe you can create a demo website and work on this every time to show us the features of the BF plugin.
Hello, very great video, thanks. What if I want to do "Like" and "Unlike", means that the user can vote only 1 time, but after voting, the user can decide to unvote, so from incrementing, it will decrementing. Thanks in advanced!!!
Thats a tricky one. Will need another button with decrement value meta update. Or, you could duplicate this button and have increment update itself. It will show how many have unliked. But to avoid like and also unliike, some condition needs to be set to allow only once per logged in user.
I have two questions: 1. How secure the form if used on a website? (Code injection,...etc) Anything to take into consideration? 2. Is there a way to remove the vote if it's pressed again?
With some custom code, this would be possible 😊 Just use some JavaScript drag events and fetch the REST API to change the status (tax term) of your post.
@@bricksforge Would like to see a tutorial of something with "drag n drop" BUT using your gsap. Like drag n drop, using gsap, then update some data in database.
Two questions: Create new custom post after submitting the idea is a PRO Form feature? And the second: After the vote a user is blocked until when? Is it an IP block? A timeframed blocking? A cookie? Thank you.
Liviu Stanciu Hey 🙋🏻♂️ 1) Yes 2) In our example, an user can just vote once. There is no time blocking. We save the user ID in the array and ask for it. So this user will not be able anymore to like the post again, what makes sense here. But you’re absolutely free on this point. You could also add a reference to the storage for a certain timeframe. This is up to you 👍😊
this is the coolest thing I've seen since the beginning of the year. Congratulations Daniele!
WOW....can't wait to see how this evolves...when you can edit existing posts in a CPT through a pro-forms-powered form that will be amazing!
This will be implemented very soon 🤓
Finally something advanced from you guys other than scrolling gsap animations! Thank you
Excellent “How to” video. I wish for more of those live examples. Maybe you can create a demo website and work on this every time to show us the features of the BF plugin.
Amazing! Thanks for this awesome tutorial!
Hello, very great video, thanks.
What if I want to do "Like" and "Unlike", means that the user can vote only 1 time, but after voting, the user can decide to unvote, so from incrementing, it will decrementing.
Thanks in advanced!!!
Did you find a way to do it?
Thats a tricky one. Will need another button with decrement value meta update. Or, you could duplicate this button and have increment update itself. It will show how many have unliked. But to avoid like and also unliike, some condition needs to be set to allow only once per logged in user.
Wow, ❤ love the features and the great video (+ the idea too), Daniele!
Unbelievable! Very cool video, thanks for such a plugin!
As usual, ultra useful.
Amazing
this is great can't wait to try this out 😍
I can't follow this tutorial using jetEngine custom field in woocommerce products. Any update with the new forms?
This is powerful!!! 😮
Great job 👍
I have two questions:
1. How secure the form if used on a website? (Code injection,...etc) Anything to take into consideration?
2. Is there a way to remove the vote if it's pressed again?
@@IssaKhlief did you found a way to remove te vote when pressed again?
@Thomas-ow8qq unfortunately no
My god amazing. is it possible to create a drag and drop for the status?
With some custom code, this would be possible 😊 Just use some JavaScript drag events and fetch the REST API to change the status (tax term) of your post.
@@bricksforge I would love to see this tutorial here on the channel.
Thanks for the personal feedback, the work is amazing.
@@bricksforge Would like to see a tutorial of something with "drag n drop" BUT using your gsap.
Like drag n drop, using gsap, then update some data in database.
Two questions: Create new custom post after submitting the idea is a PRO Form feature? And the second: After the vote a user is blocked until when? Is it an IP block? A timeframed blocking? A cookie? Thank you.
Liviu Stanciu Hey 🙋🏻♂️ 1) Yes 2) In our example, an user can just vote once. There is no time blocking. We save the user ID in the array and ask for it. So this user will not be able anymore to like the post again, what makes sense here. But you’re absolutely free on this point. You could also add a reference to the storage for a certain timeframe. This is up to you 👍😊
Why isn't mine ajax
Did you enter the "Live Update Selector"? :)
@@bricksforge where is that exactly
Actually I did, I even used a separate element, gave it a class but nothing... The value only changes on page refresh
@@ronaldkasoma same here - no auto refresh
I started to work - I made a mistake with the class name: it should be
.submit-button-wrapper .text
i wish we could see all far right