Forums

Dynamic fields not recording in database

crugh 17 May, 2009
Hi,

I created a form that uses javascript to add dynamic form elements. All the data gets recorded to the database but the dynamic fields. I have added the field names when creating the table. I have also tried to add the field names to the AutoGenerated code section.

How can I get the form data from the dynamic elements to save to the database?

Any help or suggestions?

Thanks in advance.
Max_admin 18 May, 2009
Hi crugh,

if you have column names in the table which matches the dynamic added fields names the it should save fine!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
crugh 18 May, 2009
Hi Max,

Thanks- I got it to work.

I had an error in my javascript so the data was not being sent for the dynamic form elements.
This topic is locked and no more replies can be posted.