I’m working on the same thing.
I’ve managed to hide the unused checkbox. Simply adding this jquery to the page I’m using the Email Before Download plugin.
$(‘[name=”ebd_downloads[]”][value=””]’).hide();
It takes the checkbox with name “ebd_download[]” and value “” (There is only one).
Then I hide it so the user can’t see this.
Hope it helps to you.
Regards