If it is readonly, the value of the field is known. You should get it from the source (probably form.record.<field>). If you pass it as a hidden field you have a security vulnerability.
On Nov 19, 1:41 pm, Audra Rudys <[email protected]> wrote: > I need to get a value from a read-only field when I submit my form, but the > value comes across as none when I reference it (form.vars.field). Other > values from the same record are accessible, so I think my syntax is right. > I'm thinking of creating a hidden field and putting the value into it so > that I may access it, but just wanted to check if there's a better solution. > > Thanks, > Audra

