how to make some of the fields to hide for data security..

Recommended Answers

All 3 Replies

Hiding form fields doesn't really help improve security. However to create a hidden field, simply use the hidden type attribute:

<input type="hidden" ... />

what is your question i m not understand please specify what fields you have to hide

If you want to secure the form field values during the transmission from the browser to the server you can use HTTPS.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.