Welcome Visitor, Please Login or Register Now Friday, April 19, 2024 09:39 AM 
Forums Index > Mewsoft Products > Auctionawy > Required fields for user registration
New Topic   New Reply
Search for:
Author Message
huutotalo huutotalo's personal page
Registered Member
Posts: 37 Display member's posts
Joined: 07-27-06 01:10 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Required fields for user registration Edit Delete Reply with quote Quote
First Post Posted on: 07-21-11 04:08 PM next post first post
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 mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-19-24 09:39 AM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Required fields for user registration Edit Delete Reply with quote Quote
Reply #: 1 Posted on: 07-21-11 05:44 PM next post previous post

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    Select All    Expand All
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 tex's personal page
Registered Member
Posts: 41 Display member's posts
Joined: 12-04-07 01:46 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: Required fields for user registration Edit Delete Reply with quote Quote
Reply #: 2 Posted on: 07-21-11 07:29 PM last post previous post
#149 variable? thats User3_Form on my Register.pm , Do u have a fixed Register.pm file for easy fixing?
Page 1 of 1
Go to page:

New Topic   New Reply Mark Unread
Jump to:  
Delete   Move     Lock   +Favorits   +Notify   Print