Comdev - PHP Scripts For Your Website
Fast Website Development with PHP Components





Back To List Contact Form > Troubleshooting Showing 2 Of 2 Prev

KB4144201002 : My contact form's check box unable to record the information into the database ?


2009-02-10

Due to typo mistake on respective element code, that amended extra symbol ')' cause to this issue.

Solution :

At line 324 of 'home.contact.php'  for contactform v4.2 / At line 324 of 'home.contact.php' for contactform v4.1.4

change from

echo "<tr><td><input type="checkbox" name="$chk_name" value="$myrowOption[0])" $checked>$myrowOption[0]</td></tr>";

to

echo "<tr><td><input type="checkbox" name="$chk_name" value="$myrowOption[0]" $checked>$myrowOption[0]</td></tr>";

or

You can to download the zip file and applied to current existing contact v4.2 form module

P.s : The patch file only applicable for One Admin v4.2 Platform




Attachment : kb4144201002.zip


Printer Friendly Version
Tell A Friend

Related FAQs In This Category

Warning: Unknown(common_footer.inc): failed to open stream: No such file or directory in Unknown on line 0

KB4144201002 : My contact form's check box unable to record the information into the database ?