Forums Index > Mewsoft Products > Auctionawy > Required fields for user registration
huutotalo First Post Posted on: 07-21-11 04:08 PM
Required fields for user registration

There seems to be a problem with user registration fields. The fields: "First name:" and "last name:" are marked with *, indicating that the information is required before processing registration. But you can register without giving your first name and last name. The same is true for the field "Mobile:"\ \ The same problem also appears on auctionawy demo on mewsoft.com.\ \ Please help!
mewsoft Reply #: 1 Posted on: 07-21-11 05:44 PM
Re: Required fields for user registration

Yes somehow some language variables removed from the language files Register.pm, to fix, either update the language file Register.pm or make sure that these language variables exists in the  language file Register.pm


Code: HTML
error_phone~==~<font color="#0000ff">• You must enter your Phone number.<br /></font><br />error_mobile~==~<font color="#0000ff">• You must enter your Mobile phone number.<br /></font><br />error_billing_city~==~<font color="#0000ff">• You enter supply your billing city.<br /></font><br />error_password_match~==~<font color="#0000ff">• Password and Verify Password are not the same, try  to remember it!!.<br /></font><br />error_valid_password~==~<font color="#0000ff">• You must enter a valid password.<br /></font><br />error_country~==~<font color="#0000ff">• You must enter your Country name.<br /></font><br />error_email~==~<font color="#0000ff">• You must enter a valid Email address.<br /></font><br />error_cc_number~==~<font color="#0000ff">• You must enter your billing Credit card number.<br /></font><br />error_cc_name~==~<font color="#0000ff">• You must enter your name as it appears on the credit card.<br /></font><br />error_cc_street~==~<font color="#0000ff">• You must enter your billing Street address.<br /></font><br />error_cc_city~==~<font color="#0000ff">• You must enter your City.<br /></font><br />error_cc_state~==~<font color="#0000ff">• You must enter your billing State.<br /></font><br />error_cc_zip~==~<font color="#0000ff">• You must enter your billing Zip code.<br /></font><br />error_cc_country~==~<font color="#0000ff">• You must enter your billing country name.<br /></font><br />error_cc_cvv~==~<font color="#0000ff">• You must enter your card verification number.<br /></font><br />error_cc_issuenum~==~<font color="#0000ff">• You must enter your card issuing number.<br /></font><br />error_password_length~==~<font color="#0000ff">• Password must be at least 4 characters long.<br /></font><br />error_street~==~<font color="#0000ff">• You must enter your Street address.<br /></font><br />error_verify_password~==~<font color="#0000ff">• You must verify a valid password.<br /></font><br />error_fname~==~<font color="#0000ff">• You must enter your First name.<br /></font><br />error_lname~==~<font color="#0000ff">• You must enter your Last name.<br /></font><br />error_fax~==~<font color="#0000ff">• You must enter your Fax number.<br /></font><br />error_website~==~<font color="#0000ff">• You must enter your web site URL.<br /></font><br />error_zip~==~<font color="#0000ff">• You must enter your zip code.<br /></font><br />error_state~==~<font color="#0000ff">• You must enter your state.<br /></font><br />error_agree~==~<font color="#0000ff">• You must read our terms of service and agree.<br /></font><br />error_job_title~==~<font color="#0000ff">• You must enter your job title.<br /></font><br />error_company~==~<font color="#0000ff">• You must enter your company name.<br /></font><br />error_user1~==~<font color="#0000ff">• You must enter your user1 field.<br /></font><br />error_user2~==~<font color="#0000ff">• You must enter your user2 field.<br /></font><br />error_user3~==~<font color="#0000ff">• You must enter your user3 field.<br /></font><br />error_user4~==~<font color="#0000ff">• You must enter your user4 field.<br /></font><br />error_user5~==~<font color="#0000ff">• You must enter your user5 field.<br /></font><br />error_user6~==~<font color="#0000ff">• You must enter your user6 field.<br /></font><br />error_user7~==~<font color="#0000ff">• You must enter your user7 field.<br /></font><br />error_user8~==~<font color="#0000ff">• You must enter your user8 field.<br /></font><br />error_user9~==~<font color="#0000ff">• You must enter your user9 field.<br /></font><br />error_user10~==~<font color="#0000ff">• You must enter your user10 field.<br /></font><br />error_user11~==~<font color="#0000ff">• You must enter your user11 field.<br /></font><br />error_user12~==~<font color="#0000ff">• You must enter your user12 field.<br /></font><br />error_user13~==~<font color="#0000ff">• You must enter your user13 field.<br /></font><br />error_user14~==~<font color="#0000ff">• You must enter your user14 field.<br /></font><br />error_user15~==~<font color="#0000ff">• You must enter your user15 field.<br /></font><br />error_user16~==~<font color="#0000ff">• You must enter your user16 field.<br /></font><br />error_user17~==~<font color="#0000ff">• You must enter your user17 field.<br /></font><br />error_user18~==~<font color="#0000ff">• You must enter your user18 field.<br /></font><br />error_user19~==~<font color="#0000ff">• You must enter your user19 field.<br /></font><br />error_user20~==~<font color="#0000ff">• You must enter your user20 field.<br /></font><br />

