If your form looks OK - but when you click the submit button nothing appears to happen, or the page reloads but no email is sent and/or no record is saved in a database table then it's possible that there is a problem with the form Action URL and it is not submitting to ChronoForms. This FAQ suggests some ways to check what is happening and solve the problem.
ChronoForms v5
ChronoForms v5 FAQ items, most of the CFv4 section items are still applicable in v5
Can I use Joomla! plug-ins and modules with CFv5?
Sometimes it is useful to be able to use other Joomla! extensions with ChronoForms. This is often - but not always - possible to do.
How can I use the 'multi file' settings in CFv5?
The standard File Field element in the CFV5 Designer tab allows the user to select a single file. This FAQ tells you how to configure the element and the other form settings to allow more that one file to be selected and uploaded at the same time.
How do I show a 'loading' image when the form submits in CFv5?
Some forms take a little time to submit, particularly if there are files to be uploaded. This FAQ shows you a way to show a 'loading' image and/or a message to remind the user to wait.
How can I switch form pages in CFv5?
One of the uses of a multi-page form is to be able to show different pages to the user depending on their previous answers. You might want to skip a page, or show an alternative page. This FAQ shows a way to do that using an Event Switcher action.
How can I use the signature widget in CFv5?
ChronoForms v5 comes with a Signature Widget that you can use to add signature capture to your forms.
How can I use the TCPDF action in CFv5?
The TCPDF action allows you to create a PDF including the results submitted from the form in a similar way to creating a form email.
How can I open a Modal window from a CFv5 form?
Modal windows or lightboxes are useful for showing extra information or popup forms. This FAQ shows a way to get the Joomla! modal window to work from a ChronoForm; and how to use a third-party Modal plug-in.
How can I build a product list?
This FAQ looks at one way to use a ChronoForm to take product data from a database table and display it in rows with a 'quantity' input box so that it is the first step in a mini shop.
How can I have a 'select all' option in a checkbox group?
A user wanted to be able to add a 'Select All' option to a checkbox group in ChronoForms v5. The idea was that when this checkbox is clicked all the others in the group are checked. Here is a short jQuery solution for this.