Blank database filed with form data

ahicks 29 Jan, 2014
I am passing a data value in the url calling the form and use the same field name in the URL on the form and in the database table.

The field displays in the form ok (and is editable by the user which is what I want).
The filed data is sent in the email ok, but although DBSAVE saves all the user other fields in the database ok it saves a blank in the database table field for the URL data.

How do I get data passed via the URL to save in the database.



Adrian
Max_admin 29 Jan, 2014
Hi Adrian,

Please add a debugger action before the "db save" and verify that the field's value is available before the save ?

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ahicks 30 Jan, 2014
Yes field value was available.
I then deleted and recreated the database table and all except one field worked. Then deleted cache and it now all works - hopefully is fixed but looks like some form of caching of data issue.
This topic is locked and no more replies can be posted.