rdub wrote:How do I add a fill in form to the contact page or direct the link to an existing page?
In order to add links in the Categories Header Menu you need to manually add them in
Views\CategoriesHeaderMenu.cshtml file which is inside the
plugin folder.
To add a link to the
Contact Us page add the following line:
<li><a href="@Url.RouteUrl("ContactUs")">@T("ContactUs")</a> </li>