Thanks for the great module - it keeps users in my modal form windows from making dup nodes.
Problem happens not in the submit button in my modal window but with the parent form submit button. After it's clicked, two please waits show up. I think the reason this is happening is because i have other buttons on the page that are hidden via css. Those buttons trigger ahah callbacks that update the parent form after the modal form is submitted. When the buttons are not hidden they say please wait continuously after they are triggered the first time. No matter cause the buttons are hidden but they are somehow confounding Hide submit's treatment of the visible parent form submit button.
I believe i can turn Hide submit off for my parent form but i don't want to. Perhaps i can check for the occurrence of multiple please waits and remove extras via jQuery. ideas?
Comments
Comment #1
JohnnyW commentedI have this problem two, where to "Please Wait..." shows up... any suggestions?
Thanks!
Comment #2
Hunabku commentedWell my problem has been narrowed down to having a custom hierarchical select on the the form. When HS is hidden - hide submit works correctly.
Comment #3
JCB commentedI also experience multiple instances of "Please Wait..." when using Hierarchical Select.
Do you guys know how to ensure that this doesn't happen?
Comment #4
kevin.dutra commentedThis is pretty old, but just in case anyone is still looking for an answer, this is due to a bug in Hierarchical Select. There is a patch available for HS on issue https://drupal.org/node/828418 , comment #41.
Comment #5
kevin.dutra commented