I have installed the cultiv contact form and it appears as if it's not installing properly, even though the package installer says it's been successful.
The package readme says:
To put the contact form on your template, add this Umbraco macro: ~~The macro name is missing This is the simplest way to start and add the form to your site...............
No macro has been created or the default template but the CultiveContactForm.cshtml is created.
I am running umbraco 4.7.1
I have tried this on two different umbraco installations on my local machine and the same happens on both!
Am I missing something here? Should the macro be installed automatically or should I be creating it?
Package doesn't seem to install properly?
Hi
I have installed the cultiv contact form and it appears as if it's not installing properly, even though the package installer says it's been successful.
The package readme says:
No macro has been created or the default template but the CultiveContactForm.cshtml is created.
I am running umbraco 4.7.1
I have tried this on two different umbraco installations on my local machine and the same happens on both!
Am I missing something here? Should the macro be installed automatically or should I be creating it?
Bex
On the project page you will see similar instructions: http://our.umbraco.org/projects/website-utilities/cultiv-razor-contact-form
So yes, do add the macro, I'll see if I can update the description in the package readme:
<umbraco:Macro FileLocation="~/macroScripts/CultivContactForm.cshtml" MailFrom="[email protected]" runat="server" />
is working on a reply...