What is wrong with this code?
-
I tried the following code and testing it, it doesn’t work. My website is https://www.garagedoormadisonwi.com
<div class="our-form"> <div class="row"> <div class="col-sm-6 col-md-6"> <div class="form-group"> [text* name class:form-control placeholder "Name"] <div class="input-bottom-line"></div> </div> </div> <div class="col-md-6 col-sm-6"> <div class="form-group"> [email* email class:form-control placeholder "Eamil"] <div class="input-bottom-line"></div> </div> </div> </div> <div class="row"> <div class="col-md-6 col-sm-6"> <div class="form-group"> [text* address class:form-control placeholder "Address"] <div class="input-bottom-line"></div> </div> </div> <div class="col-md-6 col-sm-6"> <div class="form-group"> [tel* phone class:form-control placeholder "Phone"] <div class="input-bottom-line"></div> </div> </div> </div> <div class="row"> <div class="col-sm-12 col-md-12"> <div class="form-group"> [textarea message class:form-control placeholder "Message"] <div class="input-bottom-line"></div> </div> </div> </div> <button type="submit" class="red-button bgcolor"> [submit "submit"] </button> </div>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘What is wrong with this code?’ is closed to new replies.