Question

I'd like to submit data in a form, over HTTPS, without allowing the browser to save it.

(credit card transactions)

Was it helpful?

Solution

You mean autocomplete="off"? Or cookie data?

OTHER TIPS

Please try the following code:

< form id="login_form" action="login.php" method="post" autocomplete="off">
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top