Skip to main content
December 13, 2010
Question

Form submit button not working in IE

  • December 13, 2010
  • 1 reply
  • 3546 views

Hi, I have a few pages that builds new pages using CF and a form. Everything works great in every browser except IE. For some reason the form button seems like it has no action assigned to it.

Here is a link to the page, but since I'm using CF, I can also post my code in needed.

I do have 2 validation errors on the template page, one of which I think says I have mismatched form tags, but I cant figure out where I would need another opening/closing form tag. Any help would be greatly appreciated!

    This topic has been closed for replies.

    1 reply

    Inspiring
    December 13, 2010

    Um... your submit button isn't inside your form...

    --

    Adam

    December 13, 2010

    here is my source code:


    <h1>Submit Page template</h1>
      <cfinput type="submit" name="button" id="button" value="Submit" />
      <cfinput type="reset" name="reset" id="reset" value="Reset" />
    </cfform>


    However, now it seems to not be working in FF as well! I copied the code from an existing page of my employer's with all his deprecated tags and code, and I was trying to clean it up and validate it. So something has happened since doing that.

    The form in question is a cfform. I'm wondering about the other html forms I have nested inside the cfform. Maybe thats causing the problem?

    ilssac
    Inspiring
    December 13, 2010

    Yes, I don't think nested froms are a very good idea.  I know it is something I have never considered doing.