View Single Post
  #7  
Old 09-15-2012, 04:42 PM
 
gotpump gotpump is offline
 

eXpert
  
Join Date: Aug 2008
Posts: 272
 

Default Re: Option Type Custom Text Field

Does anyone know the code for forcing an entry in a custom text field?

I have the code for forcing a selection from drop downs like

Code:
if (document.getElementById('po447').selectedIndex == 0) { alert('Please select a Liner Pattern'); return false; } else return true;

But how do I do it for a custom text field?
__________________
X-Cart DB Version: 5
Reply With Quote