You can download the plugin here.
This WordPress plugin helps you embed forms created with Paperform. It provides a block for embedding forms via the Gutenberg editor, along with a shortcode — [paperform id=my-form-id]
— for embedding Paperform forms.
It's easy! Just follow these steps.
Insert the Paperform block.
Either choose Paperform from under the embed section in the block menu, or type /paperform
on a new line inside the Gutenberg editor.
Copy and paste the form URL into the form URL box.
You're done! But you can configure more stuff if you want.
If you don't have a form yet, you can create it at Paperform.co.
There are some other options available in the block widget:
Save the post and check out your handy work.
Anywhere you can use a shortcode, simply type [paperform my-form-name]
where "my-form-name" is part of the form URL before paperform.co. For example, if your form's direct URL is https://newsletter.paperform.co, then the form's ID would be "newsletter": [paperform newsletter]
.
Want to configure the embed? The embed supports a bunch of attributes to change the way the embed behaves. See the embedding guide for a full list of supported attributes. To add attributes to your shortcode, you can just add them before the closing ]
.
For example, [paperform newsletter lazy=1 no-scroll=1]
.
Yes! Follow the shortcode instructions above to embed the form, and then you can add the following additional attributes to turn it into a popup button.
For example:
[paperform newsletter popup-button=1 label="Show me the form please" class="btn-default btn-lg"]