There are various components provided by Joomla CMS to create forms, one of which is Fabric, but sometimes we also want to create our own custom forms for our own reasons, the form will be made from an article which then the final action is handled by the php file that we created.
Here’s an easy way to create a custom feedback form in Joomla:
Run the following SQL query command after connecting the mysql database, the command below to create a feedback table, the storage of our feedback form.
The command below is a regular html command to create a form display, such as headers, input fields title, description, and email.
The action attribute in the form tag can be adjusted according to the location of the php file that we created.