change $form->data to $this->data, and change $form->validation_errors to $this->errors
The variable $v is undefined ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
you have this code in a PHP action or what ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
the form is empty because you redirect, why do you redirect to the submit page ? your fields are in the start_page, yes ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
That makes no difference because in the load page i a Read_Data action for data from an eventual previous submitted form.
If there is no previous data in the table the form will be empty.