By seehui on
Hi,
I'm using web form to create a reservation form in my website. I know those who submit through web form will show in "Result" tab.
Is there any way that we can pull the result and show in other pages? Perhaps in another page as table or view?
Thanks in advance...
Comments
^
Webform has Views integration so you can display them in a View.
But if your form is better if it was a node, go ahead and do it. You can do more with Views then.
What's new and changing in PHP 8.4
Thanks! Finally I get them
Thanks! Finally I get them displayed in View!
Is that possible that after displaying view, admin can add in a tag or a field? My original purpose is to let admin flag the reservation as "Confirmed" or "Not yet confirmed".
If we can add this in, it will be perfect...
^
Flags module?
What's new and changing in PHP 8.4
I will try it out. Thanks a
I will try it out. Thanks a lot!