• Can anyone help me with new code please? I just want the name and email fields side by side and the text area to be smaller.
    Thanks all.

    <label><b>Who you would like to contact?</b><br/>
         [select* recipient 
    "General enquiries:|[email protected]"
    "Subscription enquiries:|[email protected]"
    "Editorial enquiries:|[email protected]"
    "Advertising Brett Patterson:|[email protected]"
    "Advertising Tim Porter:|[email protected]"
    ]</label><br/>
    <div class="clearfix"></div>
    <div id="left">
    <div class="name pb-15">
           <div class="left-clm">
             <label>Full Name: (required)
              [text* full_name id:full_name class:form-control] </label>
    
    </div>
    <div class="name">
           <div class="left-clm">
             <label>Your Phone Number:
             [text tel-Phone] </label>
          </div>
          <div class="right-clm">
              <label>Subject:
              [text your-subject]</label>
         </div>
    </div>
    
    <label> Your Message:
        [textarea your-message] </label><br/>
    </div>
    
    <div id="right">
    
    [submit "Send"]
    </div>

    The page I need help with: [log in to see the link]

  • The topic ‘Can someone help me clean up this form please?’ is closed to new replies.