Survey form spell checker


Author
Message
zhaokoh
zhaokoh
Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)
Group: Forum Members
Posts: 19, Visits: 139
Hi all,

I have some free-form input text that participants can type anything - although I have restricted to letters using a regular expression, I am just wondering if anyone has tried using a spell checker so that the word can be checked before submitting?

Also, anyone has any suggestion on how to do custom validation (checking the field) in survey page?

Thanks in advance.
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
zhaokoh - 7/19/2019
Hi all,

I have some free-form input text that participants can type anything - although I have restricted to letters using a regular expression, I am just wondering if anyone has tried using a spell checker so that the word can be checked before submitting?

Also, anyone has any suggestion on how to do custom validation (checking the field) in survey page?

Thanks in advance.

It's not possible to implement a spell-checker. As for custom validation, it depends on what you want to do. A <textbox> has a response property, which returns the response submitted. You are free to process and vaildate that /ontrialend in the <surveypage> with string functions etc. ( https://www.millisecond.com/support/docs/v5/html/language/expressions/functions.htm )

zhaokoh
zhaokoh
Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)Expert (1.1K reputation)
Group: Forum Members
Posts: 19, Visits: 139
Dave - 7/19/2019
zhaokoh - 7/19/2019
Hi all,

I have some free-form input text that participants can type anything - although I have restricted to letters using a regular expression, I am just wondering if anyone has tried using a spell checker so that the word can be checked before submitting?

Also, anyone has any suggestion on how to do custom validation (checking the field) in survey page?

Thanks in advance.

It's not possible to implement a spell-checker. As for custom validation, it depends on what you want to do. A <textbox> has a response property, which returns the response submitted. You are free to process and vaildate that /ontrialend in the <surveypage> with string functions etc. ( https://www.millisecond.com/support/docs/v5/html/language/expressions/functions.htm )

Thanks Dave.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search