The parameters for creating the form include the following:
{name: "Verifyhistory[flinktype]", type: "Hidden"}, {name: "Verifyhistory[flinkid]", type: "Hidden"}, {display: ' name ', Name: ' Verifyhistory[fcontent]}, {name: "Verifyhistory[fuserid]", type: "Hidden"}, {name: "verifyhistory[fverifydate]", type: "Hidden"}, |
view the generated elements after running, only the first two Hidden of the input , the back two was gone.
See the official Manual no results, and later found to need to be all Hidden of the input put at the front of the parameter:
{name: "Verifyhistory[fuserid]", type: "Hidden"}, {name: "verifyhistory[fverifydate]", type: "Hidden"}, {name: "Verifyhistory[flinktype]", type: "Hidden"}, {name: "Verifyhistory[flinkid]", type: "Hidden"}, {display: ' name ', Name: ' Verifyhistory[fcontent]}, |
Ligerui-form setup hidden input, limited location