function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JagadeshJagadesh 

Web to Lead Validations

Hi ,

Im generating Web to Lead for my organisation and i have observed that even the Phone number and Mobile fields are accepting Text as input.
Can we perform some kind of validation on the input provided in the fields .

Thanks in advance.
KaranrajKaranraj
Set the type of the field as 'Number' then it will allow the user to enter only number field
 
<label for="phone">Phone</label><input  id="phone" maxlength="40" name="phone" size="20" type="number" /><br>