hugreed
Forum Replies Created
-
Hi, we can add a php filter to add custom html, but you have to do some css work, is that okay for you?
Hi, I want to please you that the release of JetAppointment will take place this Thursday, finally ๐
Hi, thanks for your request, this will be fixed in the next update.
Hi, here’s an example of using a custom hook.
You need to throw exceptions if your custom code implies an unsuccessful result. If your code is simple enough, you can get rid of exceptions. The function should not return anything.
P.S. You do not need to check if your actions have completed successfully before this custom hook, because the form builder will abort the execution of actions by itself if an exception is thrown in one of them.
Hello, yes, our plugin is capable of this with the
Insert/Update Postaction. Through it, you can edit from Post Title to Post Meta & Post Terms in each built-in or custom post-type.Forum: Plugins
In reply to: [JetFormBuilder โ Dynamic Blocks Form Builder] Placeholder TextHi, maybe you just didn’t find this option? ๐
https://prnt.sc/1ng1xatForum: Reviews
In reply to: [JetFormBuilder โ Dynamic Blocks Form Builder] Very good pluginThank you, we are doing our best for you. ๐
Thank you, we are very pleased. ๐
Forum: Plugins
In reply to: [JetStyleManager for Gutenberg] It’s not working with the default blocksHello, you are correct. Now it works for Crocoblock plugins and for developers who want to integrate it with their own plugins.
However, we have plans to integrate styles with default WordPress blocks, but no release date has been set.
Forum: Plugins
In reply to: [JetFormBuilder โ Dynamic Blocks Form Builder] Radio field CSS ClassHi, you just need to use a selector like this:
.my-custom-class + span.If you need to style a single option, nth-child is fine.
Example:
.radio-wrap:nth-child(1) .my-custom-class + spanHi, the logic of Form Break (multistep) is such that this block cannot be placed inside any block, be it a Coditional block, Column block, and the like.
Therefore, your form layout will not work as it should, unfortunately.Forum: Plugins
In reply to: [JetFormBuilder โ Dynamic Blocks Form Builder] post submit actionI looked at your form and saw that firstly: you have disabled the switch https://prnt.sc/1jvf2w5, this means your conditions will be met if the result of checking your condition is FALSE, that is, the “Equal” operator will work as “Not Equal”.
Second: the condition in which the field named “2. ยฟQuรฉ frase se identifica mรกs contigo?” contains “Value to Compare” => 1, but the checked field contains only such values. https://prnt.sc/1jvd943
Based on this, I set up the conditions like this and everything works as it should.
https://prnt.sc/1jve4cq
https://prnt.sc/1jved1dForum: Plugins
In reply to: [JetFormBuilder โ Dynamic Blocks Form Builder] post submit actionThere is no need for this, you can export your form to .json by clicking on this button and share it with any file hosting service that is convenient for you.
Forum: Plugins
In reply to: [JetFormBuilder โ Dynamic Blocks Form Builder] automatic next stepNo, if you have updated JetFormBuilder to version 1.2.6, then you should have this option https://prnt.sc/1jds0no. If it is enabled, then choosing a value in this field – the user will be automatically directed to the next step of the form.
And thanks for your feedback ๐
Forum: Plugins
In reply to: [JetFormBuilder โ Dynamic Blocks Form Builder] post submit actionHi, can you give me screenshots of your action conditions and form fields?