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
There is no submit() event in DOM, you are mixing DOM and jQuery
change
document.getElementById("pitch_image_path_form").submit
to
$("#pitch_image_path_form").submit