hey,
I am having one ad_form. in whch the user enter the details. In the on_submit block i will generate one id, which needs to be send to an https://somesite.com along with the details of form.
now how can i send the data to the site wihout specifying it in the url, i.e i want to send the data in a post format.
ns_httppost is posting the data to that site, but i am unable to redirect to that site. I want even the user to be redirected to that site with the data in an encrypted manner.
I cant keep the id as hidden, as it is insecure, thats why i am generating in on_submit block.