Security

How to implement restrictions on characters, size etc in Input type=Text

christal1989
New Member

Hi,

I have a text box input where a user is supposed to enter certain details. Is there a way to restrict the number and type of characters entered in the text box to ensure all data entered is valid data and not junk data.

Regards,
Chris.

Tags (1)
0 Karma

p_gurav
Champion

You can use javascript like the following in your application.js:

$("input").attr("maxlength", 4)

Here is a demo: http://jsfiddle.net/TmsXG/13/

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...