Hi all,

I am wondering how I can add an ID to a Zen Cart form. Here is the code for the form:

<?php echo zen_draw_form('catalogForm', zen_href_link(FILENAME_CATALOG)); ?>

When I view the source code of the page, I see that this code produces a <form> tag that includes name="catalogForm". I want to add id="catalogForm" as well.

Thanks!