2015-02-22, 20:41:43
Typo error in above posted file cbcontact_form.php
Hi all
I have just seen an typo error in my uploaded edited cbcontact_form.php, in the comment description of the boolean $required_fields_all_boolean (oops !) - I have just posted this on the public forum :
cbcontact_form.php, line 325 – 329 : Should be :
Regards Aldebaran
Hi all
I have just seen an typo error in my uploaded edited cbcontact_form.php, in the comment description of the boolean $required_fields_all_boolean (oops !) - I have just posted this on the public forum :
cbcontact_form.php, line 325 – 329 : Should be :
PHP Code:
// Define the fields that are required/mandatory/obligatory ..
// $required_fields_all_boolean = true => All contact form fields are required
// $required_fields_all_boolean = false => Only the fields 'Email' and 'Message' are required
// -----------------------------------------
$required_fields_all_boolean = false;
Regards Aldebaran