Does form with enctype=“multipart/form-data” cause problems accessing a hidden field

后端 未结 7 2237
失恋的感觉
失恋的感觉 2020-12-18 05:39

I have created a hidden form element

7条回答
  •  感情败类
    2020-12-18 06:02

    I only had the id atttribute set for the field and it didn't show up in the List items list. When I added the name attribute, it showed up.

提交回复
热议问题