Limiting data
lakshe
✭
I am creating a form which has a requirement for only the last 4 digits of the social security number. Any suggestions on how to limit the character input to only 4 or how can I pre-fill in 000-00 allowing the form user to only be able to input the last 4 digits?
Answers
-
I would first update the column name to specifically say "Last 4" or something to indicate that you only want the last 4. Even helper text in the form field.
To pre-fill with the zeros, you would use something like this:
=SUBSTITUTE("original form url" + "& insert column name here = 000-00", " ", "%20")
The output of this formula would be the URL that you share with people to fill out the form.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives