I see this hasn’t been updated in a while so maybe it’s no longer supported.
After several tests, it looks like this plugin is allowing SPAM through the ReCaptcha I’ve treid it with both V2 and V3 ReCaptcha – both received an unusually high amount of SPAM. I switched to a different plugin and it stopped completely.
]]>Hello,
For some reason you added this:
body .gform_wrapper .gfield_description {
padding: 0 !important;
}
in gravity-forms.less
This is just breaking description padding under fields and should be removed.
Thanks.
]]>Hello,
Since 2.6 maybe, the submit button is not divi styled anymore:
Please advise.
Thank you very much!
]]>Currently your surbma-divi-gravity-forms-styles-css
file (and the inline styles) are loading on all pages, regardless of if there is Gravity Forms on that page. Is it possible for you to do a check in your files, to only load your file(s) if Gravity Forms is also loading theirs (i.e., if Gravity Forms is in use on the page anywhere)?
hello i need help i am using plugin gravity forms when i submit any form
then show this error
There has been a critical error on this website. Please check your site admin email inbox for instructions.
Learn more about troubleshooting WordPress.
when i go to the forms setting and click any setting option there is also showing error that error.
please check link and give any solution
Please run another test with Gravity Forms 2.5.
https://gformtest-jf.freshy.site/contact/
You can see a few issues that need to be adjusted. First is the field errors. You can see for some reason the top padding is being set to 0 on each field error: https://i.imgur.com/MUN2Yyp.png
It seems to be something that Gravity Forms is doing themselves, but I’m not sure why.
—
There also seems to be a minor positioning issue with the main error message, since the text isn’t vertically centered with the X icon. Seems to be a result of Divi’s bottom padding on the H2.
—
Lastly, I noticed that you didn’t update your code to take into consideration the new way that Gravity Forms deals with columns. This is now causing the right edge to be pulled out 16px too far: https://i.imgur.com/EP6vLQT.gif
This is due to your rule of:
@media (min-width: 641px) {
body .gform_wrapper .gform_body {
width: calc(100% + 16px);
}
}
—
You also no longer need some of the rule with the li
elements, since they no longer use list item elements to wrap their fields.
—
I also think your width of 8em could be removed from the date picker class, since it causes the yyyy placeholder to get cut off. Similarly, I’m not sure your 6px of right padding is needed on some of the date fields. Nor is the .gfield_time_hour i
rule necessary anymore, as far as I can tell.
—
And your rule of
body .gform_wrapper li.hidden_label .ginput_container>* {
margin-top: 12px
}
Needs to be updated since GF 2.5 no longer uses the li
—
Please go through each rule and see what is still needed. Thanks!
]]>Within Divi, if we leave the Button Style to have a Buttons Font of “Default Theme Font” (https://i.imgur.com/sAHPpW8.png), it causes your Gravity Forms button styling to have a:
font-family: 'inherit', sans-serif;
It also causes letter-spacing to be blank, with:
letter-spacing: px;
When using inherit
in the font-family
it should NOT be wrapped in single quotes. It should also NOT have sans-serif
on it. It should simply be font-family: inherit
.
Because you are wrapping it in single quotes, it causes the inherit to actually not work.
I realize we can fix this by specifically changing the Buttons Font to be a specific font within the Theme Customizer, but your needs to still work correctly if we leave it set to “Default Theme Font”.
Can you look into this? I think there is something wrong within your PHP variables of $button_text_style
or $all_buttons_font
Screenshot of the problem: https://i.imgur.com/bgAckMz.png
]]>After enabling this plugin, on WordPress 5.5 I’m not able to edit fields attributes on my gravity forms, old and new.
Once plugin is disabled I’m able to edit all the fields and make changes.
]]>* I installed the plugin but can’t see any added functionality.
* I don’t know if I am looking in the wrong place, or just expecting a friendlier more obvious setup.
* It would be helpful if you had a manual/tutorial, with screenshots and examples of the plugin in use.
Installed:
WordPress 5.5.1 running Divi theme.
Gravity Forms Version 2.4.21.3
Gravity Forms Survey Add-On Version 3.6.1
Surbma Version 2.3
Will it still work with the latest updates of GravityForm 2.5?
Is this plugin maintained? Last update was 8 months ago..
]]>Forgive me, but I don’t see what this plugin is doing? I was hoping that this plugin would allow customization of Gravity Forms forms that seems to only be available with paid plugins at this time. Or is not compatible with the latest Divi?
Site is behind a password, so I can’t share example but thought maybe you could tell me if this plugin was still working and if so, exactly what it does since there’s nothing on the plugin page to show a picture of what it does?
Thank you
]]>When using this plugin with a Page Break to create multi-page forms, the “Next” button to progress to the next does not appear. I cannot share the live link as I’ve had to deactivate the plugin to keep my forms live.
]]>Issue: https://i.imgur.com/aF2ujFP.png
It seems after the new update, there is an excess gap between the Text Area label and the textarea input itself. This gap wasn’t as big previously, and is larger than the gaps of other labels/inputs. I see a result of this:
body .gform_wrapper textarea.textarea {
display: block;
margin: 28px 0 0!important;
}
]]>
Hi Surbma, I was just trying to change the styling on a Gravity Form today and realized that ET removed the Global Module Customizer option. So there’s no more global module customizer, which is where I believe this plugin got it’s CSS to style Gravity Forms from, right?
I tried inserting a Divi Contact Form module and changing the style (text color) I wanted to edit. I then told it to make that the default. My understanding is that the new defaults is the replacement for the Module Customizer. But it didn’t work. The text in the Gravity Form remained the same as before: that Divi-default light gray that’s just not very readable, especially on the default light-gray field background.
Is there no way to change the Gravity Forms styles through Divi’s interface anymore? Or am I doing it wrong?
]]>Hi,
this plugin works very well and helps to solve the layout issues in forms, that DIVI left unattended. But we noticed, that using it along with Gravity Forms and having a “consent field” inside the field won’t work on Android smartphones. The checkbox of the consent field is not displayed at all and the form cannot be completed. The same form works perfectly in desktop browsers. After deactivating Surbma the consent checkbox shows up on the mobile devices, too. We had to set ajax to false for our forms.
Probably someone has an idea what could cause this issue. The form can be found here (Surbma deactivaed): https://www.maileon.de/kontakt/
Kind regards
Boris
Hi Surbma, when I enable your plugin, the form submit button disappear…if I disable it the button comeback.
What’s up? What I wrong?
It’s not transparent or white, I took a look at all your support posts but I can’t find a similar one with me.
Thank you for the help.
Paolo
Hi, this is a great plugin. There are padding/margin issues when the following situation occurs
The styling issue is that the two fields (using class gf_left_half and gf_right_half) are verticall not aligned.
]]>Hi,
I see that my GF forms are now being styled by your css file at:
/wp-content/plugins/surbma-divi-gravity-forms/css/surbma-divi-gravity-forms.css
Will this file get updated automatically if I change my Divi settings?
Or do I need to manually refresh the css file?
Eg I changed the font size of the “Contact Form’ module hoping that those changes would be reflected in my GF form but they aren’t coming through.
Thanks
]]>Does this support Divi Builder? I’m using the builder for specific pages and I’m not seeing any styling for my form …
]]>So I have been monitoring the progress of updates on this plugin and the last update was two months ago.
Is this plugin still being updated? Or is it no longer supported?
]]>I can add the form to new pages, but not existing pages :/
And, if I change the text size (Default is 14px) , it adds Bullets to every left-aligned field(s) and crushes the width / original/proper layout.
]]>I’m developing a new Divi site and have used both GF and your plugin before w/o issue. THANK YOU! This time we have a small form in the footer and then a larger one on the Connect page. I’m attaching a screen capture with your plugin deactivated where you can see both have the standard (ugly) button but the footer form is compact and appropriately sized. The second image only shows the form with your plugin activated. The button looks great but there are two issues. One is that now I have NO button displayed at the top. I suspect it’s a CSS thing with white on white but not finding it so maybe something else. AND the small footer form has now expanded to be quite a bit beefier. Any ideas? I’m leaving the plugin deactivated for the time being. Thanks for any help.
https://staging1.roamconsultingllc.com/wp-content/uploads/2018/11/expanded-form.jpg
]]>Send Request Button is not the same height as the form fields. How can I align them? (I am not displaying the labels by the way.. not sure if this matter or not)
This might be a Divi configuration. Nonetheless I need help. ??
Thanks for this plugin! Is is great!
Olympia
Hi
Thanks for your nice plugin. I just have a question.
On a lot of websites like here https://www.fiso.ch/contact/ we have a simple gravity forms with 4 fields + message field. But as you notice the line is higher between the first 2 fields and the 2 others thant between those last 2 fields and the message field
Why and how to solve it ? Thanks
]]>I tried updating to the most recent Gravity Forms, and had to revert to a site backup to restore the form, which was no longer working or displaying…
It seems it is this plugin that is not playing well with the new Gravity Forms…
I have designed around what this plugin does, and it is really appreciated… I do not want to have to redesign whole large complex forms again, and do want to stay current with Gravity Forms…
Could you please test this out with the new Gravity Forms…?
Kind regards…
]]>Hi mate, great plugin, I noticed that if the default customizer is using a colour scheme and also an icon for on hover, your plugin does not inherit these features from the GF buttons.
Is there a reason for this or just a feature request?
]]>Hi there Ambrus,
Thanks for the really nice plugin. One question – if you look at the link I sent, the radio buttons are still classic look (you can see on 2nd page of the survey).
Is this how they are supposed to look with your plugin installed? Is there any way to make these look more modern?
Thanks,
Rob
I have spent a few hours trying to find how to edit the gravity forms with this plugin but can’s find anything. Can’t find any instructions either. Where so I start, where are the controls? I have checked in theme customizer and everywhere else but don’t see anything.
Latest Divi
]]>My button doesn’t have the defauly colors from my Divi theme customizer. The rest of the fields are styled correctly once I added your plugin.
]]>Contact form looks great but the button is gone.
]]>