Link to config: Go to Admin panel > choose [App Builder] > Select a template that you want to update > Choose option [Contact] on the dropdown refer here
Note: For this function, it is required by 2 libraries:
- https://wordpress.org/plugins/contact-form-7/ (required)
- https://wordpress.org/plugins/contact-form-7-mailchimp-extension/ (optional)
1. Layouts
Users can choose 1 of 2 layouts for Login form by clicking on [Layout] tab then choose the layout that they want.
Layout 1: Horizontal | Layout 2: Vertical |
2. General
Enable Pin Location | Show/hide Pin location |
Enable Form Feedback | Show/hide the Mail-icon that users can click to redirect to a form then can send feedback to Admin |
Enable Direct Map | Show/hide Direct map icon |
Map type | There are 5 options that users are able to set up for their map: Normal, Satellite, Terrain, Hybrid or None |
Form ID | This field should be completed by a developer or who has knowledge about technology. – Get form ID: refer here |
Address | Users are able to setup contact info (phone number, email) and detail address that will be shown on App |
Note: On App, this form will show on: Me/ Help & Info/ Contact us
Contact Form 7 configs
<label> Your name
[text* your-name] </label>
<label> Your email
[email* your-email] </label>
<label> Subject
[text* your-subject] </label>
<label> Your message (optional)
[textarea your-message] </label>
[submit "Submit"]