No data populates form

How to fix an empty form when editing database records in ChronoForms.

Overview

The form fields do not populate with data because the field names in the form lack the required model prefix.
Ensure each form field name includes the model prefix, for example, by formatting names as Model[field].

Answered
ch chriso0258 01 May, 2014
Hello,

I read the FAQ, Connectivity edit with Chronoforms. After going through the steps, I can get my db listing with a link on the last names. However, when I click on any last name, the form comes up but it is empty. How do I get the form to populate with the data for that user?

Thanks.
Chris
Max_admin Max_admin 05 May, 2014
Answer
Hi Chris,

Does the edit link has "gcb" parameter in it ?

Do your form fields names have the Model name ? e.g: Model[field]

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ch chriso0258 07 May, 2014
Thanks Max. I did not have the model name attached to the field names in the form.
This topic is locked and no more replies can be posted.