Firstly, I have been using Chronoforms for a few years now and still feel I have hardly scratched the surface. Epic, and endless in possibilities, its tools like this that make Joomla the versatile platform that it is.
So here is my current project = I need to create a form that can add K2 items/articles into Joomla from the front-end without loggin in. Many reasons why thats not a good idea, not the issue at hand 😀
I have got it all to work with astounding simplicity, all apart from one field in the table, called the Extra Fields; stored in the table as:
extra_fields
with a value of
How can I possibly fill in this single database field keeping the formatting, yet replacing the CAPS text with answered form fields?
So here is my current project = I need to create a form that can add K2 items/articles into Joomla from the front-end without loggin in. Many reasons why thats not a good idea, not the issue at hand 😀
I have got it all to work with astounding simplicity, all apart from one field in the table, called the Extra Fields; stored in the table as:
extra_fields
with a value of
[{"id":"1","value":"LOCATION"},
{"id":"2","value":"TELEPHONE"},
{"id":"3","value":"EMAIL"},
{"id":"4","value":"TYPE"},
{"id":"5","value":"SKILLS"}]
How can I possibly fill in this single database field keeping the formatting, yet replacing the CAPS text with answered form fields?