I've started using Piranha CMS and really enjoining it, but now I came into a bit of trouble.
One of my pages is a contact form where I want to post an extended page model with contact information to the controller.
I've created a page template Contact
and in the manager gui and I've set the setting View
to Contact
The correct view is loaded but the problem is that all the requests goes against the index
action method and not the contact
action method in PageController
.
What am I doing wrong?