Form generator not populating fields

I was following the “Basic Add Data Form” part of @mebeingken’s course and found that the Bootstrap 4 Form Generator is not auto-populating the fields with the POST values that are in the server action. The database insert in the server action seems to be working fine:

But the form generator seems to not detect the above POST values:

Any idea why and how I can fix this?

Other misc info about my simple project:
Page: index.ejs cotent page without any layout page (only page in the project)
Database: PostgreSQL
Wapper version: 3.9.9
Design framework: Bootstrap 4
Hosting type: Docker Hosting
Server model: NodeJS
App structure (it’s minimal): Screen Shot 2021-07-09 at 9.01.52 PM

Community Page
Last updated: