All Collections
Troubleshooting
The form is not responsive
The form is not responsive

What you should do if your form is not displayed properly on the website page.

Nadiia Shevelieva avatar
Written by Nadiia Shevelieva
Updated over a week ago

If you experience problems with displaying the form on your website, there may be a problem caused it your website builder:

If here's any issue with form's height or width, you need to check whether your website builder limits the parameters of this custom HTML element.

Make sure that the height & width are set to 100%, this means the form uses 100% from the "space" it was granted from the website.

You can also add this custom CSS to your website:

.cw-testimonial-form > .cw_wrapper__inline__embed__form > .cw_form__embed { height: 1400px!important;}

Example:

πŸ‘‹ If you still experience issues with formatting, please contact us in the live chat or send an email to [email protected]!

Did this answer your question?