Home / Forums / Basel support forum / Contact form code
Home › Forums › Basel support forum › Contact form code
Contact form code
- This topic has 10 replies, 2 voices, and was last updated 6 years, 7 months ago by
Elise Noromit.
-
AuthorPosts
-
March 12, 2019 at 8:29 am #112441
GiulioParticipantHi 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 NoromitMemberHello,
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
GiulioParticipantThanks a lot.
March 14, 2019 at 12:06 pm #112925
GiulioParticipantIf I need to change the color “black” in a code color?
March 14, 2019 at 3:18 pm #112972
Elise NoromitMemberHello,
Please provide the screen.
Best Regards
March 14, 2019 at 3:23 pm #112976
GiulioParticipantHere 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 NoromitMemberHello,
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
GiulioParticipantHi 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 NoromitMemberHello,
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
GiulioParticipantI 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 NoromitMemberHello,
That is fine.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register