Hi All,

Webform comes with three default views: Submissions, Analysis and Table.

I need to display a custom list of submissions containing some form fields. I have duplicate one of the default views, but now how can I see my view or how can I add it to the list of default views so when I click on the link it displays the customized list.

Thanks

Comments

DanChadwick’s picture

Status: Needs work » Fixed

If you want your changes to be reflected in ALL webform nodes, edit the webform_XXXX view. If you want your changes to be reflected in only webforms of type TTT, clone the view and use the machine name webform_XXXX_TTT. If you want your changes to be reflected only in webform id 123, then clone the view and use the machine name webform_XXXX_123.

yaach’s picture

Wow thanks Dan! How the hell :) I was supposed to know that name convention? or where it is documented? Sorry if it is obvious for everybody else.
I was able to created a view based on the webform node id, webform_XXXX_123, where node id 123. However it the case before that, what you mean by "WEBFORMS OF TYPE TTT".

Thanks

DanChadwick’s picture

How the hell :) I was supposed to know that name convention? or where it is documented?

Please do read through the webform community documentation and if it isn't documented, add it. Also feel free to reorganize and update the documentation.

If you want to customize webforms of node type ttt, use webform_XXXX_ttt.

yaach’s picture

My bad Dan, I did found it on the Webform Documentation, by the way, very helpful. Thanks again!

DanChadwick’s picture

If you wanted to take on a reorganization of the community documentation, that would be great. It is sort of a mess and I will never have time to work on it.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.