×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Add item from frontend
Daniel Burgbacher
New Member
Posts: 1
9 years 5 months ago #801
by Daniel Burgbacher
Add item from frontend was created by Daniel Burgbacher
hi there,
I made a simple component where users can see at the frontend a list of projects with status 0 / 1.
Now this component should allow the registered users to add a project to the list from the frontend.
How can i do this?
Groetjes,
Borkee
I made a simple component where users can see at the frontend a list of projects with status 0 / 1.
Now this component should allow the registered users to add a project to the list from the frontend.
How can i do this?
Groetjes,
Borkee
Please Log in or Create an account to join the conversation.
Eduardo Mena
Junior Member
Posts: 31
9 years 5 months ago #814
by Eduardo Mena
Replied by Eduardo Mena on topic Add item from frontend
Hello Daniel!
This is very easy to acomplish using Component Creator
First, when you create the table, be sure to check the field "Allow front end editing of the item"
Then, after you've installed the component, go to global configuration and at the left sidebar, look for your component. You'll see a permissions tab. Go to the "registered" user group tab and add the permissions you would like to give users in that group. In this case, be sure to allow "Create"
Now, any logged in user will be able to add projects. The default view has a button to add entries.
You may also create a menu item that links directly to the form to add new projects. As menu item type select ProjectsForm from your component.
Hope this helps
This is very easy to acomplish using Component Creator
First, when you create the table, be sure to check the field "Allow front end editing of the item"
Then, after you've installed the component, go to global configuration and at the left sidebar, look for your component. You'll see a permissions tab. Go to the "registered" user group tab and add the permissions you would like to give users in that group. In this case, be sure to allow "Create"
Now, any logged in user will be able to add projects. The default view has a button to add entries.
You may also create a menu item that links directly to the form to add new projects. As menu item type select ProjectsForm from your component.
Hope this helps
Please Log in or Create an account to join the conversation.
Time to create page: 0.048 seconds