Hello Friends this is my code to form submit and then send post link but form submit success then after not send post link.
document.getElementById(\"pitch_image
.submit() is a jQuery function, so you need to wrap your $("#pitch_image_path_form")[0] in a jQuery wrapper, like so:
.submit()
$("#pitch_image_path_form")[0]
$($("#pitch_image_path_form")[0]).submit(function(){