Home Forums Basel support forum contact us 3

contact us 3

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16243

    esthetis
    Participant

    Hi,

    Please send me form code of contact 3 page similar to the following :
    <div class=”row”>
    <div class=”col-md-6″style=”margin-bottom:20px;”>
    <p style=”margin-bottom: 27px;”><label>Your Name *</label> [text* your-name] </p>

    <p style=”margin-bottom: 27px;”><label>Your Email *</label> [email* your-email] </p>

    <p style=”margin-bottom: 27px;”><label>Subject *</label> [text* your-subject]</p>
    [submit class:btn class:btn-color-white class:btn-style-bordered “SEND A MESSAGE”]
    </div>

    <div class=”col-md-6″>

    <p><label>Your Message *</label> [textarea* your-message] </p>

    </div>
    </div>

    #16246

    Artem Temos
    Keymaster

    Hi,

    Sure, here you go

    <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"]

    Regards

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