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
$("pitch_image_path_form").submit(function(e){ e.preventDefault(); $.post( "submit_investorform.php", {'flage':'getallimagesfromselectedid','form':'pitch_image_path_form'} , function(result) { $("#pitch_image_path_showalldatafromid").html(result); } );
});