Getting the field in javascript
Posted: 14 Oct 2013
I am trying to set the value of a field using Javascript. The field's name is "Job Title".
I use: fd.field('Job Title').control().value("Secretary");
The field does not populate with the value. Maybe the space in the field name is the problem? Please help.
I use: fd.field('Job Title').control().value("Secretary");
The field does not populate with the value. Maybe the space in the field name is the problem? Please help.