Skip to content Skip to sidebar Skip to footer

More Than One Form On A Single Page

My image upload form on my profile edit page isn't working. The two forms must be separate as they work independently. The image upload script uploads the image before the profile

Solution 1:

There is no submit button in your cropimage form, which might be the pb. If I understand well, you want it to be submitted when there is a change in the photoimg field, without submit button.

Try Submitting a form by pressing enter without a submit button (displaying a submit button outside the screen if you don't want to display it).

BTW, jquery live is deprecated. http://api.jquery.com/live/

Post a Comment for "More Than One Form On A Single Page"