Adaptive Forms

AEM Forms with MySQL

In this blog, I will discuss how the AEM 6.5.x Adaptive form will work with MySQL. Let’s start the discussion: How to connect adaptive forms to the MySQL database? For Connecting Adaptive Form to the MySQL database server, below mentioned steps need to be followed. Step 1: Install mysql-connector-j bundle in AEM Go to the […]

Read More

How to add adaptive forms to the MySQL database

Go to the URL localhost:4502/system/console/bundles . Click on the install/update button. Click on the choose file option in the popup and select the mysql-connector-j file to check the Start Bundle checkbox. Click on the install or update button. Search for MySql in the config manager and check if the bundle is active. Go to the […]

Read More

How to Dynamically populate OOTB Table Component in Adaptive Form

In this blog, I want to share how you can dynamically prepopulate out of the box table component. You do not have to create your own custom table component to serve data dynamically in form of table. First, drop out of the box table component on to page as shown:- Now for example, I want […]

Read More

Prefill Service in Adaptive Forms

In this blog, I want to share how we can use the Prefill Service feature in adaptive forms. What is the use of Prefill Service? It is used to prepopulate the form with given values. How to create Prefill Service? For creating prefill service you need to create an osgi component. For example:- In my […]

Read More