|
|
Sergey Kornilov admin 2/25/2013 |
|
Yes, you can add this field to the login page in Visual Editor. You can also add your own validation to BeforeLogin event. |
|
|
M
|
msalim author 2/25/2013 |
|
An example would be highly appreciated. |
|
|
|
Sergey Kornilov admin 2/25/2013 |
|
What sort of example you looking for? |
|
|
M
|
msalim author 2/26/2013 |
|
What sort of example you looking for? Take a look at this tutorial just in case: http://www.4serendipity.com/form/
|
|
|
|
Sergey Kornilov admin 2/26/2013 |
<INPUT type=text size=20 name=AgencyCode>
echo $_POST["AgencyCode"];
|
|