How to correctly hide data storage inputs for submitting information? #547
-
Lately while searching I found some other implementations or opinions about how to hide an input that stores data, which go far from just doing
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Maybe we already had this conversation... but I thought we were currently using the second approach: |
Beta Was this translation helpful? Give feedback.
-
We have already followed the |
Beta Was this translation helpful? Give feedback.
We have already followed the
<input type="hidden" />
approach I suggested, so we can close this!