Forums

Checkbox group in a Html table

simplelogic 16 Jul, 2014
Greetings!

I have an HTML table with 5 columns and 10 rows.
Each row has: Code, Label, Date, Checkbox, Amount
At least one check box in t4 th column needs to be checked. While Checkbox group is a viable option, it just has one label.

Tried: create chrono form -> copy code -> formatted in a Html editor ->Copy code and paste into Joomla -> Change Wizard to Custom code.
It does not work. How could i work around this?

P.S: The quotes ' "", escape \ chars are appended every time the farm is saved. Causes a series of \\\\\\\\\ in fields.

Thanks
GreyHead 17 Jul, 2014
Hi sinplelogic,

You site has PHP configured with Magic Quotes on; the setting is deprecated in PHP 5.3 I think and removed in 5.5 or thereabouts. ChronoForms v5 requires that you have Magic Quotes off, you can probably change the setting in your PHP.ini file, if that isn't possible please check with your web host.

Bob
simplelogic 17 Jul, 2014
Do not have an entry in .htacess or php.ini. Is there another place to look?

Here are the contents of the php.ini .

safe mode = off
memory_limit = 40M MAXIMUM
max_execution_time = 30 MAXIMUM
post_max_size = 10M MAXIMUM
upload_max_filesize = 10M MAXIMUM
enable_dl = Off
register_globals = Off
GreyHead 17 Jul, 2014
Hi simplelogic,

I guarantee that your php.ini file is much longer than that. You can check the current settings on the Site Admin | System Information | PHP Info page

Bob
This topic is locked and no more replies can be posted.