i have created a simple custom module to store “title, date and content” from backend admin panel.
But now i want the same form to be displayed on frontend, and when user submits the form, it should store the information just like as added from backend, and show in the grid in backend .
In short, i want the information to be stored from backend as well frontend.
Can anyone please suggest any helpful links or tell me how to do this ?
You have to make a form in a template file (.phtml) and display it on a page and have the form submit to a controller that saves the data just like you save it on the adminhtml controller.