|
This FAQs list is built with ChronoConnectivity and ChronoForms linked to Joomla! articles.
|
| Are there any video tutorials?
|
CFv4 Tutorials |
GreyHead |
|
There are some video tutorials in the FAQs here. The easiest way to find all of them is to type video into the FAQs 'Search for' box.
|
| Asking questions in the forums
|
CFv4 Other FAQs |
GreyHead |
This FAQ will help you get the best possible response from the products and the forums. Following these points will help you get the support you need as quickly and easily as possible.
[read more]
|
| Building a basic articles list
|
CCv4 Tutorials |
Max |
In this tutorial we will see how to create a basic list 'connection' by listing articles from the core Joomla! content table.
[read more]
|
| Can I set the page title?
|
CFv4 Elements and HTML |
GreyHead |
Each Joomla! page has a title that shows in the Browser status bar or tab label. You can change this front-end page title by adding a Custom Code action to the On Load event.
[read more]
|
| Can I use Bootstrap with ChronoForms?
|
CFv4 Elements and HTML |
GreyHead |
In Joomla! 3.0 the BootStrap development framework was added to the code base. BootStrap includes CSS for form formatting that give good looking results but it requires some HTML structures and classes that ChronoForms does not use. This FAQ includes a JavaScript snippet that can be applied to a form to use some parts of BootStrap.
[read more]
|
| Can I use ChronoForms with SobiPro?
|
CFv4 Tutorials |
GreyHead |
Here a tutorial written by user hcharris: "The following instructions will guide you through integrating Chronoforms and SobiPro to send e-mail to an address in SobiPro using Chronoforms".
[read more]
|
| Do I need to validate ChronoForms? Isn't it free?
|
CFv4 Other FAQs |
Max |
The free version of ChronoForms is fully functional except that it adds a "Powered by" strap-line under each form and shows you a pink reminder message in the Forms Manager.
[read more]
|
| Email address domain validation
|
CFv4 Validation |
Max |
Q: I need the email field to not accept any email address other than ones that contain @mail.co.za
A: I got the question above today, the solution is easy using Serverside Validation
[read more]
|
| Error: "Could not instantiate mail function"
|
CFv4 Emails |
GreyHead |
This error is usually seen when you set up a new site or upgrade an exisiting site. Here are some suggestions for finding the source of the problem.
[read more]
|
| Extending our articles list to include author data
|
CCv4 Tutorials |
Max |
In this tutorial we will see how to extend the articles list to include the Author's data from the Joomla! core users table using a One to One relationship (each Article has one Author).
[read more]
|
| Fatal error: Allowed memory size of . . . bytes exhausted
|
CFv4 Other FAQs |
GreyHead |
The most common cause of this error is having an Event Loop action which is set to reload its parent event i.e. it's in the On Submit event and is set to reload the On Submit event. It creates a loop that runs until there is no time or memory left.
[read more]
|
| Fatal error: Class 'JModel' not found
|
CFv4 Other FAQs |
GreyHead |
Whle this error messags shows up on ChronoForms pages it isn't a ChronoForms bug. Some Joomla! modules use the Joomla! JModel class without loading it - they assume that it will already be loaded.
[read more]
|
| Handling serverside validation errors . . .
|
CFv4 Validation |
GreyHead |
By default ChronoForms shows errors from serverside validation at the top of the page and also in a message attached to the input where the error came from.
In this FAQ I've started to collect some notes on different ways of handling errrors.
[read more]
|
| How can I add a ChronoForms Captcha to my custom HTML?
|
CFv4 Anti-spam |
GreyHead |
The ChronoForms Captcha is a convenient anti-spam check that can be added simply in the Wizard. If your form done's use the Wizard then you still add a Captcha by including the following HTML.
[read more]
|
| How can I add a colour picker to my form?
|
CFv4 Elements and HTML |
GreyHead |
If you need your users to be able to select colours then adding a colour picker which shows them a range of coloured swatches to choose from can be helpful. This FAQ uses one particular MooTools based picker but could be adapted to other similar pickers.
[read more]
|
| How can I add a Confirmation Page to my form?
|
CFv4 Actions |
GreyHead |
Sometimes it is useful to be able to ask the user to review and confirm the form data they have input before it is finally submitted. ChronoForms has a Confirmation Page action that can help you do this.
[read more]
|
| How can I add a Custom Client side validation?
|
CFv4 Validation |
GreyHead |
You can create a custom validation by adding a validation function in a Load JS action in the ON Load event.
[read more]
|
| How can I add a file upload to my form?
|
CFv4 File uploads |
GreyHead |
A file upload will add an input to your form that lets users select a file to be uploaded to the site server. ChronoForms lets you specify the allowable file types and sizes. This video shows you a simple example.
[read more]
|
| How can I add a HoneyPot spam check?
|
CFv4 Anti-spam |
GreyHead |
There are several ways of protecting web forms from spam; one of these is the HoneyPot input - that's a form input that isn't visible to a human user but will probably be seen and completed by a spam bot. So if there is a value in the input the form is probably spam. This FAQ tells you how to set up a HoneyPot input.
[read more]
|
| How can I add a new column to a database table or change a column type?
|
CFv4 Working with the database |
GreyHead |
ChronoForms v4 has a tool to Create new database tables, but does not include a table editor to change existing tables. Here are some suggestions to help with that:
[read more]
|