working with an html form, with a “post” method, is there a way to instruct the browser to dynamically add data (once client posts the form) to a post WITHOUT it being in the form of an input elements’ name value pairs? Could you use javascript/jquery/ajax to just say, when this form gets posted, append some characters?
Share
In javascript function sbmForm1 you can add parameter and send them via ajax:
You need jquery to do this request!