FORUMS


The Form Tools forums are no longer active, but the old posts have been archived here. Please see the Help page on how to get help / report issues.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Submit button not working in Internet Explorer
#1
Hi
My form submit button works nicely in Firefox, but in Internet Explorer doesn't submit or process the form. Can anyone help me out?

Here is my code
Code:
require_once(...'/.../global/api/api.php');
$fields = ft_api_init_form_page(1);
$params = array(
  "submit_button" => "submit",
  "next_page" => "/congratulations.php",
  "form_data" => $_POST,
  "finalize" => true
    );
ft_api_process_form($params);

Here is the submit button code:
Code:
<li class="buttons">

<input type="hidden" name="form_id" value="222015" />
                
<input id="saveForm" class="button_text" type="submit" name="submit" value="submit" />

</li>

Any help is very appreciated!
Reply
#2
Hi Don,

This generally means there's a javascript error on the page that's preventing the form from submitting. IE's really bad at that. To confirm this is the problem, try disabling JS on the page, refreshing the browser and resubmitting the form.

You could try "enabling notifications for script errors" buried somewhere within IE's settings, but they're not awfully helpful.

If you like, post your form here and I could take a quick look over to see if I can spot any JS problems.

All the best -

Ben
Reply
#3
I had this problem with IE9 and IE6. I would click on the 'Submit' button and nothing would happen.

In both cases there was no JS error since I had already enabled the "bother me when IE finds a JS problem" option in the advanced settings. It turns out that the problem was that I had a nested <form> element. IE doesn't like that. The 'Submit' button worked fine in Chrome (and maybe others).
Reply
#4
Thanks for the additional information Tekberg. Very helpful to everyone in our community.
Reply
#5
Submit button not working in internet explorer due to error in coding. When you make your coding in that time check it and also apply it for working where bestessay show a perfect way for showing button and also show it how much it important.
Reply
#6
Thanks for this information. If anyone of you needs to know more about family roof boxes 2020 and hitch cargo carrier 2020 just go through this.
Reply
#7
love tester 1v1 lol Maybe tomorrow, when the two of us don't laugh and talk like before. Who and who? Or do you give up that victory to me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)