=== Lookup setting additions ===
On the lookup screen for a form it is now possible to put in a custom header. In the Advanced Settings for the form in the "Instructions" section a new field at the bottom entitled "Lookup Instructions" allows you to inject HTML or any other material directly into the Lookup page.
The logic of the lookup page has also been adjusted. In JavaScript - onLoad section the field "Lookup code execution" allows you to enter any JavaScript. This has not changed. By default the Lookup page automatically added a .focus() command to move the cursor to the Id field. Now the engine will examine your JavaScript code. if anywhere in it has a .focus() command, the system will not add the default .focus command assuming you are setting the .focus() manually.
== Information Centre ==