Formsite
Formsite is an online form building platform used to create and publish forms for collecting information from website visitors.
Key features include:
- Online form builder for contact, registration, survey and order forms
- Conditional logic and multi-page form support
- File upload and data validation controls
- Form submission storage and results reporting
- Embed-based form publishing
Formsite integrates with ShopWired by using embed-based to display forms on ShopWired website pages.
Account creation
Account creation
Create an account at the Formsite website. Once the account is created and configured, Formsite will provide you with a JavaScript snippet.
Embedding a form on a website page
Embedding a form on a website page
Formsite provides JavaScript code for displaying a form directly within a page, similar to the example shown below:
<a name="form1045444294" id="formAnchor1045444294"></a>
<script src="https://fs8.formsite.com/include/form/embedManager.js?1045444294"></script>
<script>
EmbedManager.embed({
key: "https://fs8.formsite.com/res/showFormEmbed?EParam=examplekey",
width: "100%"
});
</script>
The code shown above is provided as an example only. You must copy the exact code provided in your own account, as the code and any ID values will be unique to your website.
To add the form to a ShopWired website page:
- Navigate to Website > Themes
- Select
customise your themefor the theme you want to edit - Select the page where the form should appear
- Select
add a new section - Select the
custom HTMLsection type - Paste the Formsite embed code into the Custom HTML setting
- Use the theme editor to position the section on the page
- Save changes
When a visitor submits a Formsite form, the submission is processed by Formsite and the submission data is stored within your Formsite account.
Recommendations
Recommendations
- Test embedded forms on desktop and mobile devices.