- I am making a login for voters using a control number for password.
- I have made admin settings where i put in there the selection "maritime education" and "general education".
- If maritime education, then the control number generated should start at 100, for the first three number then followed by random numbers and + IDnumber.. IDnumber consists of 5 digits.
- Else if general education, then the control number generated should start at 101, then followed by random numbers + IDnumber.
How do i do it?