Getting the field in javascript
Posted by srallen4 - Oct 14 ’13 at 08:49
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.
-
Dmitry KozlovAdminMember for: 9 years 8 months 7 days
fd.field() method accepts an internal name as a parameter, not a display name. You can find instructions for getting internal names in the following thread:
-
srallen4MemberMember for: 9 years 7 months 14 days
That worked great. Thanks.
Displaying 1 to 2 of 2 messages