• Resolved btong0

    (@btong0)


    Hi guys,

    After inserting a checkbox field with 4 options, I am not able to add extra space between adding another text entry box. Resulting in a squeezed look for the bottom of the field

    No problem adding extra line spacing using <p> </p> / <p>
    with other fields (text input, drop down).

    Code is as follows: ( the <p>
    in the middle doesn’t seem to do anything here)

    <p> I want quotes on *
    [checkbox* Iwantquoteson “Alarm systems ” “Monitored alarms” “Security cameras” “Access control”]

    <p>

    <p>Your message
    [textarea Yourmessage x2]

    Thanks for the help!
    Ben

    http://wordpress.org/extend/plugins/contact-form-7/

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you are using paragraph html elements in your form you will need to make sure you have both opening and closing tags and include some content – e.g <p>Paragraph Content</p> – an unclosed or empty element won’t add a line.

    In your case the easiest way to add an extra line is probably using a < /br> ta as follows:

    <p> I want quotes on *
    [checkbox* Iwantquoteson "Alarm systems " "Monitored alarms" "Security cameras" "Access control"]  < /br> </p>
    Thread Starter btong0

    (@btong0)

    Hi buzztone,

    Thank you for the assistance, looks like I’m half way there, copied and pasted your suggest code.
    I get the space between fields I was looking for, however now inside that space on the actual contact form is < /br>
    Any ideas what happened?

    Cheers,
    Ben

    Thread Starter btong0

    (@btong0)

    Hi buzztone,

    Played around a little with the code and somehow it works now, thanks again for the assistance. The code which seemed to do the trick was

    <p> I want quotes on *
    [checkbox* Iwantquoteson “Alarm systems ” “Monitored alarms” “Security cameras” “Access control”] </p>

    </br>

    Cheers,
    Ben

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding line spacing after using checkboxes field – contact form 7’ is closed to new replies.