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.
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.
Hi crugh,
if you have column names in the table which matches the dynamic added fields names the it should save fine!
Regards,
Max
if you have column names in the table which matches the dynamic added fields names the it should save fine!
Regards,
Max
This topic is locked and no more replies can be posted.