• I’m have trouble turning a label into a link and was hoping someone knows of a work around?

    I’ve already tried the following;

    <a href="sponsor-a-giveaway/">[checkbox sponsored_giveaway use_label_element "Sponsored Giveaway"]</a>

    Problem: Label appears as a link but does not act as a link.

    [checkbox sponsored_giveaway use_label_element ""]<a href="/sponsor-a-giveaway/">Sponsor a Giveaway</a>

    Problem:This works great but when a user submits a form the checked boxes appear blank in the email.

    Thanks in advance!

    – Carol Ann

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same question. From a usability point of view this is a huge advantage if possible. Any answers??

    Thread Starter Carol_Ann

    (@carol_ann)

    I was never able to find a solution, but I did find a little work around.

    You can see it on my “Submit a Gift” page.

    I used the code below to accomplish it:

    [checkbox Giveaway use_label_element "-"]<a href="/sponsor-a-giveaway/" target="blank">Sponsored Giveaway</a>
    [checkbox Gift_Idea_Review use_label_element "-"]<a href="/gift-idea-review/" target="blank">Gift Idea Review</a>
    [checkbox Gift_of_the_month use_label_element "-"]<a href="/gift-of-the-month-sponsor/" target="blank">Gift of the Month</a>
    [checkbox sponsored_gift_post use_label_element "-"]<a href="/sponsored-gift-post/" target="blank">Sponsored Gift Post</a>
    [checkbox Gift_Banner_Ad use_label_element "-"]<a href="/Gift-Idea-Banners/" target="blank">Gift Banner Ad</a>

    Hope that helps. I’m sure there is a better way, but that worked for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Contact Form 7] Is there a way to turn a Checkbox labels into a link?’ is closed to new replies.