Articles on: Popups and Forms

How to create forms or landing pages?

Forms are a great way to collect signups for an event or create a waitlist for a product launch. ShopAgain forms can be used in two ways:

Landing page - you can customize it with a background and then share a link directly on social or emails.
Embedded form - you can embed shopagain form using iframe on your website

Lets create a form.

In the ShopAgain app, on the left sidebar click on the Forms and click on the Create Form.




Give a suitable name to the form and click on OPEN FORM EDITOR to design your form.




From the right side of the editor, you can drag and drop the components and modify it.




You can change the configuration for the form.




Save the Form and click on the Launch button.



To embed the Form or use it as a landing page, click on the Copy URL. It will copy the form URL into your clipboard.



To embed, you have to change the theme code and add the user into the Iframe like this :

Use frameborder="0" style="border: none;" to remove the gray border and use height and width to control the size of the iframe.

<iframe src="https://spgn.io/48DNXX" width="100%" height="1200px" frameborder="0" style="border: none;"></iframe>


Updated on: 09/08/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!