I the line of code below, where do I put our email address so that we know that our viewers are subscribed to receive updates from our website? We did a test on it and received the following error message: The form could not be submitted ReferenceError: submitacymailingform is not defined.
<div class="newsletter"><form id="formAcymailing94871" onsubmit="return submitacymailingform('optin','formAcymailing94871')" action="/index.php/component/acym/?ctrl=frontusers&tmpl=component" method="post" name="formAcymailing94871"><input id="user_email_formAcymailing94871" class="inputbox" title="E-mail" onblur="if(this.value=='') this.value='E-mail';" onfocus="if(this.value == 'E-mail') this.value = '';" name="user[email]" type="text" value="E-mail" /> <input class="button subbutton btn btn-primary" onclick="try{ return submitacymailingform('optin','formAcymailing94871'); }catch(err){alert('The form could not be submitted '+err);return false;}" name="Submit" type="submit" value="Subscribe" /></form></div>
Kind Regards,
Ryan Bayer