Paperform logo
ProductTemplatesPricingResources
Help CenterIntegrationsGetting StartedBlogAbout UsCareers
Sign inTry Paperform Free
ProductTemplatesPricingResources
Help CenterIntegrationsGetting StartedBlogAbout UsCareers
Sign inTry Free

Can I change my form's width when embedding it as a popup?

Help Results & Sharing Embedding

Embedding

Can I add a form as a popup on my site?Can I change my form's width when embedding it as a popup?Can I embed a form without the background?Can I embed a payment form in a non-SSL page?Can I embed my form in an email?Can I speed up my embedded form's load time?What is oEmbed and how can I use it with Paperform?Embedded form JS API (draft)How can I embed my form in a React app?How do I embed a Paperform form in Webflow?How do I embed my form with AMP?How do I use the iFrame fallback method for embedding?How do I embed a Paperform form to Squarespace?Is the form mobile-friendly when it is embedded?My dropdown question is cut off when embedded. How can I fix it?Why doesn't my embedded form work?Embedding Guide

There is no official way to make the form area any smaller.

However, you might be able to use some CSS to give the popup form less available space, which could work at reducing its width.

Example CSS

To restrict the width the popup uses to 400px, you may add this CSS to the page that the form is embedded on.

.Paperform__popupcontent {
    max-width: 400px;
}

Related Articles

Can I add a form as a popup on my site?
Use our popup button, or make any element on your website show a Paperform in a popup when clicked.