Home › Forums › Basel support forum › Contact form code Contact form code This topic has 10 replies, 2 voices, and was last updated 5 years, 9 months ago by Elise Noromit. Viewing 11 posts - 1 through 11 (of 11 total) Author Posts March 12, 2019 at 8:29 am #112441 GiulioParticipant Hi there, can I ask you to paste me only the code relative to this form to use it in Contact Form 7? Thanks a lot. Attachments:You must be logged in to view attached files. March 13, 2019 at 7:24 am #112652 Elise NoromitMember Hello, Here is the code: <div class="row"> <div class="col-md-6"> <p style="margin-bottom: 27px;"><label>Your Name (required)</label> [text* your-name] </p> <p style="margin-bottom: 27px;"><label>Your Email (required)</label> [email* your-email] </p> <p style="margin-bottom: 27px;"><label>Subject</label> [text your-subject]</p> </div> <div class="col-md-6"> <p><label>Your Message</label> [textarea your-message] </p> </div> </div> [submit class:btn class:btn-color-white class:btn-style-bordered "SEND A MESSAGE"] Best Regards March 14, 2019 at 11:23 am #112908 GiulioParticipant Thanks a lot. March 14, 2019 at 12:06 pm #112925 GiulioParticipant If I need to change the color “black” in a code color? March 14, 2019 at 3:18 pm #112972 Elise NoromitMember Hello, Please provide the screen. Best Regards March 14, 2019 at 3:23 pm #112976 GiulioParticipant Here it is. [submit class:btn class:btn-color-white class:btn-style-bordered “SEND A MESSAGE”] March 15, 2019 at 9:39 am #113125 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body input[type="submit"].btn-color-black.btn-style-bordered { color: yellow; border-color:yellow; } body input[type="submit"].btn-color-black.btn-style-bordered:hover{ color: white; border-color:red; background-color:red; } Replace the colors as per your needs Best Regards March 21, 2019 at 8:27 am #114087 GiulioParticipant Hi Elise, I’m trying to use your code, but it’s not working for us. Could you check it please? March 21, 2019 at 10:08 am #114105 Elise NoromitMember Hello, Try to remove this line from the code http://prntscr.com/n0wl1n If it does not help, provide your site admin access I will check the settings. Best Regards March 21, 2019 at 10:19 am #114108 GiulioParticipant I changed this on Contact Form 7: [submit class:btn class:btn-color-primary class:btn-style-bordered "Invia"] And it worked. March 21, 2019 at 12:35 pm #114128 Elise NoromitMember Hello, That is fine. Best Regards Author Posts Viewing 11 posts - 1 through 11 (of 11 total) You must be logged in to create new topics. Login / Register