Tagged: x
-
AuthorPosts
-
June 17, 2016 at 7:56 pm #1047807
sunshipParticipantHi,
I am using Contact Form 7 on this page: http://kiermyer.com/new/business/ and I need to make some of the fileds side-by-side instead of vertical. For example:
City State Country
instead of
City
State
Countryand
Transportation Provided? yes no
instead of:
Transportation Provided?
yes
nothanks!
June 17, 2016 at 11:38 pm #1048029
Rue NelModeratorHello There,
Thanks for writing in! I have moved your last reply to trash because it broke out the topic layout.
You need to edit your contact form and have your fields enclosed with a column. Please consider having this:
<div class="x-container" style="margin: 0px auto;padding: 0px;"> <div class="x-column x-sm x-1-3" style="padding: 0px;"> City [text eventcity] </div> <div class="x-column x-sm x-1-3" style="padding: 0px;"> State [text eventstate] </div> <div class="x-column x-sm x-1-3" style="padding: 0px;"> Country [text eventcountry] </div> </div>and this:
<div class="x-container" style="margin: 0px auto;padding: 0px;"> <div class="x-column x-sm x-1-2" style="padding: 0px;"> Transportation Provided? </div> <div class="x-column x-sm x-1-2" style="padding: 0px;"> [checkbox eventtransport use_label_element exclusive “yes” “no”] </div> </div>Hope this helps.
June 18, 2016 at 4:23 am #1048273
sunshipParticipantThe first one works great! The second one does not put the choices side-by-side.
also, how can I get the uploader to work so that it sends the upload in the email to me please?
June 18, 2016 at 5:34 am #1048323
ChristopherModeratorHi there,
Please update it to :
<div class="x-container" style="margin: 0px auto;padding: 0px;"> <div class="x-column x-sm x-1-2" style="padding: 0px;"> Transportation Provided? </div> <div class="x-column x-sm x-1-2" style="padding: 0px;"> [checkbox eventtransport use_label_element exclusive "yes" "no"] </div> </div>Please check this link : http://contactform7.com/docs/
Hope it helps.
June 18, 2016 at 6:00 am #1048328
sunshipParticipantThank you. I think I’ve figured out how to have the check boxes horizontally in line with the subject:
<li> Type Of Event</li> <div class="x-container" style="margin: 0px auto;padding: 0px;"> <div class="x-column x-sm x-1-5” style="padding: 0px;"> [checkbox typeofevent "Concert"] </div> <div class="x-column x-sm x-1-5” style="padding: 0px;"> [checkbox typeofevent "Festival"] </div> <div class="x-column x-sm x-1-5” style="padding: 0px;"> [checkbox typeofevent "Night Club"] </div> <div class="x-column x-sm x-1-5” style="padding: 0px;"> [checkbox typeofevent "University"] </div> <div class="x-column x-sm x-1-5” style="padding: 0px;"> [checkbox typeofevent "Other"] </div> </div>June 18, 2016 at 6:07 am #1048340
sunshipParticipantI don”t know how to have these 4 fileds horizontally aligned or how to resize each of the fields individually:
Event Date Event Time Number Of Sets Sound Check Time
June 18, 2016 at 7:03 am #1048380
ChristopherModeratorHi there,
You’ve used pretty quotes instead of normal quotes.
It should be :
<div class="x-column x-sm x-1-4" style=" padding:="" 0px;"=""> content </div>Not :
<div class="x-column x-sm x-1-4” style=" padding:="" 0px;"=""> content </div>Hope that helps
June 18, 2016 at 1:10 pm #1048575
sunshipParticipantOh! Silly me! Thank you!
June 19, 2016 at 12:10 am #1048941
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1047807 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
