Hello @fibbu,
Could you please indicate the plugin version number you have installed?
Best regards.
Hello @fibbu
The free plugin distribution renders the forms on the client side. So, an alternative would be to insert the form into a tag with an estimated height to avoid CLS.
Ex.
<div style="height:500px">[CP_CALCULATED_FIELDS id="1"]</div>
Or you can enter the form height through the “Customize Form Design” attribute in the “Form Settings” tab:
#fbuilder {height:500px;}
We are working on a plugin update to make a height estimation before rendering the form.
Best regards.
Thread Starter
fibbu
(@fibbu)
I wonder when it will come into effect, let’s wait accordingly? Also will there be a fee?
Hello @fibbu
The modification will be included in every plugin distribution, including the free one. We are working to make it available as soon as possible.
Best regards.
Thread Starter
fibbu
(@fibbu)
This is very good news. I was going to size my forms one by one. Since you saved us from a really big effort, it will be available soon. Thank you very much.
-
This reply was modified 2 years, 1 month ago by
fibbu.
Hello @fibbu
We’ve good news. We released a plugin update that should solve the problems with CLS. It estimates the form’s height and reserves its space to not affect the other tags’ position on the page when the form is rendered on the client side. Please let us know after installing the latest plugin update (v5.2.3) if the issue is finally solved.
Best regards.