Only the form
Only the form
![andreavellone](https://secure.gravatar.com/avatar/277d88362abeb341cffd578c13235153/?default=https%3A%2F%2Fvanillicon.com%2F277d88362abeb341cffd578c13235153_200.png&rating=g&size=120)
Hi boys,
i'd like to show only the form for adding a new record.
For this app i need that some kind of customer can't view all the data.
There is a simple way to do this?
Thanks a lot
A.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Do you want to show a DataTable at all? What happens when the create form is submitted - does it show them the new record?
Allan
When the form is submitted it show a new blank form.
I need a page only to insert record. In another page I'll show the data but only for the user that can view the data.
Yes, that should be possible. Editor doesn't require a DataTable - without a DataTable we called standalone mode. You could create your Editor instance and immediately show it on the page using
-e-api create()
. When the form is submitted call that method again to show another create form.Allan