Tuesday, January 10, 2012

Submission on problems on my website?

Well, you're missing a form, for one. :-) Looks like your code got truncated or something. Without your code being posted here, all I can tell you is that you have to ensure that your form is structured properly and has the correct attributes. The submit on should be an element of type "submit" unless you're using javascript to trigger a form submittal from a element. Make sure the
tag has the correct "action" value igned; the action value is the page to which the form is submitted -- this form needs to be publicly accessible, so an easy way to ensure that your action value is a valid URL is to just browse directly to it. Also make sure you're using the right value for the "method" attribute: either "post" or "get".

No comments:

Post a Comment