POST extra values in an HTML <form>

前端 未结 3 1710
臣服心动
臣服心动 2020-12-19 03:32

I have a simple form which passes the value of an element:

3条回答
  •  醉话见心
    2020-12-19 03:57

    As mentioned already, using hidden input fields is an option, but you can also use a session. That way you don´t have to post anything, the variables remain on the server and are not exposed in the html.

提交回复
热议问题