557
Views
2
Comments
Solved
Does output forms support hidden input type?
Question
<input type="hidden" id="postId" name="postId" value="34657">


How do you add an input type hidden in a form?

2016-04-21 20-09-55
J.
 
MVP
Solution

Hi,


afaik not that type specifically, but you can hide an input anyways with css.

I agree this is slightly less, because with css alteration in the client you can make it visble again.

(then again, you can alter html-code as well in client, so meh)


2016-04-21 20-09-55
J.
 
MVP
Solution

Hi,


afaik not that type specifically, but you can hide an input anyways with css.

I agree this is slightly less, because with css alteration in the client you can make it visble again.

(then again, you can alter html-code as well in client, so meh)


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.