-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
63 lines (51 loc) · 1.57 KB
/
contact.html
File metadata and controls
63 lines (51 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
layout: page
title: "Contact Us"
sub_title: |
Aenean lacinia bibendum nulla sed consectetur
header_image: "/assets/images/art/bg3.jpg"
white_menu: true
contact_info:
enable: true
contact_data:
- icon: "/assets/images/icons/ui-gps.png"
info: "Moon Street Light Avenue<br> 14/05 Jupiter, JP 80630"
- icon: "/assets/images/icons/co-telephone.png"
info: "00 (123) 456 78 90<br/> 00 (987) 654 32 10"
- icon: "/assets/images/icons/co-email-5.png"
info:
- "manager@email.com <br/>"
- "asistant@email.com"
contact_form:
enable: true
title: "Request Photography Pricing"
sub_title: "For more information please get in touch using the form below:"
action_email: "tortoizthemes@gmail.com"
bg_image: "/assets/images/art/bg20.jpg"
forms_data:
- field_type: "input"
field_name: "user_first_name"
placeholder: "First Name"
error_message: "First Name Is required"
- field_type: "input"
field_name: "user_last_name"
placeholder: "Last Name"
error_message: "Last Name Is required"
- field_type: "input"
field_name: "user_phone"
placeholder: "Phone Number"
error_message: "Phone Number Is required"
- field_type: "input"
field_name: "user_email"
placeholder: "Email"
error_message: "Email Is required"
- field_type: "textarea"
field_name: "user_message"
placeholder: "Message"
error_message: "Message Is required"
google_maps:
enable: true
---
{% include contact_info.html %}
{% include contact_2.html %}
{% include gmap.html %}