FEA Create
FEA Create is a CRM and marketing automation platform designed for female entrepreneurs to capture leads, manage contacts and automate customer communication.
FEA Create enables businesses to collect customer information using forms, surveys and quizzes and store submissions directly within the CRM.
Key features include:
- Customisable embedded forms
- Survey and quiz builders
- Contact and pipeline management
- Marketing automation workflows
- Email and SMS campaign tools
FEA Create integrates with ShopWired by embedding form, survey or quiz code into your website pages.
Account creation
Account creation
Create an account at FEA Create.
Once your account is configured, you can create forms, surveys or quizzes and generate the embed code required to display them on your ShopWired website.
Adding a FEA Create form to your website
Adding a FEA Create form to your website
After creating and configuring a form in your FEA Create account, you will be provided with embed code.
The embed code will include a script similar to the example below:
<script src="https://youraccount.feacreate.com/form_embed.js"></script>
The code shown above is provided as an example only. You must copy the exact code provided in your own FEA Create account, as the script and any ID values will be unique to your website.
To add the form to your ShopWired website:
- Navigate to Website > Themes
- Select
customise your themefor the theme you want to edit - Select
add a new section - Select the
custom HTMLsection type - Paste the form embed code into the Custom HTML setting
- Position the section where required
- Select Save changes
Once embedded, customer information submitted through the form will be collected in your FEA Create CRM.
Adding a FEA Create survey or quiz to your website
Adding a FEA Create survey or quiz to your website
FEA Create surveys and quizzes are provided as iframe embed code.
The embed code will include an iframe similar to the example below:
<iframe
src="https://youraccount.feacreate.com/widget/survey/unique-id"
style="width:100%;"
scrolling="no">
</iframe>
<script src="https://youraccount.feacreate.com/js/form_embed.js"></script>
The code shown above is provided as an example only. You must copy the exact code provided in your own FEA Create account, as the iframe source and any ID values will be unique to your website.
To add the survey or quiz to your ShopWired website:
- Navigate to Website > Themes
- Select
customise your themefor the theme you want to edit - Select
add a new section - Select the
custom HTMLsection type - Paste the iframe embed code into the Custom HTML setting
- Position the section where required
- Select Save changes
Once embedded, customer responses submitted through the survey or quiz will be collected in your FEA Create CRM.
Recommendations
Recommendations
- Test your form, survey or quiz after installation to confirm submissions are recorded correctly in FEA Create.
- Add forms, surveys or quizzes only to the specific pages where they are required.
- Keep a record of the embed code used and the theme sections where it has been added for future reference.