I have seen other people’s pages where they have multiple EBD forms on a single page, but I have never done it myself and I can’t recall if I’ve ever seen one that actually worked. Off the top of my head, I’d be surprised if it worked, but maybe… I’m not going to go trace through the code to figure it out. If you had it working at one time then I guess it does work.
I just use a single form and do the checkboxes to handle multiple files & letting the user choose which one, since that is supported & built in, but I know some people need different separate forms all on one page for some reason.
One thing about EBD is that it gets things in its database that can later mess you up if you start doing things like flipping around your shortcodes with different form IDs and such but trying to reuse the same fileIDs that you’ve uploaded — things can get kind of goofy. So, one option would be for you to make entirely new forms with new IDs, upload entirely new files (new as in new filenames – do not reuse the same filenames), and then set up new shortcodes with the proper IDs in each one (and never make a mistake on those or you’ll have to start over). I don’t know that that would fix things, but you could try it.
Or, perhaps something with your redirects and such in your production environment is messing it up somehow, as you suggested in your other support item. Hard to say without seeing it, and even then, who knows…
Just to be clear, the person that started this thread actually wanted 2 separate templates, which is definitely not possible with the way the plugin is written (it has one set of settings for the templates — it has no place to store another set, nor any way to differentiate as to which one to use).