Home Forums Basel support forum Contact form code

Contact form code

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #112441

    Giulio
    Participant

    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.
    #112652

    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

    #112908

    Giulio
    Participant

    Thanks a lot.

    #112925

    Giulio
    Participant

    If I need to change the color “black” in a code color?

    #112972

    Hello,

    Please provide the screen.

    Best Regards

    #112976

    Giulio
    Participant

    Here it is.

    [submit class:btn class:btn-color-white class:btn-style-bordered “SEND A MESSAGE”]

    #113125

    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

    #114087

    Giulio
    Participant

    Hi Elise, I’m trying to use your code, but it’s not working for us. Could you check it please?

    #114105

    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

    #114108

    Giulio
    Participant

    I changed this on Contact Form 7:

    [submit class:btn class:btn-color-primary class:btn-style-bordered "Invia"]

    And it worked.

    #114128

    Hello,

    That is fine.

    Best Regards

Viewing 11 posts - 1 through 11 (of 11 total)