Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Went back and cleaned up my coding…worked fine.
    sorry about above post.

    Tried that and it didnt work.
    It just emails the exact thing I typed….
    This is the email I got

    [your-message] [text* Your Name] [email* Your Email] [checkbox* Club exclusive “Copic 36A” “Copic 36B” “Copic 36C” “Copic 36D” “First Available”] [textarea Notes]

    you dont need to do all of that.
    if you go into your css files for Contact 7 do this:
    go to plugins, under Contact 7, there is an edit field, click that and go to your css files.
    Click on stylesheet.css
    in the next to the last code block…shouldlook like this…
    }
    span.wpcf7-list-item {
    margin-left: 0.5em;
    }

    Change it to look like this:

    }
    span.wpcf7-list-item {
    margin-left: 0.5em;
    display: block;
    }

    thats it, save and youre done. very easy fix but they should have that already done. I think it looks like crap aligned that way
    HTH

    I have a similar problem. I cannot get my form to let the filler check more than one checkbox.
    BUT…to make the checkboxes display vertically do this…..
    Go to your Plugins and under Contact 7 click Edit
    Go in your stylesheet.css
    scroll down to the next to last code block.
    It should look like this:

    }
    span.wpcf7-list-item {
    margin-left: 0.5em;
    }

    Change that to look like this:

    }
    span.wpcf7-list-item {
    margin-left: 0.5em;
    display: block;
    }
    Save and youre done!! 🙂
    Let me know if you figure that out about the checkboxes!
    Good Luck

    Im having the same problem. My site is http://www.BellaGiggles.com
    First, Im not sure how to “test” the form. I set it up and did all custom fields. I did add CAPTCHA but deleted it soon after, it did not look very professional. I added the form to my site. When I fill out the form I get “send successfull” but I never get anything in my email from the form. I am on a fairly new WP account as I recently moved all my site info over. I dont belive it would be anything with an old plugin.
    Any suggestions???

Viewing 5 replies - 1 through 5 (of 5 total)