Access to database and form data in php

Access form data in ChronoForms PHP code.

Overview

The location of form data has changed from the old `$form->data` variable.
Use the new `$this->data("field_name")` method to retrieve specific field values.

Answered
ChronoForms v7
sl sloanthrasher 18 Mar, 2023
When writing PHP code when the page loads, where is the form data located? It used to be in $form->data.
Max_admin Max_admin 29 Apr, 2023
Answer
now its in
$this->data("field_name")
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.