What is the JS to get a tooltip to show up in a field?
This is the script that adds the field 'APEGM';
/* APEGM Stamp A0 */
a = this.addField("APEGM Stamp", "signature", 0, [1725, 340, 1810, 285]);
a.required = true;
,how do I get 'APEGM' to always be visble in the field so the user can easily see which field is which? I have multiple fields created, I am just posting the APEGM one for simplicity.
I'm sure it's easy once you know:-)
Robin Davidson