Close

Fill in form

rdub
12 years ago
#252 Quote
Avatar
  • 5
How do I add a fill in form to the contact page or direct the link to an existing page?
Support
12 years ago
#256 Quote
Avatar
  • Moderator
  • 1044
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>