• Hi all.

    I am testing out a Contact form 7 demo here: http://ccba-llc.com/test/

    Two problems, one is that the form does not send the mail out. It cycles but gives no errors. Try it out since it is currently pointing to my mailbox. What needs to be configured for it to send mail to the address you put in the “to” field below the form?

    The other issue is the spacing or margins between the titles and the form fields. I finally made some progress in shortening up the distance between each following some code suggestions in this post:
    http://wordpress.org/support/topic/plugin-contact-form-7-why-do-i-get-extra-space-between-areas?replies=9

    But I still have an issue with the linespace being on the wrong side of the text. Everything is stuck up underneath the form field above it, instead of stacked atop the form field below like it should be.

    Here is the text for my contact form currently:

    Your Name (required)
    [text* name 30/60]
    
    Company Name (required)
    [text* company 30/60]
    
    Your Email (required)
    [email* email "yourmail@example.com"]
    
    Your Phone Number (required)
    [text* phone 30/60]
    
    Select Country (required)
    [select* menu-934 include_blank "North America" "Central America" "South America" "The Caribbeans" "Europe" "Africa" "Middle-East" "Asia Pacific"]
    
    Your Message
    [textarea message]
    Please describe your needs here...
    [/textarea]
    
    [submit "Send"]

    —————————————
    I have this added to my themes style.css

    /* Getting rid of spaces */
    
    div.wpcf7 p {
        line-height: 1;
        padding: 0;
        margin-bottom: 1px;
        margin-top: 10px;
    }
    
    div.wpcf7 input {
        margin: 0;
    }

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

  • The topic ‘Broken Contact Form 7 – Look here’ is closed to new replies.