Hi,
I have a text field that gets its updated value from a javascript
function. So I don’t want the user to enter anything into the field. But
I want the value to be part of the parameters when the form is
submitted.
The problem is that when I use :dissable => “true” on the text field its
value is not sent on submit.
How can I fix that, any idea?
Cheers