Hi,
I've gone through the AUG and implemented the Capitalization of some fields. But was confused as to why the Post Code wasnt appearing to work. I then re-read carefully and now understand that Captization isnt the same as putting it into uppercase. Fine I understand that now.
So I searched the forum and found a thread that explain how to to do this.
http://community.actinic.com/showthread.php?t=19468
However I'm not sure it wasnt written before V8. It talks about going into actinicextras.js and using the command
onblur="format(this,'X')"
Now I think this would still work but since I've used the "newer" method of using the "design" tab to make changes I'd like to continue that a) it's easier b) it more obvious when reviewing the code to see what changes / extra I've added.
So my question is :- is it possible to make the same changes by using the Design Tab in V8? ie. Change the Post Code to all Upper Case (incl the space) and turning the email address into lower case
Sure its the same code but before I try would like some reassurance / guidence
Cheers
Matt
I've gone through the AUG and implemented the Capitalization of some fields. But was confused as to why the Post Code wasnt appearing to work. I then re-read carefully and now understand that Captization isnt the same as putting it into uppercase. Fine I understand that now.
So I searched the forum and found a thread that explain how to to do this.
http://community.actinic.com/showthread.php?t=19468
However I'm not sure it wasnt written before V8. It talks about going into actinicextras.js and using the command
onblur="format(this,'X')"
Now I think this would still work but since I've used the "newer" method of using the "design" tab to make changes I'd like to continue that a) it's easier b) it more obvious when reviewing the code to see what changes / extra I've added.
So my question is :- is it possible to make the same changes by using the Design Tab in V8? ie. Change the Post Code to all Upper Case (incl the space) and turning the email address into lower case
Sure its the same code but before I try would like some reassurance / guidence
Cheers
Matt
Comment