|
@@ -34,53 +34,73 @@
|
34
|
34
|
<form action="mailto:info@univateproperties.co.za" method="post" enctype="text/plain">
|
35
|
35
|
<div class="form-group row">
|
36
|
36
|
<div class="col-md-6">
|
37
|
|
- <label for="yourname"></label>
|
38
|
|
- <input
|
39
|
|
- id="yourname"
|
40
|
|
- name="yourname"
|
41
|
|
- placeholder="Your Name"
|
42
|
|
- type="text"
|
43
|
|
- required="required"
|
44
|
|
- class="form-control"
|
45
|
|
- />
|
|
37
|
+ <div class="input-group-prepend">
|
|
38
|
+ <span class="input-group-text">
|
|
39
|
+ <eva-icon name="person" fill="#60CBEB"></eva-icon>
|
|
40
|
+ </span>
|
|
41
|
+ <label for="yourname"></label>
|
|
42
|
+ <input
|
|
43
|
+ id="yourname"
|
|
44
|
+ name="yourname"
|
|
45
|
+ placeholder="Your Name"
|
|
46
|
+ type="text"
|
|
47
|
+ required="required"
|
|
48
|
+ class="form-control"
|
|
49
|
+ />
|
|
50
|
+ </div>
|
46
|
51
|
</div>
|
47
|
52
|
<div class="col-md-6">
|
48
|
|
- <label for="youremail"></label>
|
49
|
|
- <input
|
50
|
|
- id="youremail"
|
51
|
|
- name="youremail"
|
52
|
|
- placeholder="Your Email"
|
53
|
|
- type="text"
|
54
|
|
- required="required"
|
55
|
|
- class="form-control"
|
56
|
|
- />
|
|
53
|
+ <div class="input-group-prepend">
|
|
54
|
+ <span class="input-group-text">
|
|
55
|
+ <eva-icon name="email" fill="#60CBEB"></eva-icon>
|
|
56
|
+ </span>
|
|
57
|
+ <label for="youremail"></label>
|
|
58
|
+ <input
|
|
59
|
+ id="youremail"
|
|
60
|
+ name="youremail"
|
|
61
|
+ placeholder="Your Email"
|
|
62
|
+ type="text"
|
|
63
|
+ required="required"
|
|
64
|
+ class="form-control"
|
|
65
|
+ />
|
|
66
|
+ </div>
|
57
|
67
|
</div>
|
58
|
68
|
</div>
|
59
|
69
|
<div class="form-group row">
|
60
|
70
|
<div class="col-md-12">
|
61
|
|
- <label for="subject"></label>
|
62
|
|
- <input
|
63
|
|
- id="subject"
|
64
|
|
- name="subject"
|
65
|
|
- placeholder="Subject"
|
66
|
|
- type="text"
|
67
|
|
- class="form-control"
|
68
|
|
- required="required"
|
69
|
|
- />
|
|
71
|
+ <div class="input-group-prepend">
|
|
72
|
+ <span class="input-group-text">
|
|
73
|
+ <eva-icon name="bookmark-outline" fill="#60CBEB"></eva-icon>
|
|
74
|
+ </span>
|
|
75
|
+ <label for="subject"></label>
|
|
76
|
+ <input
|
|
77
|
+ id="subject"
|
|
78
|
+ name="subject"
|
|
79
|
+ placeholder="Subject"
|
|
80
|
+ type="text"
|
|
81
|
+ class="form-control"
|
|
82
|
+ required="required"
|
|
83
|
+ />
|
|
84
|
+ </div>
|
70
|
85
|
</div>
|
71
|
86
|
</div>
|
72
|
87
|
<div class="form-group row">
|
73
|
88
|
<div class="col-md-12">
|
74
|
|
- <label for="message"></label>
|
75
|
|
- <textarea
|
76
|
|
- id="message"
|
77
|
|
- name="message"
|
78
|
|
- placeholder="Message"
|
79
|
|
- cols="40"
|
80
|
|
- rows="6"
|
81
|
|
- class="form-control"
|
82
|
|
- required="required"
|
83
|
|
- ></textarea>
|
|
89
|
+ <div class="input-group-prepend">
|
|
90
|
+ <span class="input-group-text">
|
|
91
|
+ <eva-icon name="message-square-outline" fill="#60CBEB"></eva-icon>
|
|
92
|
+ </span>
|
|
93
|
+ <label for="message"></label>
|
|
94
|
+ <textarea
|
|
95
|
+ id="message"
|
|
96
|
+ name="message"
|
|
97
|
+ placeholder="Message"
|
|
98
|
+ cols="40"
|
|
99
|
+ rows="8"
|
|
100
|
+ class="form-control"
|
|
101
|
+ required="required"
|
|
102
|
+ ></textarea>
|
|
103
|
+ </div>
|
84
|
104
|
</div>
|
85
|
105
|
</div>
|
86
|
106
|
<div class="form-group row">
|