Single Row Email Form
-
I’m trying to get 3 input fields and a submit button in 1 row in a contact form but I can’t for the life of me figure out what is wrong with the coding.
My website is: https://northstarproviders.com/registration/
The first field should be: NAME, the second: EMAIL, the third: PHONE NUMBER, and the last field should be: SUBMIT>
The code I have in place right now in Contact Form 7 is:
<div class="form-inline form-register form-register-small"> <div class="form-group"> [text* name class:form-control class:fullname placeholder "Name"] </div> <div class="form-group"> [email* email class:form-control class:email placeholder "Email"] </div> <div class="form-group"> [text* phone class:form-control class:fullname placeholder "Phone"] </div> <div class="form-group submit-wrap"> [submit class:btn class:btn-primary class:btn-md "Submit"] </div> </div>
Any help would be greatly appreciated.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Single Row Email Form’ is closed to new replies.