Copy link to clipboard
Copied
hello
i want to use a custom keystroke script or code to make this function:
the ( : ) will insert automatically after i enter the first 2 digits
how to do that by javascipt
thanks
You can use this code to achieve it:
if (event.change && AFMergeChange(event).length==2) event.change+=":";
It's possible the code will disappear once you enter it. That's fine. It should still work.
Copy link to clipboard
Copied
You can use this code to achieve it:
if (event.change && AFMergeChange(event).length==2) event.change+=":";
It's possible the code will disappear once you enter it. That's fine. It should still work.
Copy link to clipboard
Copied
where i have to put this script ?
Copy link to clipboard
Copied
As the custom Keystroke script of your field...
Copy link to clipboard
Copied
when i put the script and click ok
it back to first format window without saving the script
why ?
Copy link to clipboard
Copied
yes it disappear but i do not care as long it works
thank you so much as long you help me
Copy link to clipboard
Copied
There's a technical reason behind it (or a bug, if you'd like), but the important thing is it should work none-the-less.