This plugin helps you embed forms created with Paperform. It provides a block for embedding forms via the Gutenberg editor, along with a shortcode for embedding Paperform forms "[paperform id=my-form-id]".
It's easy! Just follow the following steps.
/paperform
on a new line inside the Gutenberg editor.Simple! 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". E.g. [paperform newsletter].
Want to configure the embed? The embed supports a bunch of attributes to change the way the embed behaves. See https://paperform.co/help/articles/embed-forms 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.
** popup-button **
This will turn the embed into a button, that when clicked will open the form.
** label **
This will be the text displayed on the button
** class **
Any additional CSS classes you would like to add to the form.
For example, [paperform newsletter popup-button=1 label="Show me the form please" class="btn-default btn-lg"]
Yes, you can sign up for paperform at Paperform.co.
No, not at this time.