Is there any field type as number?
						
					
					
				
			
		
	
			
	
	
	
	
	
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎10-19-2016 04:47 AM
Is there any field type as number? I just want to enter only numbers in that field. How to do that? Can anyone please help me with this?
Thanks in advance,
Swathi
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎10-19-2016 05:08 AM
Am not getting decimal field.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎10-19-2016 05:33 AM
Hi,
You may run a client script to accept numbers
if(!isNaN(g_form.getValue('location_listed'))
{
alert('Your Message')
return false;
}
Palani
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎10-21-2016 07:22 AM
It is not working
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎10-21-2016 07:30 AM
