KimTheMan Posted February 23, 2013 Share Posted February 23, 2013 (edited) (Google translated) Hello, As the title says: If I press the button "Log In" And then write an email in the box " And then tap "Create Your Account" So I come into the fields must be filled. But there's no telephone field. And when I press "Register" then the error is written "error" you must register at least 1 phone number. But it's a little difficult when the field does not exist. Anyone have an idea of where I get added this box so it also works in the back office. User version 1.5.3.1 Thank you in advance. Edited February 24, 2013 by KimTheMan (see edit history) Link to comment Share on other sites More sharing options...
KimTheMan Posted February 24, 2013 Author Share Posted February 24, 2013 I removed this form: <form action="{$link-> getPageLink ('authentication', true)} "method =" post "id =" create-account_form "class =" std "> <fieldset> <h3> {l s = 'Create your account'} </ h3> <div class="form_content clearfix"> <p class="title_block"> {ls = 'Enter your e-mail address two create an account'}. </ p> <div class="error" id="create_account_error" style="display:none"> </ div> <p class="text"> <label for="email_create"> {ls = 'Email address'} </ label> <span> <input type = "text" id = "email_create" name = "email_create" value = "{if isset ($ smarty.post.email_create)} {$ smarty.post.email_create | stripslashes} {/ if}" class = "account_input" /> </ span> </ p> <p class="submit"> {if isset ($ back)} <input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" /> {/ if } <input type="button" id="SubmitCreate" name="SubmitCreate" class="button_large" value="{ls='Create your account'}" /> <input type="hidden" class="hidden" name="SubmitCreate" value="{ls='Create your account'}" /> </ p> </ div> </ fieldset> </ form> That being said, I have not tried various functions through the website, it will be important to another suddenly does not work anymore. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now