exposing a form to normal user
hi i have a form in the admin area for submitting a post , how can i use the same form in the homepage for an user to being able to submit data
15 Replies
i have managed to add the form but it has no styling
tailwind is installed and working correctly
If you’re using any of the packages outside of the panel you’ll need to follow the install instructions for them about setting up the stylesheets and scripts.
ok , nvm i just found out i can have multiple panels 😄
is there any way to disable the edit function when a resource is clicked in the table view
i've created a view page but i would like to remove the abillity to edit
Just remove the EditAction from the actions array in the Resource.
ive done it but it still appears here
in the table view its gone https://prnt.sc/mxh5E-gADNRI
ah nvm found it
😄
Lol
Progress.
yea
Thought you were talking about the row actions. Yea that’s a whole diffent action. Glad you found it though.
thanks for the help
No worries.