Hidden Field May 12, 2019, 06:56:08 AM Hi,I am new to PHPRad. I just installed the application and started my first ever project. However, when I check the field properties I do not see the "None" option which I am supposed to use for hidden fields. All other options until the File option is present though. Am I missing something?RegardsRanadeep Quote Selected
Re: Hidden Field Reply #1 – May 12, 2019, 10:48:15 AM There is input hidden option. The hidden Textbox type is different from the "None"The None will set the value directly at the Controller CodeWhile the Hidden will set the value at the HTML. Quote Selected