Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Transfer of data

Avatar

Level 1
Hi Paul,

Would you know how I would get the form data automatically to populate a database when a user hits the submit button.

Already, I can get fields(drop downs, radio buttons) to be pre-populated from a database. But after the form has been completed, how do I push the data back.

A major roadblock I run into is that during my testing, when the submit button was hit it showed the path to directory, as

my computer/the servers location

As you know this cannot be traversed.

Let me know if you want me to provide more Information, I would be more than glad to.

Thanks,

Anthony
1 Reply

Avatar

Former Community Member
What type of database is it? Typically you have to create a new record then do an update of tha record to get your data in the DB. Some databases behave differently.