Platform
Learn
Community
Support
Partner Center
Sign up
or
Log in
logout
Account Settings
Profile
messages
Messages
logout
Logout
Platform
Home
Downloads
IPP
Licensing
Project Sizing
Learn
Training
Documentation
Evaluation Guide
What's New
Community
Home
Forums
Forge
Ideas
Members
Support
Partner Guide
Resources Library
Opportunities
Account Management
Sign up
or
Log in
Home
Forums
Forge
Ideas
Members
Dear ,
What would improve your OutSystems Community experience? Let us know by taking this 2-minute survey.
Pick up the survey
Community
›
Forums
›
Technology & Integration
Change Required Field Message
Community
›
Forums
›
Technology & Integration
Change Required Field Message
New Post
New Post
pradip chavhan
Posted on 2016-03-22
pradip chavhan
Rank: #10687
Posted on 2016-03-22
Hello All,
Can we change required field message to custmize message.
eg
I have two rows as following
Name.
Mob No.
I have declared both fields mandatory on button click I have set validation client&server when both text boxes blank currently it shows requiredfield for both.
I want custmize message for both like Please Enter Name and Please Enter Mobile No.
also I want to check valid mobile no. on client side is there any inbuilt function available or I need to write any javascript for it.
André Siébra
Posted on 2016-03-22
André Siébra
Rank: #55
Posted on 2016-03-22
Solution
Hi Pradip,
You can change the default messages in the espace settings:
You can also change the validation message dinamically by invalidating the input and setting the ValidationMessage property.
Best regards,
Solution
Rajendra koranga
Posted on 2016-03-30
Rajendra koranga
Rank: #406
Posted on 2016-03-30
Solution
Hi Pradip,
If you want to change the validation massege you can assign the validation message(
Please Enter Name) to textboxname.validationmassege. for example if the name of textbox is
textboxname, then on button click action check if
textbox="" then assign
textboxname.validationmassege="
Please Enter Name
" and
textboxname.valid=false, in this way u can easily change the validation message,
If you will change the default message in espage setting it will reflect through out the espace.
Cheers
Rajendra
Solution
Tarun Kumar
Posted on 2016-09-21
Tarun Kumar
Rank: #110
Posted on 2016-09-21
Solution
Rajendra koranga
wrote:
Hi Pradip,
If you want to change the validation massege you can assign the validation message(
Please Enter Name) to textboxname.validationmassege. for example if the name of textbox is
textboxname, then on button click action check if
textbox="" then assign
textboxname.validationmassege="
Please Enter Name
" and
textboxname.valid=false, in this way u can easily change the validation message,
If you will change the default message in espage setting it will reflect through out the espace.
Cheers
Rajendra
can you provide me some details i.e a screen shot will be much helpfull
Solution
Quick Reply
attachment
Choose File
No file chosen
Submit
Login to reply
New Post
Available Forums
Technology & Integration
News and Announcements
Forge Discussions
Meta
Community Quick Guides
Usability
Installation Troubleshooting
Personal Environment Troubleshooting
Forum Notifications
Email Digest Settings
Loading...