Contact Form 7 Checkboxes Only Have A Handful Of Customizations Including Some Handy CSS

  Рет қаралды 44,434

WordPress Tutorials - WPLearningLab

WordPress Tutorials - WPLearningLab

Күн бұрын

Пікірлер: 70
@wplearninglab
@wplearninglab 7 жыл бұрын
If you enjoyed this video don't forget to the like it and subscribe! Then check out this playlist about doing nearly everything with Contact Form 7: kzbin.info/www/bejne/raqaYYp9eM-Aj5Y
@joanasflute
@joanasflute Жыл бұрын
Thanks! Exactly what i needed
@wplearninglab
@wplearninglab Жыл бұрын
You're welcome Joana, I'm happy I could help! Let me know if you have any questions :)
@douglasbalico1294
@douglasbalico1294 4 жыл бұрын
Thankyou very Much from Brazil!!!
@TyranVz
@TyranVz 11 ай бұрын
THANK YOU! this saved me hours of frustration
@cathyenglish
@cathyenglish 3 жыл бұрын
This was exactly what a needed! Thanks!
@wplearninglab
@wplearninglab 3 жыл бұрын
You’re welcome Cathy, thanks for watching!
@tasvirmahmood
@tasvirmahmood 5 жыл бұрын
Thanks, man, doing a WordPress project. You saved me last February 2018 and saving me in this February 2019 also!
@audioreklama24
@audioreklama24 4 жыл бұрын
Thanks! Good video! Tell me what is the name of the Divi application, I can not find it in the plugins?
@karenyyyy
@karenyyyy 6 жыл бұрын
Great tutorial! Done perfectly that even I (a complete non-techie) can follow it!! Thank you!!
@wplearninglab
@wplearninglab 6 жыл бұрын
You're welcome Karen, I'm glad I could help! Thanks for watching :)
@alexeniy
@alexeniy 6 жыл бұрын
Thank you, buddy! It helped me a lot! With greetings from Russia.
@wplearninglab
@wplearninglab 6 жыл бұрын
You're welcome, I'm glad I could help. Thanks for watching! Greetings from Canada.
@adrianduncan7228
@adrianduncan7228 4 жыл бұрын
Hi my checkboxes only show a little white tick when checked and I can hardly see it. Is there away to make the checkbox's tick the same as yours ?
@usedenginefinder2047
@usedenginefinder2047 4 жыл бұрын
Hi, is it possible to use the checkbox funtion that, if checked it sends to a list of emails?
@djpete2009
@djpete2009 6 жыл бұрын
Fantastic! Subscribed.
@wplearninglab
@wplearninglab 6 жыл бұрын
Thanks for the sub Pete, much appreciated!
@boicom7
@boicom7 5 жыл бұрын
Hi. How do I make image options instead of checkboxes for visitors to choose from?
@sabiruli
@sabiruli 6 жыл бұрын
How can change the background color of the checkbox in the contact form 7?
@wplearninglab
@wplearninglab 6 жыл бұрын
Hi Sabirul, I created two Contact Form 7 CSS tutorials which include code for checkboxes on the blog. Here they are: #1: kzbin.info/www/bejne/mHzEo3ZmhrRopck #2: kzbin.info/www/bejne/b5aQe5WPnL51idU I hope that helps and thanks for watching!
@williamrosebrock1400
@williamrosebrock1400 5 жыл бұрын
What’s the code snippet if I have over 10 items in my checkboxes list and want to make it into columns?
@wplearninglab
@wplearninglab 5 жыл бұрын
Hi William, I don't have a code snippet handy for that, but off the top of my head I would try using the nth-child pseudo selector (Google it) to select the first 5 checkboxes and "float" then left. Then select the last 5 checkboxes and "float" them right. If you're not familiar with floats you can see how they work in the latter half of this tutorial: kzbin.info/www/bejne/qZ-rZ4yteK14pac I hope that helps :) Let me know if you have any further questions. Thanks for watching!
@williamrosebrock1400
@williamrosebrock1400 5 жыл бұрын
WordPress Tutorials - WPLearningLab Thanks for the quick reply! Much appreaciated
@etiennedayer5938
@etiennedayer5938 4 жыл бұрын
Cool tutorial. After adding the checkbox, I can't enter any text in the form. Do you have any idea why?
@wplearninglab
@wplearninglab 4 жыл бұрын
Hi Etienne, my first guess would be a tag has been opened on your form that wasn't closed or wasn't closed soon enough. Can you copy/paste your form code here? Are you displaying the form on a page builder page or a regular WordPress post or page?
@etiennedayer5938
@etiennedayer5938 4 жыл бұрын
@@wplearninglab I thanks. I solved it, it was because I forgot to enclose the checkbox inside a div!
@MonalikaBose
@MonalikaBose 2 жыл бұрын
How can we customise the email so the checkbox options display in separate lines rather than with commas in submission. Is there a video for that please
@kudakwashezvaita1017
@kudakwashezvaita1017 3 жыл бұрын
can you insert a heading to this checkbox, like for example 'What do you like to do"
@imornie
@imornie 5 жыл бұрын
Great tutorial as always! Quick question, is there a way I can add a "select all" checkbox and it will check all of the boxes? Thanks
@wplearninglab
@wplearninglab 5 жыл бұрын
Yes, that can be done, but you'll need to use custom JavaScript to do it. I'm sure there are lots of code examples online if you Google it. Once you have the Javascript, you can use the steps in this tutorial to add it to the required page on your site: kzbin.info/www/bejne/fKiZh3eFj76kqK8 I hope that helps and thanks for watching!
@mumtazs5406
@mumtazs5406 5 жыл бұрын
Hi, nice tutorial. I'm making a form with long sentences in checkboxes and they're not getting aligned to left properly. The boxes and content are like flying everywhere. Can you suggest what could be done. Thanks mate!!
@glendalevesque2972
@glendalevesque2972 5 жыл бұрын
How would I add a heading for the checkbox on the survey, such as "What I Like to Do".
@wplearninglab
@wplearninglab 5 жыл бұрын
Hi Glenda, You can do it in two ways. 1. In the CF7 editor you can write "What I Like to Do" right above the checkbox shortcode. Like this: What I Like to Do [checkbox shortcode] 2. You can do the same as above, but wrap in the HTML label tag. This gives the added benefit of letting people click the text beside the checkbox in order to select it rather than needing to click directly on the checkbox. It looks like this: What I Like to Do [checkbox shortcode] I hope that helps :) Let me know if you have any further questions. Thanks for watching!
@SteveParkinson
@SteveParkinson 4 жыл бұрын
The link to the css code link reports a critical error on your website... sods law!
@wplearninglab
@wplearninglab 4 жыл бұрын
Lol, I was messing around in my functions file earlier today. Everything appeared to be working at the time. Thanks for the heads up Steve! I'll fix it after the kiddos are bed.
@Paartherapeut
@Paartherapeut 6 жыл бұрын
I want to create a quiz, and need instead of checkboxes pictures on which one can click. is there a posibility to do that with CF7?
@wplearninglab
@wplearninglab 6 жыл бұрын
Hi Pedram, I think so, but it will take some custom CSS to replace the check boxes with images. And more custom CSS to let the visitor know which image they selected. I bet there's something about it in StackOverflow. com. I don't have they code handy unfortunately.
@Paartherapeut
@Paartherapeut 6 жыл бұрын
@@wplearninglab to know my limits is also a very valuable knowledge. Thank you. I will see if I can find a solution around it... For example to put a picture close to a radio and next picture close to the nextone.
@mjswar
@mjswar 6 жыл бұрын
Was able to add a checkbox to my form, but I'm not able to select any of the options. Nothing happens when clicking on the boxes.
@k254intels5
@k254intels5 6 жыл бұрын
Hi...thanks for the vid.Need some help though....I am looking for a way to use emojis in place of checkboxes in contact form 7 any idea on how this can be done
@wplearninglab
@wplearninglab 6 жыл бұрын
You can do pretty much anything you want, but this wouldn't be easy. You would have to write some custom Javascript code and possibly recreate checkbox functionality in the Javascript and pass it to the form when it's submitted. Do you an example you could share a link to?
@lipsk86
@lipsk86 Жыл бұрын
This is good, but what if I have 15 checkbox items and want to show them in groups of 5 and 3 columns parallel to each other? The first vertical row will have 5 items, the second and third will also have 5 items and all 3 aligned parallel to each other as options to select. Can this be done?
@nataliesloane8833
@nataliesloane8833 5 жыл бұрын
I have watched several of your videos- but can't seem to find one to answer my question. I am trying to add multiple choice options for a download that will get sent to the inquirer. How do I link the appropriate PDF to whichever selection they make in a dropdown menu on Contact form? I have uploaded the documents in a download monitor, but don't know how to link them to the corresponding selection on the contact form. Thank you
@wplearninglab
@wplearninglab 5 жыл бұрын
Hi Natalie, I don't have a video for that specific situation, but it's difficult and will require custom code or a pricey autoresponder. But this one is partly applicable: kzbin.info/www/bejne/r3axgKCCg617oq8 The code from that video would need to be adapted so that it uses an "if" statement to detect the form submission. Inside that "if", there needs to be a series of "if" and "else" statements to detect which dropdown item was selected. Each of those if/else statements will redirect the user to a different page. The page they go to will match the dropdown item they selected. Each of the pages will have one PDF download. It could be a page that the download monitor creates for you. And that's about it. It'll take some effort to get the code together, but it will be worth it. I hope that helps :) Let me know if you have any further questions. Thanks for watching!
@karenongco7053
@karenongco7053 6 жыл бұрын
can we add image beside the checkbox?
@wplearninglab
@wplearninglab 6 жыл бұрын
Hi Karen, Do you mean an image on the left side of the checkbox, or the right side of the checkbox or replace the checkbox with an image?
@infotalkspunter
@infotalkspunter 7 жыл бұрын
Thanks for great Video :0
@wplearninglab
@wplearninglab 7 жыл бұрын
You're welcome Dawood, thanks for watching!
@roneyfischersilva760
@roneyfischersilva760 3 жыл бұрын
Thank u
@randomprog115
@randomprog115 6 жыл бұрын
Hi is there a way to make this checkbox as an image?
@wplearninglab
@wplearninglab 6 жыл бұрын
Hi Kirito, I've never done that before, but I found this helpful page: css-workshop.com/css-custom-checkbox-style-with-image/ You'll have to do a little CSS, but that should help you build what you need. I hope that helps and thanks for watching!
@emaryadi
@emaryadi 5 жыл бұрын
Hi! Thank you for your tutorial. I tried to test my form with check box, but when I receive the mail, i can not see the result of checked box. Any idea why is this happened? thank you.
@wplearninglab
@wplearninglab 5 жыл бұрын
Hi Endi, did you make sure to add the checkbox shortcode to the email template on the CF7 Mail tab?
@emaryadi
@emaryadi 5 жыл бұрын
@@wplearninglab ah ok, I will check again. Thank you Bjorn.
@adnanahsan2616
@adnanahsan2616 5 жыл бұрын
what if I dont want to display block all of the checkboxes ?
@wplearninglab
@wplearninglab 5 жыл бұрын
I'm not sure what you mean. Do you mean you would rather display it inline that block?
@adnanahsan2616
@adnanahsan2616 5 жыл бұрын
@@wplearninglab I mean If I have two checkbox input added in cf7 and I want 1 inline-block and other one only block..
@jeansienkin
@jeansienkin 4 жыл бұрын
@@adnanahsan2616 Add a class to the checkbox where you want the block. CSS your class with display:block.
@oscarshanagher1536
@oscarshanagher1536 3 жыл бұрын
Any idea why my checkbox only ever returns one value no matter how many checkboxes I select from the group?
@vanderhart1131
@vanderhart1131 4 жыл бұрын
Hi There! Great video I'm having some troubles. I don't know if is the version number of the plugin or what but the checkboxes are not clickable, you know something about it? Thanks man! it should work fine :( [checkbox* service "Spend it trip" "Struggle card" "Closet cleaning" "Other"]
@wplearninglab
@wplearninglab 4 жыл бұрын
Hi Vander, I don't know anything about that. I don't think it the version number matters, any form builder that allows you to add checkboxes should make sure those boxes aee clickable. My best guess is that a conflict with another plugin or your theme is causing this issue. You can deactivate plugins one by one and test the checkbox each time. There may be one in particular, that when deactivated will allow the check boxes to work. I hope that helps, let me know if you have any further questions. Thanks for watching!
@Leneufcinqcergy
@Leneufcinqcergy 6 жыл бұрын
Damn Bjorn, looking sporty in this vid. 😘
@wplearninglab
@wplearninglab 6 жыл бұрын
😂 lol
@adityabapat819
@adityabapat819 4 жыл бұрын
how to arrange check boxes horizontally
@-30h-work-week
@-30h-work-week 4 жыл бұрын
span.wpcf-7-list-item {display:block;} :) It's not working. The checkboxes are still displyed horizontally. Another issue (with or without this like of code), the labels are displayed UNDER the checkbox on Android. Damn!, I hate coding... There's *aaaalways* something to fix, info to look up, butt hurts from wasting so much time sitting in chair etc.
@webtexwebdesign4552
@webtexwebdesign4552 4 жыл бұрын
Doesn't work. Massive gap between checkbox and label and theyr'e on different lines.
@AtacamaHumanoid
@AtacamaHumanoid 4 жыл бұрын
Mine just stopped working for no apparent reason, just as I was ready to make the site live, which is so infuriating.
@jeansienkin
@jeansienkin 4 жыл бұрын
Nicely explained, but I don't think the title of the video does make a lot of sense. "How to vertically align Contact Form 7 checkboxes with CSS" would have been much clearer.
@fbatista121297
@fbatista121297 4 жыл бұрын
span.wpcf7-list-item {display: block;}
Contact Form 7 Tutorial 2024 | Form, e-mails, reCaptcha V3 & Flamingo
19:06
Matt - WPress Doctor
Рет қаралды 46 М.
Contact Form 7 Acceptance Checkbox Disables The Send Button Until The Terms Of Service Are Accepted
18:19
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Contact Form 7 Auto Reply With Attachment
9:02
WordPress Tutorials - WPLearningLab
Рет қаралды 20 М.
Form Inputs - Checkbox, Radio, and Submit Buttons
18:43
Craig A. Bourne
Рет қаралды 3,1 М.
How to Style Contact Form 7 With No Coding
16:09
Jonathan Jernigan
Рет қаралды 10 М.
Contact Form 7 Conditional Fields Tutorial
12:09
WordPress Tutorials - WPLearningLab
Рет қаралды 125 М.
Contact Form 7 Tutorial
31:59
Ferdy․com | Ferdy Korpershoek
Рет қаралды 413 М.
Contact Form 7 Redirect Multiple Forms To Different Pages After Submission Without A Plugin
9:06
WordPress Tutorials - WPLearningLab
Рет қаралды 24 М.
Custom Form #7 - Style custom checkbox using CSS only
8:40
Code with Bibek
Рет қаралды 725