Partial View Macro not rendering properly

Hello, my umbraco version is 7.4.1

I am having problems getting a contact form to render properly in both the rte and also on the content page.

I have the following partial view set up:

From there I created a Partial View Macro File:

Which created the following macro:

Here is where the problems begin. When I create a new contact page, I then add the macro in the rte and and it is rendered as follows in the rte:

Issue: This is what it looks like on the content page:

and here is the html that was rendered:

Here we can see that no mvc controls are rendered.

Note: not sure if it makes a difference, but I am rendering the Grid by calling: @CurrentPage.GetGridHtml("content", "AweSamNet")

What the heck am I doing wrong?


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/75190-partial-view-macro-not-rendering-properly