which are:

error_phone~==~<font color="blue">&#149; You must enter your Phone number.<br></font>
error_mobile~==~<font color="blue">&#149; You must enter your Mobile phone number.<br></font>
error_billing_city~==~<font color="blue">&#149; You enter supply your billing city.<br></font>
error_password_match~==~<font color="blue">&#149; Password and Verify Password are not the same, try  to remember it!!.<br></font>
error_valid_password~==~<font color="blue">&#149; You must enter a valid password.<br></font>
error_country~==~<font color="blue">&#149; You must enter your Country name.<br></font>
error_email~==~<font color="blue">&#149; You must enter a valid Email address.<br></font>
error_cc_number~==~<font color="blue">&#149; You must enter your billing Credit card number.<br></font>
error_cc_name~==~<font color="blue">&#149; You must enter your name as it appears on the credit card.<br></font>
error_cc_street~==~<font color="blue">&#149; You must enter your billing Street address.<br></font>
error_cc_city~==~<font color="blue">&#149; You must enter your City.<br></font>
error_cc_state~==~<font color="blue">&#149; You must enter your billing State.<br></font>
error_cc_zip~==~<font color="blue">&#149; You must enter your billing Zip code.<br></font>
error_cc_country~==~<font color="blue">&#149; You must enter your billing country name.<br></font>
error_cc_cvv~==~<font color="blue">&#149; You must enter your card verification number.<br></font>
error_cc_issuenum~==~<font color="blue">&#149; You must enter your card issuing number.<br></font>
error_password_length~==~<font color="blue">&#149; Password must be at least 4 characters long.<br></font>
error_street~==~<font color="blue">&#149; You must enter your Street address.<br></font>
error_verify_password~==~<font color="blue">&#149; You must verify a valid password.<br></font>
error_fname~==~<font color="blue">&#149; You must enter your First name.<br></font>
error_lname~==~<font color="blue">&#149; You must enter your Last name.<br></font>
error_fax~==~<font color="blue">&#149; You must enter your Fax number.<br></font>
error_website~==~<font color="blue">&#149; You must enter your web site URL.<br></font>
error_zip~==~<font color="blue">&#149; You must enter your zip code.<br></font>
error_state~==~<font color="blue">&#149; You must enter your state.<br></font>
error_agree~==~<font color="blue">&#149; You must read our terms of service and agree.<br></font>
error_job_title~==~<font color="blue">&#149; You must enter your job title.<br></font>
error_company~==~<font color="blue">&#149; You must enter your company name.<br></font>
error_user1~==~<font color="blue">&#149; You must enter your user1 field.<br></font>
error_user2~==~<font color="blue">&#149; You must enter your user2 field.<br></font>
error_user3~==~<font color="blue">&#149; You must enter your user3 field.<br></font>
error_user4~==~<font color="blue">&#149; You must enter your user4 field.<br></font>
error_user5~==~<font color="blue">&#149; You must enter your user5 field.<br></font>
error_user6~==~<font color="blue">&#149; You must enter your user6 field.<br></font>
error_user7~==~<font color="blue">&#149; You must enter your user7 field.<br></font>
error_user8~==~<font color="blue">&#149; You must enter your user8 field.<br></font>
error_user9~==~<font color="blue">&#149; You must enter your user9 field.<br></font>
error_user10~==~<font color="blue">&#149; You must enter your user10 field.<br></font>
error_user11~==~<font color="blue">&#149; You must enter your user11 field.<br></font>
error_user12~==~<font color="blue">&#149; You must enter your user12 field.<br></font>
error_user13~==~<font color="blue">&#149; You must enter your user13 field.<br></font>
error_user14~==~<font color="blue">&#149; You must enter your user14 field.<br></font>
error_user15~==~<font color="blue">&#149; You must enter your user15 field.<br></font>
error_user16~==~<font color="blue">&#149; You must enter your user16 field.<br></font>
error_user17~==~<font color="blue">&#149; You must enter your user17 field.<br></font>
error_user18~==~<font color="blue">&#149; You must enter your user18 field.<br></font>
error_user19~==~<font color="blue">&#149; You must enter your user19 field.<br></font>
error_user20~==~<font color="blue">&#149; You must enter your user20 field.<br></font>

Do the same with Auctionawy, Searchawy, and Boardawy, Classifiedawy is fine has all variables.


Mewsoft Support
www.mewsoft.com

tex Reply #: 2 Posted on: 07-21-11 07:29 PM
Re: Required fields for user registration

#149 variable? thats User3_Form on my Register.pm , Do u have a fixed Register.pm file for easy fixing?