Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
16 replies
Subscribers
7 subscribers
Views
8652 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Hi I have a requirement where users want to enter an email address fo
paulc919
over 9 years ago
Hi
I have a requirement where users want to enter an email address for a document to be emailed to. They also want to have a second entry to confirm that the email address typed matches that in the first email address box.
Is there a way of preventing pasted values from being entered into a text box ?
As an aside, does anyone know if there is a way to validate if an email address exists ? Reason for asking is that we are getting a lot of miskeyed / incorrect email addresses being used resulting in failed delivery messages.
Many thanks
Paul
OriginalPostID-160236
OriginalPostID-160236
Discussion posts and replies are publicly visible
Top Replies
Stefan Helzle
over 9 years ago
+1
A Score Level 3
Preventing a user from pasting text would need some special JavaScript. This is not supported. Email address validation is special topic. You can do that using regular expressions. Google will help you…
Parents
0
Mike Schmitt
Certified Lead Developer
over 9 years ago
Hi Paul,
I have previously shared an Appian expression rule that can be used to validate that a particular string is a proper e-mail address strictly in terms of formatting (thanks Marco for linking my old thread). I can provide clarification on the use of this rule if needed.
After that, there's no way (within appian or any other email system I'm aware of) to validate that an address actually exists other than attempting to send it. This is more of a technical limitation of e-mail, than any sort of limitation of Appian.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Mike Schmitt
Certified Lead Developer
over 9 years ago
Hi Paul,
I have previously shared an Appian expression rule that can be used to validate that a particular string is a proper e-mail address strictly in terms of formatting (thanks Marco for linking my old thread). I can provide clarification on the use of this rule if needed.
After that, there's no way (within appian or any other email system I'm aware of) to validate that an address actually exists other than attempting to send it. This is more of a technical limitation of e-mail, than any sort of limitation of Appian.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data