[ad_1]
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.
