Title: Multiple Download Checkbox
Last modified: August 30, 2016

---

# Multiple Download Checkbox

 *  Resolved [ReinosDPM2015](https://wordpress.org/support/users/reinosdpm2015/)
 * (@reinosdpm2015)
 * [11 years ago](https://wordpress.org/support/topic/multiple-download-checkbox/)
 * 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/](https://wordpress.org/plugins/email-before-download/)

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

 *  [dtynan](https://wordpress.org/support/users/dtynan/)
 * (@dtynan)
 * [11 years ago](https://wordpress.org/support/topic/multiple-download-checkbox/#post-6354613)
 * 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](https://wordpress.org/support/users/reinosdpm2015/)
 * (@reinosdpm2015)
 * [11 years ago](https://wordpress.org/support/topic/multiple-download-checkbox/#post-6354631)
 * It works! Thanks so Much!

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

The topic ‘Multiple Download Checkbox’ is closed to new replies.

 * ![](https://ps.w.org/email-before-download/assets/icon-256x256.jpg?rev=1813522)
 * [Email Before Download](https://wordpress.org/plugins/email-before-download/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-before-download/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-before-download/)
 * [Active Topics](https://wordpress.org/support/plugin/email-before-download/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-before-download/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-before-download/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ReinosDPM2015](https://wordpress.org/support/users/reinosdpm2015/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/multiple-download-checkbox/#post-6354631)
 * Status: resolved