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
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
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
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
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
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
This topic is locked and no more replies can be posted.