Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 93032

Re: How would I go about removing the required code from a form field?

$
0
0

HTML code, change this:

<label>Contact No: <span>*</span></label>


To this:

<label>Contact No:</label>

 

jQuery code, change this:

if(name ==''|| email ==''|| contact ==''){
alert("Please Fill Required Fields");
}else{

 

to this:

if(name ==''|| email ==''){
alert("Please Fill Required Fields");
}else{



Nancy O.


Viewing all articles
Browse latest Browse all 93032

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>