NetTalk Central

Author Topic: self.site.RequiredText = 'whatever'  (Read 2209 times)

Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
self.site.RequiredText = 'whatever'
« on: October 17, 2008, 12:27:19 PM »
Hi,
When I set self.site.RequiredText to blanks,
The errormessage which appears when the required field is not filled out, is also non specific. I e "Fieldname:" with nothing behind :
Is it possible to have a workaround for this.
E.g. No "required" notification for trhe individual fields in the form but a significant notification after validation??

(I sense a new property in the make!!!!!!)

Kind regards,
Rene
Rene Simons
NT14.14

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: self.site.RequiredText = 'whatever'
« Reply #1 on: October 17, 2008, 10:34:41 PM »
Hi Rene,

no, it's easier than that. If you want to override an "automatic comment" for a form field, then just put in your own comment for that field.
Ie On the template, for that form field, put quote quote ('') in the comment: field.

cheers
Bruce