Hi,
I work with Forms and have limited Javascript abilities and am hoping someone can assist with a challange I'm having.
I'm working on a form that has a text box which is prefilled with a text string where the first two letters are the abbreviation for one of our schools. I've written a little Javascript that pulls the first two letters and puts it in a "School Abbreviation" box.
This is the jquery code that fills the "School Abbreviation" box "$('.schoolAbbreviationCss input').val(twoLetter)"
I've configured a lookup rule to take what is in the "School Abbreviation" box and display the "Full School Name" in another textbox.
The lookup works fine when I manually type an abbreviation but when my javascript fills the School Abbreviation box it doesn't do the lookup.
Thanks in advance for any help.