Welcome! Log In Create A New Profile

Advanced

Form suddenly not submitting - possible causes?

Posted by fionam 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
avatar Form suddenly not submitting - possible causes?
October 27, 2011 01:27PM
My student registration form is now not submitting. As in I click the 'Submit' button and absolutely nothing happens. No errors of any kind are returned. The only thing I have changed is the query. I changed it from INSERT INTO table to INSERT table SET. I don't think this is the issue though, as INSERT table SET is working on the Add Course page. I'm stumped and becoming more 'moedeloos' by the moment because there are other things I should be focusing on right now. sad smiley This is the one page that, for some reason, has decided to give me nightmares.
avatar Re: Form suddenly not submitting - possible causes?
October 27, 2011 02:29PM
It might be an error with your form tag,

Make sure you have a action and method attributes on the form and that your submit button is within the form.

student no: 77315138
avatar Re: Form suddenly not submitting - possible causes?
October 27, 2011 02:32PM
Sorry fionam,

Are you using " INSERT table SET " ?

it suppose to be UPDATE table SET

student no: 77315138
avatar
Mac
Re: Form suddenly not submitting - possible causes?
October 27, 2011 02:36PM
Use error checking - echo what was sent or own sentences like "yeah it works up until here!" to pinpoint where the code breaks down.
Sorry, only registered users may post in this forum.

Click here to login