solved Contact Form

SheliaReed
SheliaReed
@gmeshowcase
10 years ago
64 posts
My site has a Contact Us. How do I set that up?
updated by @gmeshowcase: 05/07/14 01:50:36AM
douglas
@douglas
10 years ago
2,790 posts
You shouldn't have to do anything, what skin are you using?

The contact_us.tpl for default JR5 skins is setup for a Private Note if you do not have the Custom Forms module installed.

Hope this helps,
Douglas


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
SheliaReed
SheliaReed
@gmeshowcase
10 years ago
64 posts
Nova
douglas
@douglas
10 years ago
2,790 posts
Do you have a link we can check out?

Do you not see a contact us link in the footer?


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
SheliaReed
SheliaReed
@gmeshowcase
10 years ago
64 posts
I see the Contact Us but when I click on it it goes to "NOT FOUND. The page you requested was not found."
douglas
@douglas
10 years ago
2,790 posts
Make sure you are using the latest Nova templates.

ACP > Marketplace > System Updates


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
SheliaReed
SheliaReed
@gmeshowcase
10 years ago
64 posts
Templates updated but still no luck.
Go to http://gmeshowcase.info and click on the Contact Us to see what is showing up.
brian
@brian
10 years ago
10,148 posts
Do you have the Simple Custom Forms module installed and activated? If so, when you browse available forms do you see the contact_us form and is it active?

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
SheliaReed
SheliaReed
@gmeshowcase
10 years ago
64 posts
OK. I do not and it's $9. How can I now remove the Contact Us link?
douglas
@douglas
10 years ago
2,790 posts
Yeah, there is an issue in the jrNova footer.tpl file.

Open that file and find this:

                        {if jrCore_module_is_active('jrCustomForm')}
                            <a href="{$jamroom_url}/form/contact_us">{jrCore_lang  skin=$_conf.jrCore_active_skin id="68" default="Contact Us"}</a>
                        {else}
                            <a href="{$jamroom_url}/form/contact_us">{jrCore_lang  skin=$_conf.jrCore_active_skin id="68" default="Contact Us"}</a>
                        {/if}


and change it to this:

                        {if jrCore_module_is_active('jrCustomForm')}
                            <a href="{$jamroom_url}/form/contact_us">{jrCore_lang  skin=$_conf.jrCore_active_skin id="68" default="Contact Us"}</a>
                        {else}
                            <a href="{$jamroom_url}/contact_us">{jrCore_lang  skin=$_conf.jrCore_active_skin id="68" default="Contact Us"}</a>
                        {/if}

I'll get that update for the next Nova release.

Thanks,
Douglas


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
brian
@brian
10 years ago
10,148 posts
I just sent you a free license for the Simple Custom Forms module - sorry this took so long to get to the bottom of.

You should be able to install it from the Marketplace.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags