| * Required fields
|
| First Name |
* put_error($user->error["FirstName"]);?> |
| |
|
| Last
Name |
* put_error($user->error["LastName"]);?> |
| |
|
| Email
address |
* put_error($user->error["Email"]);?> |
| |
|
| Company
name |
* put_error($user->error["CompanyName"]);?> |
| |
|
| Job
Title |
|
| |
|
| Department
|
dbcombo("Department","Select one...","","Id","Description",$user->Department,"SELECT * FROM detailfeatures WHERE Category='DEPARTMENT' order by Description"); ?>
* put_error($user->error["Department"]);?> |
| |
|
| Size
of organization |
dbcombo("SizeOrganization","Select one...","","Id","Description",$user->SizeOrganization,"SELECT * FROM detailfeatures WHERE Category='SIZEORGANIZATION'"); ?>
* put_error($user->error["SizeOrganization"]);?> |
| |
|
| Address |
* put_error($user->error["Address"]);?> |
| |
|
| Address
2 |
|
| |
|
| City
|
* put_error($user->error["City"]);?> |
| |
|
| State/Province |
* put_error($user->error["State_Province"]);?> |
| |
|
| Zip/Postal
Code |
* put_error($user->error["Zip_PostalCode"]);?> |
| |
|
| Country |
dbcombo("Country","Select one...","","Id","Description",$user->Country,"SELECT * FROM detailfeatures WHERE Category='COUNTRY' order by Description"); ?>
* put_error($user->error["Country"]);?> |
| |
|
| Phone
number |
* put_error($user->error["Phone"]);?> |
| |
|
| Fax |
|
| |
|