You want to create a form on the site that your customers can fill to seek information about the franchise of your brand.
Please follow these steps to create the form:
You might want to send a notification (Email/SMS) when somebody fills the form. You can configure a new Notification or use an existing one in the Settings tab and set it up to be sent when the form is filled.
Now, in order to show the form on Storefront, you need to embed the form in the page.
Go to Site > Pages section in the StoreHippo admin Panel.
Go to the Content field to edit the content of the page. Provide the following code snippet in the Code Editor tab as shown below (themes based on angularjs)
<div ms-widget="ms.forms" ms-data-formname="franchise_information_request_form" ms-data-buttonname="Submit">
<form name="franchise_information_request_form" ng-submit="submit()">
<div ms-widget="ms.th3.form_layout1"></div>
</form>
</div>
The final step is to provide the form on the header of the store to provide a quick link to your users. You can do that by adding new navigation.
Click here to know more about forms.