NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on July 19, 2007, 03:56:25 AM
-
Hi all,
Does anyone know how to get rid of the 'Required' notification for required fields at a global scale?
(And I don't mean making fields not required)
I worked something out at field level but that really is a lot of work.
Kind regards,
Rene Simons
-
hi Rene,
The only way to do it at the moment is edit the line in
netweb.tpw
Loc:Required = 'Required'
to
!Loc:Required = 'Required'
I've put it on the list.
Cheers
Bruce
-
Thanks Bruce.
Maybe it´s an idea to make it a property you can set.
E.g. blanks or * or whatever. Like translating the button texts.
Rene
-
I've done this for version 4.29.
You can override the property in .ProcessLink
self.site.RequiredText = 'whatever'
Cheers
Bruce