SR input
SR prefix
Don't prefix the input field. Let users enter the full value for the Sales Record ID (including the "SR" prefix).
✅ Do
Use the input placeholder to indicate the expected format.
❌ Don't
SR
Don't add a visual prefix to the input field.
Why don't we prefix the input field with "SR"?
Users usually copy-paste the SR ID from other sources. Not prefixing the input field with "SR" allows them to paste the full ID directly without needing to remove the prefix.
Input validation
Required and empty
Preview
Please enter a Sales Record ID
Invalid format
Preview
Must start with 'SR' followed by numbers. Max 16 digits.