Helpcenter +918010117117 https://cdn.storehippo.com/s/573db3149f0d58741f0cc63b/ms.settings/5256837ccc4abf1d39000001/57614ef64256dc6851749879-480x480.png" [email protected] https://www.facebook.com/StoreHippohttps://twitter.com/StoreHippohttps://www.linkedin.com/company/hippoinnovations/https://plus.google.com/+Storehippo/posts
B4,309-10 Spaze iTech Park, Sector 49, Sohna Road, 122001 Gurgaon India
call to replace anchor tags contains '/admin' in href

Designing Contact Page

Contact pages are used to give a channel to users through which they can send their enquiries to the store support team/ owner or any other designated person(s).

The URL for contact page is: https://www.mystore.com/contact

A Contact page includes:

  • The admin address 
  • The admin email and contact number
  • The form for submission of contact enquiry

Add a contact form to your store

You can add a contact form to your store to let customers send enquiry of their issues to the admin account.
Following is a typical contact enquiry form:

Enabling contact enquiry form

The contact enquiry form is by default enabled in all StoreHippo stores. The contact form is one of the built-in forms and is used to control the user enquiry on the storefront. You can find and edit the contact form in Site > Forms section in StoreHippo Admin Panel. 

Using the contact enquiry form on contact page

You can use ms.form.contact widget to show the contact enquiry form on the store. The widget uses the contact enquiry form and sends query to admin holder from the data filled by the user. Use the following code to add the contact enquiry form:                           
  <form ms-widget="ms.form.contact" ms-data-formname="contact" ng-submit="submit()">
        <div ms-widget="form_layout" ms-data-buttonname="Send Query"></div>
    </form>
Every StoreHippo theme has a default form_layout widget that contains default implementation of forms. You can customize the form layout as per your brand requirement.
2019-02-01T09:53:00.636Z