I am using “ExpressionEngine v 1.7.0” and facing following issues,
I am creating a contact form as below, but form_class and form_id parameters are not rendering in the output on webpage? form id is always “contact_form” on webpage. Whereas “name” parameter is coming very well.
{exp:email:contact_form form_class="frmForms" name="frmContact" form_id="frmContact" user_recipients="false" recipients="[email protected]" charset="utf-8" return="/index.php/contact/"}
{/exp:email:contact_form}Please check and help to find any solution for this issue. Thanks!