Deploy this on your server

NOTE

The following are required to get this running on your system

  • AEM Forms(version 6.3 or above)
  • MySql Database

To test this capability on your AEM Forms instance, please follow the following steps

Property Name Value
Datasource Name SaveAndContinue
JDBC Driver Class com.mysql.cj.jdbc.Driver
JDBC connection uri jdbc:mysql://localhost:3306/aemformstutorial
  • Open the Adaptive Form
  • Fill in some details and click on the “Save And Continue Later” button.
  • You should get back a URL with a GUID in it.
  • Copy the URL and paste it in a new browser tab. Make sure there are no empty space at the end of the URL.
  • Adaptive Form should get populated with the data from the previous step.

On this page