Published on
If you have an input in your form named 'event' or 'option' or 'task' or 'chronoform' then you may not get the results that you expect.
These words are all used by ChronoForms or Joomla! as parameter names and if you also use them in your form as input names they will probably either stop ChronoForms from working or the values from your form will be over-written.
If you have this problem then changing the form input name from 'event' to say 'event_name' will usually fix it. You will also need to make the same change in the names of any matching columns in database tables.
Reserved words list
Here's a list of input names to avoid becasue they are used by Joomla or by ChronoForms - this may not be complete!
action, chronoform, chronoformname, cid, event, format, id, Itemid, layout, no_html, option, print, showall, task, template, tmpl, type, view
You should also avoid PHP Reserved words as these might cause problems in Custom Code

Comments: