Forums

Edit´able fields not retrieving data for form

maddragon151 19 Oct, 2013
hi guys im currently trying to get my edit´able field to work my prob is that it loads the form fine but no data is put into the fields.

here is my connection setup.



when i press the username it loads the form fine but no data is put into the fields from the record i choosen.

any got a idea as to why ?

regards
maddragon151
maddragon151 19 Oct, 2013
hi out from the debugger i can see the data is loaded and it seams that the data is not loaded in the field by default value.

i use {BSCapp.Status} in the default value as i use model ID i also tried {BSCapp}{Status} that did not load it either? am i writing the code for access the data array wrong ?


regards
maddragon151
Max_admin 20 Oct, 2013
Hi maddragon151,

Please remove the default values you entered, your fields names should match the table fields names, and if you have a Model ID then the form fields names should include that too, so in your case the form field name should be something like:

BSCapp[Status]
for example!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
maddragon151 21 Oct, 2013
hi max thanks that solved it🙂 i did a workaround by using the DB record loader but this is far better.

thanks
maddragon151
This topic is locked and no more replies can be posted.