Is there a way to send the form action to a variable instead of hitting submit?
basically
i want to see what and how the form is being sumitted before actually submitting it. like i know whent it is Method get it takes action?name=value&name2=value2 i need it to display what should have been sent or if its method post i need to see what that will be
any help would be greatly appreciated
basically
i want to see what and how the form is being sumitted before actually submitting it. like i know whent it is Method get it takes action?name=value&name2=value2 i need it to display what should have been sent or if its method post i need to see what that will be
any help would be greatly appreciated