Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi everybody,

I have a contact form on the site I'm building and it works pretty fine. Or at least it used to, but after adding a html base tag to the head, it won't work any more. After hitting the send button, instead of staying on the same (contact) page, it keeps throwing me on the index page with the additional url parameter "mydomain.com/#kformname0".

Is this a common problem or did I forget to change something?

Kind regards,
madtrigger
Hi,

Please try explicitly setting the 'action' attribute of your form to the current page e.g.
Code: Select all
<cms:form action=k_page_link 

Hope this helps.
3 posts Page 1 of 1