Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
»
Upper Letter only
Upper Letter only
Post Reply
Like
25
Upper Letter only
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
S.Weber
S.Weber
posted 5 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 9,
Visits: 54
Hello,
is it possible to define, that the participant is only allow to type in upperletter in a textbox?
With mask = "alphabetic" they can type either way.
Thank you for your help.
Reply
Like
25
Dave
Dave
posted 5 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 103K
+
x
S.Weber - 9/4/2019
Hello,
is it possible to define, that the participant is only allow to type in upperletter in a textbox?
With mask = "alphabetic" they can type either way.
Thank you for your help.
Yeah, it's possible. You need to define a regular expression matching only uppercase letters in /mask.
<textbox onlyuppercase>
/ caption = "You can only enter uppercase letters here."
/ mask = ^[A-Z]+$
</textbox>
<surveypage examplepage>
/ questions = [1=onlyuppercase]
</surveypage>
Edited
5 Years Ago by
Dave
Reply
Like
21
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
25
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search