• I’m using the Andrina Lite theme. I’ve been playing around with different contact us form plugins and am not really happy with the look so far. I’d really like the simple one found on the Andrina demo sites.

    The styling for the contact form is in the lite version .css. I’ve manages to create the input form in a page. The form displays correctly but I am not sure how to set up the information on how to send the emails. Here is the HTML code in the form.

    <!--[if lte IE 7]>
    <style>
    .pagination{
    margin-left:150px;
    }
    ul.thumbnail {
        margin:0 auto;
        width:950px;
    	margin-left:-10px;
    }
    #contactForm textarea {
    margin-top:-16px;
    width:501px
    }
    .contactform label {
        width:98px;
    }
    </style>
    <![endif]-->
    
    <div class="grid_16 alpha"></div>
    <div class="contact_page"><form class="contactform" id="contactForm" action="http://comfortclimateservice.com/contact-us/" method="post"><label>Name </label><input class="text required requiredField" id="contactName" type="text" name="contactName" value="" /><label>Email </label><em id="__mceDel"> <input class="text required requiredField email" id="email" type="text" name="email" value="" /><label class="last-label"><em>Your Message</em><em> </label></em><textarea class="required requiredField message" id="commentsText" cols="30" name="comments" rows="20"></textarea>
    
    <input class="btnSubmit" type="submit" name="submit" value="Submit" />
    <input id="submitted" type="hidden" name="submitted" value="true" />
    
    </form></div>

    Thank you for any help.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Contact Us Page – Andrina Lite’ is closed to new replies.