To view submitted records we have “ListOfAppointments” layout. Create a menu item with Custom Tables/Catalog type to have it in front-end.
Set who may view this Menu Item
Check the Catalog output #
This is what you will have on the front-end of your website: #
By default, the new table comes with just two fields: “id” (int(10)) where a unique record ID is stored, and “published” (tinyint(1)) which will mark a record as published/visible (1) or unpublished/hidden (0). These two fields cannot be changed or deleted.
Leave a Reply
You must be logged in to post a comment.