ChronoForms8 Advanced

How to search a Data List created in ChronoForms8

Discover how to easily create a search field for your data listing created in ChronoForms8

Adding a search box feature for your data listing created in ChronoForms8 is very easy using the List Search behavior available in form fields, we explain how to use this powerful feature to make it easier for your users to find the records they need.

How to Reload a field in ChronoForms8

Understand how to easily load dynamic content in your ChronoForms8 Joomla forms and replace existing form elements.

You can setup an Event Listener to Reload the listening field, Reload means replacing the field with a new content from another form page, here are the steps to do setup the Reload listener action correctly:

Step-by-Step: Connect Joomla Forms to Google Sheets with ChronoForms v8

The definitive guide for saving Joomla form data to Google Sheets using ChronoForms v8.

This complete guide shows exactly how to configure ChronoForms v8 Joomla forms to save submissions directly to Google Sheets, with all necessary screenshots.

We will also explain how to make your Google Sheet editable by others users.

How to use the Event Switcher in Chronoforms 8

Understand how to display different content or process different actions based on field data, query parameters or actions returned variables.

The Event Switcher action can help you run different Views/Actions based on the value of a specific variable, you can define different Views/Actions for each expected value

How to enable and use the Form Debug

Discover how to enable the form debug to find information about the form processing.

In order to display some helpful info about the form actions and data, you need to enable the form debug,

How to translate your form to multiple languages

Discover how to translate the your ChronoForms8 Joomla form to different languages, the language will be switched automatically based on the active site language.

In this tutorial we will show you how to translate your Chronoforms8 form to different languages

How to setup Stripe payments in Joomla and WordPress forms using ChronoForms8

Definitive guide for creating Stripe payment Joomla form using ChronoForms8, including Stripe webhook integration.

The stripe payment action is very easy to setup, here is how to do this:

How to create a PDF file and attach it to email

Discover how to create PDF files using your ChronoForms8 Joomla form and how to attach the created file to emails.

Create PDF files using your Chronoforms8

How to save form data to a custom database table using Sava Data action

Discover how to save your Joomla form data to any database table using ChronoForms8, and easily control the data to be saved.

if saving the form data in the forms log is not enough for your needs, you can use the Save Data action to save the form data to a custom database table, this table may already be in your database or you may create it using a database administration tool like PHPMyAdmin or ChronoMyAdmin

How to export saved form data to CSV

Easily export your form saved log data to CSV file which can be imported in Google Sheets and other data analysis software.

Here is how you can export stored form log data to a CSV file

How to use PHP data anywhere in your form

Discover how to use PHP in your ChronoForms8 Joomla form and how to transform other form elements using returned variables.

In ChronoForms 8 you can run PHP code, capture the results in a variable then use the results in later actions or views in your form using the {var:php_action_name}, here are the steps to do this:

How to write a full custom SQL query in Chronoforms

Discover how to easily run any custom SQL query on your Joomla or WordPress database using ChronoForms8.