Page 1 of 1

Career login page

Posted: 25 May 2017, 16:25
by sallotey
The career login page asks for email, last name and zip code. The zip code is not applicable to me so how do I change that to their cell phone number?

Re: Career login page

Posted: 25 May 2017, 16:29
by RussH
There's no customisation available for that via the gui, but you (or a php developer) should be able to update the code to look for zipcode instead.

This would be a good place to start.. https://github.com/opencats/OpenCATS/bl ... eersUI.php

It's not currently on the planned features of the main project, but am sure you could engage someone to make this minor change for you.

Re: Career login page

Posted: 29 May 2017, 11:41
by sallotey
Thank you so much for the swift response, however, i wish you could give me the line to change in the various files to effect the changes. i have a little knowledge of php and MySQL. my knowledge is not wide though but will appreciate if you could lead me to the file(s) to look at. the country i live in have one state zip code. the only variations will be for the cell phone numbers. so asking all to enter zip code will mean everyone has access to the database.

Re: Career login page

Posted: 12 Sep 2017, 17:02
by sallotey
Have been able to work around the issue. thanks for all your help.
WHAT I DID
NB:https://github.com/opencats/OpenCATS/bl ... eersUI.php is where fields are captured and dumped into dbase
1. i went to the admin settings and headed to the templates side and changed the fields at the input tags to what i wanted. but i ensured that what ever field i got was from https://github.com/opencats/OpenCATS/bl ... eersUI.php file. :P :P :mrgreen: :mrgreen: