The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Submit button not working in Internet Explorer - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17)
+--- Thread: Submit button not working in Internet Explorer (/showthread.php?tid=675)



Submit button not working in Internet Explorer - Don - Apr 27th, 2010

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!


RE: Submit button not working in Internet Explorer - Ben - May 1st, 2010

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


RE: Submit button not working in Internet Explorer - tekberg - Nov 30th, 2012

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).


RE: Submit button not working in Internet Explorer - Joe - Nov 30th, 2012

Thanks for the additional information Tekberg. Very helpful to everyone in our community.


RE: Submit button not working in Internet Explorer - Barryoods - Jul 14th, 2020

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.


RE: Submit button not working in Internet Explorer - Bestroofboxguide - Aug 7th, 2020

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.


RE: Submit button not working in Internet Explorer - leschrapid - Sep 7th, 2020

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.