• Hi,

    I am trying to change the format of the form so that the button renders out across the full width of the form, here’s my code.

    I’m using a rocknRolla theme.

    <div class=”rnr-input”>
    [text* your-name watermark “Your Name”]
    [text* CompanyName watermark “Company Name”]
    [email* customeremail watermark “Your Email”]
    [tel* your-telephone id:3 class:rnr-input “Your Telephone”]
    [text* your-subject watermark “Your Subject”]
    </div>

    <div >
    <div class=”rnr-textarea”>[textarea* textarea-782 watermark “Enter your message”]
    <div class=”rnr-iput”>[recaptcha]</div>
    </div></div>
    <div><p></p></div>
    <div class=”rnr-submit”>
    <div>[submit “Send”]</div>
    </div>

    <div class=”g-recaptcha” data-sitekey=”XXXX”></div>

    Page view: http://www.climateq.co.uk/#contact

    Thanks.

The topic ‘Formatting’ is closed to new replies.