![]() |
Jquery Dialog + Form Submit + Controller not playing nicely... - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Jquery Dialog + Form Submit + Controller not playing nicely... (/showthread.php?tid=58073) |
Jquery Dialog + Form Submit + Controller not playing nicely... - El Forum - 05-12-2013 [eluser]RaGe10940[/eluser] Hello, I have a form that needs to submit a checkbox (if it is clicked or not to a controller). If it is clicked then the user clicks on submit, if they don't click it because they don't have a photo ID then they hit cancel (The cancel button is th eonly thing that works)... what is not working is the actual dialog submitting the form if "Enter Queue" was clicked on... This is my Jquery : Code: [removed] The controller listens to see if the form that was submitted had the checked check box, if it doesn't then it will show an error "please click on checkbox" my issue is that the "Enter Queue" button which is also a "OK" kind of button does not submit the form... it doesn't do anything period... my form : Code: <?php echo form_open('studentlogin_controller/agree', 'id="signinform"') ?> Any help would be great. Jquery Dialog + Form Submit + Controller not playing nicely... - El Forum - 05-13-2013 [eluser]RaGe10940[/eluser] Bump for assistance and code updated. This my JsFiddle for the program. |