Having found a few similar previous posts I have checked the SMTP settings in web.config and that is OK. I have also added a default sender to the config/umbracosettings.config file
This is now fairly urgent as eitehr installing the package or the changes I have made have stopped the original email form (the one which was included in the webpage template I started with) from working. I need to get one or the other working again ASAP.
I have rasied this with Umbraco support but wondered if anyone here had any ideas.
Contour submit does nothing and breaks previous form solution
Hi,
I purchsed Contour today and have followed the instructions to make a very simple email contact form.
I am not a programmer which is why I thought it would be better to pay for a product rather than attempt to use one of the free projects.
I have a test page http://www.schoolradio.com/contact-us-(1).aspx but when you click on Submit absolutely nothing happens.
Having found a few similar previous posts I have checked the SMTP settings in web.config and that is OK. I have also added a default sender to the config/umbracosettings.config file
This is now fairly urgent as eitehr installing the package or the changes I have made have stopped the original email form (the one which was included in the webpage template I started with) from working. I need to get one or the other working again ASAP.
I have rasied this with Umbraco support but wondered if anyone here had any ideas.
Thanks
Liam
Just wrap your contour tag with this so we can help you with it:
<form runat="server"> Contour goes herer </form>
Regards,
mkariti
Update - remove the
Yes you can only use 1 form tag per page.
Try to wrap the whole HTML in 1 form tag - i.e put the tags after the <body> and before the </body>
is working on a reply...