I have gone through a number of links but didn't find any relevant answers. I am doing that using Model/ResourceModel and on printing I am getting post data from the Custom form but it is not getting inserted in the custom table.
Please share the code or reference link.
Thanks in advance
Step 1: Create an xml file : routename_controllername_actionname.xml to call phtml file
Step 2 : Create your phtml file: Like in my case
Step 3: Add logic to the controller file to save data to the database:
Thanks! I tried and it's working