CFv4 Elements and HTML

What's the Container element for?

Posted: Oct 10 2012, 07:44

What the new (in CFv4 RC3.4) Container element appears to do is to provide a way of 'grouping' form elements into blocks.

What is an autoID?

Posted: Oct 10 2012, 07:44
If you don't add id attributes to your form elements then ChronoForms will create them for you. 

What are form Elements?

Posted: Oct 10 2012, 07:40
A ChronoForms Element is used to build the Form HTML that is displayed to the user when the form is viewed in a web browser. 

How can I put several form inputs in the same row?

Posted: Oct 9 2012, 04:08

By default ChronoForms lays out your form inputs in a single column with each input under the previous one.

If you want to put several inputs into a single row you can use the Multi field row options on the Other tab of most of the form elements.

My multi-select dropdown doesn't republish

Posted: Oct 8 2012, 05:36
To make a multi-select drop-down work so it reselects items when editing a record you need to do the following:

I can't add more inputs to my form

Posted: Oct 8 2012, 05:36

If you have problem adding more inputs or actions to your form or you can't create a table and just get returned to the Joomla! Admin page when you try this is most likely because of security settings on your server.These settings limit the number of variables that can be submitted from an Admin page. Because ChronoForms is complex and uses many inputs it can exceed the default limits.

Is there a limit on the number of inputs?

Posted: Oct 8 2012, 05:35

There is no built in limit on the number of inputs or actions that you can have in a ChronoForm.

If you are finding that you can't add any more then you are probably hitting a limit that is set on your server.

My form tabs don't work or look as expected

Posted: Oct 8 2012, 05:26

ChronoForms can help you add tabs to your form, but it will not load the tabs CSS code, and if your template doesn't provide the tabs CSS then your tabs may not work as expected. Here's how to get them to work:

How do I prevent a list of previous results showing?

Posted: Oct 8 2012, 05:06
AutoComplete example
Sometimes when you click into a form input box you will see a drop-down list of previous results appear. Sometimes this is helpful, in other cases, with date-pickers in particular it can get in the way.

How can I get information about the current page?

Posted: Oct 8 2012, 05:05

If you are using your ChronoForm in a plug-in or module it can be useful to add information about the current page to the form results. Here are ways to add the page URL or title.