Alex
Forum Replies Created
-
Forum: Plugins
In reply to: [Guten Forms Add-on for Mailchimp] Does not work with WordPress 5.9?Hello,
Under form action panel type Mailchimp and a new panel will appear where you can select the list and map your fields. After doing that the setup is complete.
Fixed now ??
Hello Nate,
I have detected the issue and will be updating the plugin tonight . I believe there is a mismatch of values between our React and WP react . Thank you for reporting it .
Forum: Plugins
In reply to: [Gutenberg Forms - WordPress Form Builder Plugin] Payments?Hello ,
This integration will come , but it is not on our immediate roadmap.
Thanks,
Alex
Hello Sylvain,
I have tested this out and you are correct . I will open an issue regarding both of these matters and they will be handled in the next update.
Regards,
Alex
Forum: Plugins
In reply to: [Gutenberg Forms - WordPress Form Builder Plugin] css too opinionatedHello Peter, we will try in a future update to tone back the css , maybe drop the ID selector and maybe add a class that holds that ID.
Regarding the second one , unfortunately that is the way Gutenberg customization works for now , but we will take under consideration the option to remove the styling all together .
Regarding the last matter, I will open a issue regarding this and we will look into this.
Regards,
Alex
- This reply was modified 3 years, 2 months ago by Alex.
Hello ,
We have identified the issue and will deploy an update in the upcoming days. Thank you for reporting this matter.
Forum: Plugins
In reply to: [Gutenberg Forms - WordPress Form Builder Plugin] reCaptcha integrationHappy it’s all resolved.
If you encounter any problems please feel free to reach out anytime !Forum: Plugins
In reply to: [Gutenberg Forms - WordPress Form Builder Plugin] reCaptcha integrationI apologize for the confusion, but I assumed when you said that you registered the keys that you added them in the integrations tab in the Dashboard page also : https://paste.pics/c6018fac4589b451eb153b2da02fb4c2 .
After configuring recaptcha there , the extra panel will appear.
- This reply was modified 3 years, 4 months ago by Alex.
Forum: Plugins
In reply to: [Gutenberg Forms - WordPress Form Builder Plugin] reCaptcha integrationHello @randallscottholbrook , I uploaded a screenshot for you to see exactly where the button is located. In order to send me a screenshot you would need to upload it to an external site an paste the link here.
Forum: Plugins
In reply to: [Gutenberg Forms - WordPress Form Builder Plugin] reCaptcha integrationHello @randallscottholbrook ,
After registration you need to go to the form created in the editor and there will be an extra tab in the inspector called Spam protection which has a toggle recaptcha v2 . Please make sure to select the parent block of the form and not its children as those would not have that specific toggle.
After toggling, recaptcha should be activated for that specific form .
Have a lovely day !
- This reply was modified 3 years, 5 months ago by Alex.
Forum: Plugins
In reply to: [Modula Image Gallery] Not working with Media Library Folders@robin-ho @alanp57 I found a solution to your problem . We were not able to fix it from our end because we have no action we can hook into . In media-library-plus-pro/js/mlfp-media.js at line 126 please add the following :
if( typeof wp.media.frames.modula !== 'undefined' ){ wp.media.frames.modula.content.get().collection.props.set({ignore: (+ new Date())}); } if( typeof wp.media.frame.content.get() == null ) { wp.media.frame.content.get().collection.props.set({ignore: (+ new Date())}); }