• Resolved ReinosDPM2015

    (@reinosdpm2015)


    I want to create checkboxes so people can select which document(s) they want to download when they are filling out the form. However, I am having a hard time getting it to work.

    I added the <ebd/> in my contact form (see below) like the screenshot had suggested

    <p>Your Name (required)<br />
    [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <ebd/>
    [checkbox checkbox-158 "FIRE MAIN VALVES ON NAVY VESSELS" "TEST"]
    <p>[submit "Send"]</p>

    I also added the both download number ids to the shortcode (See below)

    [email-download download_id="3338,3359" contact_form_id="3330"]

    Can someone help me? I don’t know what else to do and I don’t see how this code identifies which document(s) the person filling out the form wants to recieve.

    Thanks!

    https://wordpress.org/plugins/email-before-download/

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need a space between the “d” and the “/” in the ebd tag.

    Also, fyi, the ebd tag will be automatically replaced with a checkbox & file title for each of the download id’s that you put in the shortcode, so whatever that checkbox shortcode is is not needed, you should remove it.

    Note that there is also an ebd_left tag that will put the checkbox on the left side of the text rather than the right side (which is what the ebd tag does). Most people use ebd_left, but you can use either.

    Thread Starter ReinosDPM2015

    (@reinosdpm2015)

    It works! Thanks so Much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple Download Checkbox’ is closed to new replies.