Text field with prefix, but allows editing by user if desired....
Hi all,
Am wondering if it is possible to allow for a prefix in a field that sets "AW" as the prefix, but then if the user decides to delete/overwrite, then they could overwrite with anything they may desire, e.g. say "BD", or "CC" and add any additional text/numbers after this, or any variation thereon...script I have thus far is;
if (event.value) event.value = "AW " + event.value;
Thanks!
