Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
On the Umbraco forms dashboard is there a way to show all forms by default rather than having to click show all each time.
Not that I know of, but we created our own dashboard to replace the default one - this was quite straight forward.
If you could give me some pointers on how to do this it would be fantastic.
Hi!
First of all you would need to know how to create a custom dashboard: https://our.umbraco.com/documentation/tutorials/Creating-a-Custom-Dashboard/
Then you can look at the dashboard included in forms, if I remember correct we just made a copy of this dashbord and adjusted some of the code.
There is some AngularJS-services related to forms that can be used, have a look at formResource and recordResource.
Cheers!
Thanks Markus I give it a go. Ive made a custom dashboard just was unsure how to include forms. Thank you so much for the pointers
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Show all forms by default
On the Umbraco forms dashboard is there a way to show all forms by default rather than having to click show all each time.
Not that I know of, but we created our own dashboard to replace the default one - this was quite straight forward.
If you could give me some pointers on how to do this it would be fantastic.
Hi!
First of all you would need to know how to create a custom dashboard: https://our.umbraco.com/documentation/tutorials/Creating-a-Custom-Dashboard/
Then you can look at the dashboard included in forms, if I remember correct we just made a copy of this dashbord and adjusted some of the code.
There is some AngularJS-services related to forms that can be used, have a look at formResource and recordResource.
Cheers!
Thanks Markus I give it a go. Ive made a custom dashboard just was unsure how to include forms. Thank you so much for the pointers
is working on a reply...