Thanks for your answer!
When I do the suggested steps, I get the error:
Parse error: syntax error, unexpected T_STRING in /xxxx/webseiten/xxxxxxx/modules/Contacts/ContactFormBase.php on line 254
Here the Code from Line 250 to 259
Code:
}
$lbl_email_address = $mod_strings['LBL_EMAIL_ADDRESS'];
$salutation_options=get_select_options_with_id($app_list_strings['salutation_dom'], $contact->salutation);
if (isset($contact->lead_source)) {
$lead_source_options=get_select_options_with_id($app_list_strings['lead_source_dom'], $contact->lead_source);
} else {
$lead_source_options=get_select_options_with_id($app_list_strings['lead_source_dom'], '');
}
$title_options=get_select_options_with_id($app_lis t_strings['saluation_title_list'], $contact->title);
$form=""; I didn't change anything in line 254...
please excuse the spelling mistake in "saluation"...
hope you can help....
Bookmarks