I need help on this code:
Code:
<div id="dl-container">
<ul id="dl-icons">
<li id="word-icon"><strong>Download:<br></strong><a class="fancybox" style="color: #ffffff;" href="#contact_form_pop"><img src="http://www.templatebowl.com/wp-content/uploads/2013/03/word-icon-a.png" height="38" width="38"></a>
<div class="fancybox-hidden" style="display: none;">
<div id="contact_form_pop">[email-download download_id="27" contact_form_id="697"]</div></div>
</li>
<li id="psd-icon"><a class="fancybox" style="color: #ffffff;" href="#contact_form_pop"><img src="http://www.templatebowl.com/wp-content/uploads/2013/03/psd-icon-a.png" height="38" width="38"></a>
<div class="fancybox-hidden" style="display: none;">
<div id="contact_form_pop">[email-download download_id="40" contact_form_id="697"]</div></div>
</li>
</ul>
</div>
Our download button works by entering a name and email address then, it will send the file to the email address inputted by the user. The problem is, we have two buttons on the page, one is for Word format and the other is for PSD. But everytime I download a PSD file, it calls the Word file. I don't know what's wrong. I double checked the download id of the file and there seems to be nothing wrong with the IDs. Please help me. I need to finish it today. Here's the page:
http://www.templatebowl.com/5-x-7-postcard-template/ . Try and see what's wrong.