I add new some fields in to account create form .But Which page is used to store account information in database
You did not ask about "company"
Thanks, But i cant see , the company name store which table
What editor are you using to view the contents with???
Use it's search function
about lime 48
Code:
if (ACCOUNT_COMPANY == 'true') $company = zen_db_prepare_input($_POST['company']);
about line 116
Code:
if (ACCOUNT_COMPANY == 'true') {
if ((int)ENTRY_COMPANY_MIN_LENGTH > 0 && strlen($company) < ENTRY_COMPANY_MIN_LENGTH) {
$error = true;
$messageStack->add('create_account', ENTRY_COMPANY_ERROR);
}
about line 264
if (ACCOUNT_COMPANY == 'true') $sql_data_array['entry_company'] = $company;