Hey,
the problem is that I use the plugin “GP Nested Forms” and the styles do not load when I open the modal. But as soon as I submit a form, which is incorrect, it loads the styles and the content of the forms correctly.
Is there any fix I can use to make my forms load directly with the correct styles?
You are welcome to test it on my site.
I wrote to GP Nested Forms support and this was the answer:
You’ll want to reach out to the developers of Beauty Form Styler for Gravity Forms and see if they’re able to update their plugin to support the modal styling. GP Nested Forms is all working as we’d expect it to, so working with the other developer should produce the fastest resolution for you here
I love the plugin, but it’s crashing the site with php 8.0 and above. Does anyone know of a fix?
]]>Hi there,
Perhaps you can help me identify what’s going on with a multi-page form on a site we’ve developed.
On this page we have a form where every field is required. However, when you hit Enter/Return on Page 1 it skips ahead to Page 9, skipping right over required fields.
https://www.prattguys.com/start-building/
This is strange enough, but if you attempt to do that on other slides, it simply freezes the form and you’re forced to reload the page.
We know the issue arises when we activate the Beauty Styler, so I’m wondering if you can help me identify a way to solve this? Perhaps by eliminating the Enter/Return advance function?
Thanks in advance!
Grant
In the last update, it looks like you added some code that broke the styling on the forms in out site for a very high-end client. Here’s an example:
#gform_8.BG_Microsoft .ginput_container input[type=text], #gform_8.BG_Microsoft .ginput_container textarea {
background-color: #ffffff36 !important;
}
I have to ask: Why on earth would you force this change with an !important tag. This made it override all our styling.
Thanks
]]>It seems that on my page the scroll to top on multipage transiotion functionality does not work. Does anybody else have this issue? What might be causing this?
]]>Hi Guys, As users we all know that it is highly unlikely to hear back from support, whether a paid subscriber or not.
That’s cool though. Like most support they only reply to things they know about, which is fair enough.
Warning: strpos(): Offset not contained in string in /home/customer/www/dibni.co.uk/public_html/wp-content/plugins/beauty-gravity/inc/sibg_frontend.php on line 700
I now have this message appearing on all 300 of my pages, and worse, on the mobile pages, which cuts out the whole form. Having a massive impact on my business.
So if anyone has come across it before and knows what to do, I sure would appreciate it
cheers, GAz
]]>Hi. I was about to ask about toggle for product fields, and I just saw they are supported indeed. Thank you
]]>Hello, thank you so much for this plugin! Is there a way to style the next/previous buttons? I need the corners to be more rounded.d
]]>Hi there,
Like others here, this plugin looks really nice and I am considering purchasing the paid version, but I am concerned about on-going support.
It seems very strange that my attempts to contact the company have not been replied to & there have been no replies to support tickets here on the WP plugins support…
Can we have some feedback please ?
Dave
Hi, the bitcoin link to buy pro is broken and I requested a PayPal invoice last week and have not received it yet. I’d like to use the Pro version of plugin on my site, but there doesn’t seem to be a way to purchase. Please help.
]]>This is a very promising plugin but I cannot place an order for the pro version as I don’t deal with crypto.
I requested a Paypal invoice to be sent and I’ve separately emailed support and have not heard back.
]]>Hello,is there a possibility to use tooltips on the elements in drop-down selection, both in free or pro version of the plugin?
]]>When I try to redirect a multi-page form, a js error gets thrown that involves beauty gravity. It doesn’t allow for the form to submit. It put an extra bracket on the redirection URL whether you select it via page or custom URL
]]>Hello, I was wondering if this plugin (and/or the Pro version) is compatible with the new Gravity Forms version 2.5? I’ve found some mixed information out there about plugin compatibility with 2.5, as they changed a lot of things under the hood that broke some plugins. So I just wanted to make sure yours worked with the newest Gravity before I purchased. Thank you very much!
]]>Hi,
After the last update of the pluguin, I have a strange code over my forms:
data- class='BG_Microsoft BG_large_size BG_Light ' color='#43a9d1' data-animation='None' is_rtl='false' is_ux='false' use_scroll='false' scroll_pad='50' ' id
Until we updated the plugin, everything was working fine (with last WordPress version). But now we have that code.
How could we fix it?
By the way, in the last update we lost too some CSS styles in our forms, I suppose you have changed divs, but I can fix it (I don’t know if it could be related with the strange code too over the forms).
Thank you so much,
Regards
Hi,
Yesterday I purchased your plugin and paid it with Paypal.
So far no delivery. No email nothing.
Can you please make sure I receive the purchased plugin within short notice.
Regards
Bram
I have the pro version, I am using the Material theme. The problem is that the labels for the name and date (date picker) fields are not displayed. All native gravity form styles were disabled (except gforms_datepicker_css)
]]>Hi there,
Firstly is the pro price a one off or an annual fee ? If annual is there a discount on renewals ?
Secondly are you working on a version for the upcoming Block’s version of Gravity Forms ?
TIA, Dave
]]>How can I remove the ajax spinner from the footer area?
]]>I’ve changed the ajax loader for the GF, the first page works as normal. When the next page loads with the plugin the loader is now changed and at the beginning of the next/previous buttons.
Here is a screenshot of the issue. https://ibb.co/W2tHf25
]]>Hi there,
We have a site that uses the core gform_post_render
event but it seems like this plugin changes the current_page
parameter to be 0 indexed, it also no longer runs on the initial page load. Can you explain why this is?
Hi,
I use the free version for now, mainly for the ability to animate the transition between the form’s pages.
In addition to that, I would like to add a different background for each page.
To do so, I decided to dynamically add a class to the form’s wrapper once a page is loaded, using the Gravity Forms JS event : gform_page_loaded
https://docs.gravityforms.com/gform_page_loaded/
My issue is that Beauty Gravity seems to break that functionnality.
Without Beauty Gravity, I get:
1 – Wp page is loaded : nothing (which is normal as the first render have to be handle with the “gform_post_render” event, which rightfully return current_page = 1)
2 – go to GF page 2 : current_page = 2
3 – go back to page 1 : current_page = 1
With Beauty Gravity, I get:
1 – WP page is loaded : same (ok)
2 – go to GF page 2 : current_page = 1 (wrong, and displayed 3 times : don’t know why)
3 – go back to GF page 1 : current_page = 2 (wrong, and displayed 3 times)
4 – go to GF page 2 again : current_page = 1 (wrong, and displayed 3 times)
5 – go to GF page 3 : current_page = 2 (wrong, and displayed 3 times)
Note : when I write : displayed 3 times, in fact it is displayed 1 time, then, after a small delay (~0.5s), it is again displayed 2 times I guess it’s not that relevant here though…
Here is my code if you want to reproduce the issue :
(function($) {
// Add class to gravity form wrapper when page is loaded (on multipage forms)
// First load
jQuery(document).on('gform_post_render', function(event, form_id, current_page){
console.log('form_id: ' + form_id + ' / current_page: ' + current_page);
$('#gform_wrapper_' + form_id).addClass('gf_current_page_' + current_page);
});
// After each form's page switch
jQuery(document).bind('gform_page_loaded', function(event, form_id, current_page){
console.log('form_id: ' + form_id + ' / current_page: ' + current_page);
$('#gform_wrapper_' + form_id).removeClass((index, className) => {
return (className.match (/\bgf_current_page_\S+/g) || []).join(' ');
}).addClass('gf_current_page_' + current_page);
});
})(window.jQuery);
I also tried to keep Beauty Gravity activated, but deactivate the animation between form’s pages.
This fix the issue so I believe it is linked to the animation process.
Any idea own to fix that?
Or does Beauty Gravity trigger it’s own event after page transition is done, so I can listen to it rather than the one triggered by GF?
When enabling this plugin the loading animation does not work when clicking the submit button.
Grafity forms does that by default when ajax is enabled (source below)
But beauty gravity disables it somehow.
Can you help me with this or provide a code to enable it again?
https://stackoverflow.com/questions/12664386/show-a-loading-animation-when-click-submit-gravity-form
]]>Are you still maintaining this plugin? If so trying to buy pro, and site isn’t secured. Also any chance to disable functionality? I only want to use the smooth transition between multi-pages. But this plugin conflicts with StylesPro. I’m sure you’re using the same functions so not an issue on your end. But curious if you have JUST the transtion flow/function as an option. Not other theme injections.
]]>Hi,
As a whole, I love the plugin. However, I’m routinely running into JavaScript issues – particularly, jQuery, especially since it seems to load on every page of the site, which causes totally unnecessary problems.
I’ve gotten around this by dequeuing the Beauty Gravity JS and CSS on all of the pages without Gravity Forms because it seems to conflict with the versions of jQuery other plugins are using. (In addition, the plugin appears to load the CSS for every theme on every page as well)
The particular issue I’ve been having that compels me to write this is due to the ajax application of coupons in WooCommerce and CartFlows. Although there have also been issues with Elementor popups as well.
Anyway, again, I like the plugin a lot. I’d just appreciate it if you took some steps to prevent these issues from arising.
]]>Hi,
your https://sehreideas.com/beauty-gravity/demo/animations/ comes close to typeform UX, but its not.
Any plans to add typeform behaviour?
Hi,
As I mentioned in a previous topic, I’ve been enjoying the Beauty Pages quite a lot. However, I’m encountering some difficulties with them with conditional logic.
I understand that the main reason they achieve their massive performance boosts is due to deferring the validation process, which necessarily causes limitations in their capacity for conditional logic evaluation, and have been pleased with what I’ve been able to achieve even despite these limitations and am interested what you think the best workarounds for some of the issues I describe might be.
1) For instance, I’ve found that if I default a radio button to “Yes”, then set the text area field dependent on it to “Hide if [radio_button] is No”, then the field works. However if I default the radio button to “No”, and set the text area to show on “Yes”, then the text area comes up disabled/read-only.
2) I’ve found that the best workaround I can find for requiring validation for each step is setting up the next button conditional logic. Otherwise, you’re ut in the frustrating situation of being able to skip a question all the way to the end, then sent back to the beginning.
Then to make it not look crazy with buttons appearing and disappearing I just put a button the exact same shape in the exact same location as it would be, but it’s disabled.
3) Also, I’ve found that Select Dropdowns appear to fail within Beauty Pages. For Dates, you can circumvent this issue by setting the fields to be text. However, there doesn’t appear to be any way around this with the state subfield of the address field.
Well, it seems I’ve mostly just discussed the ways I’ve attempted navigating these difficulties… So, now for an actual question!
4) Are Beauty Pages compatible in any way whatsoever with Gravity Forms pages? From my limited tests, it appears no. For my current use case, it would be ideal to be able to put sequences of 5-10 Beauty Pages within each individual set of a total of 5 conventional Gravity Forms pages for intermittent validation purposes as well as functional address fields.
Right now, I intend to solve this by chaining together Gravity Forms either on the same WordPress page or different ones… not sure the best approach yet. But neither of these are exactly ideal because I’m using Gravity Perks autosave and continue feature, which anchors to the Gravity Forms pages, so ideally I’d like this all to be one form on one WordPress page.
Anyway, love the plugin. Bought it yesterday or the day before. It’s really fantastic
]]>Hi,
Great plugin. II bought it last night and played with it all night for a long, complex form I’m building. The Beauty Page feature, multipage animation, and tooltips are excellent improvements upon the default Gravity Forms UI.
Anyway, I have a couple of requests that I think would make the Beauty Pages feature even better…
Emulate this plugins features for Beauty Pages. Multi Page Auto Advance for Gravity Forms
It’d be awesome to click a radio button and be moved to the next page immediately. It would really speed up the form completion process a lot.
Another request I have that I think should be relatively easy to implement would be integrating this script in for Beauty Pages.
This simple Gravity Perks script to autosave and continue my form answers, so a customer who started filling out the form and left or failed to submit the form doesn’t lose the answers they previously provided.
Needless to say, this doesn’t work with Beauty Pages, but it’d be really cool if that feature were added in.
As it stands with Beauty Pages, all the user input is saved still before form submission. However, you don’t automatically continue where you left off like you do with ordinary Gravity Form Save and Continue and the script above I linked.
I also noticed an issue with Beauty Pages and the same page conditional logic. The field remains disabled even when revealed. I’m guessing the workaround is to remove conditional logic for the field and instead place it on a different beauty page and apply conditional logic to that page.
]]>Hello,
Is there a way to get the plugin compatible with WPML? We need to translate the strings in tooltips.
Thank you!
Nicolas
I am using your pro plugin. In the Advance Fields section of the form, there is a field named “Beauty Page”.
What does this field do? I can see no mention if in your documentation?
Thanks
Danny
P.S. Your support ticket system is not working
]]>