Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mike 23 posts 86 karma points
    Oct 13, 2010 @ 16:07
    Mike
    0

    Adding contact form to template

    I am currently working within a content template, and I now wish to add a contact form to the side of this page that leads to another file that sends the form details as an email.

    Naturally, I've stumbled into the problem of having multiple forms on a page. All I want to be able to do is to send this form from a template to another file (SendMail.aspx).

    How can I accomplish this through a basic HTML form within a template?

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    Oct 13, 2010 @ 18:16
    Sebastiaan Janssen
    1

    If you have multiple forms on a page, try giving them both a unique validationgroup, that should allow you to submit the forms seperately. They also both need their independent <form runat="server"> .. so don't enclose both forms in one big runat="server".

Please Sign in or register to post replies

Write your reply to:

Draft