Changing the form URL
holachek opened this issue · 1 comments
Hi,
I know this isn't an issue but I don't know where else to ask this. (Sorry!)
I installed the plugin and it's working great, but I can't find out where to change the URL of the contact form (e.g., from /contact_us to /c)
Where can I change the form URL?
Thanks!
Michael
You can add new routes to your apps routes file so that your desired routes
go to ContactUs::ContactsController otherwise you will need to make your
own fork of the repo to point your gemfile to and can change the gems
routes as you need.
On Friday, December 23, 2011, mytechnix <
reply@reply.github.com>
wrote:
Hi,
I know this isn't an issue but I don't know where else to ask this.
(Sorry!)
I installed the plugin and it's working great, but I can't find out where
to change the URL of the contact form (e.g., from /contact_us to /c)
Where can I change the form URL?Thanks!
Michael
Reply to this email directly or view it on GitHub:
#9