hidden Field Problem in SMS webform

Hello this is my first topic i wish i can get help asap.

i have a sms account in smslisto.com , they normaly have a url to send sms, i have transleted this url into webform i succee, but the problem after sending the sms i cannot hide the data in url in address bar as username or password and if i go to source code i can see all hidden input showing all.

i tried to use variable and session and still get the password in hidden field in source code, i tried to make pass.txt didnt load the page, i think better idea if i use mysql database to store password and username so i can call from field do anybody can help with this.

this is my webform.

Untitled
Your Number           :

Destination Number :

Text Message         :

i cleaned up my html code

SMS Your Number: Destination Number: Text:

As I understand it, you want to hide form data which is, as yet, visible in your URL.

You might want to add POST as your action. The POST function basically hides all information being passed from your form.

Sponsor our Newsletter | Privacy Policy | Terms of Service