[ic] validation field

Stefan Hornburg racke at linuxia.de
Tue Nov 15 12:43:14 EST 2005


groove cube wrote:
> Hello list,
> 
> I need to check a field (i.g. 'address1') on condition that the field
> called 'custom1' is equal to "1".
> 
> This is  my COMMON_ORDER_PROFILE in catalog.cfg
> 
> Variable COMMON_ORDER_PROFILE <<EOV
> 
> 	fname=required
> 	lname=required
> 	address1=required <<<<<<<<<<<<<<<<<<<<<<<  only if the field 'custom1' = "1"
> 	city=required
> 	state=required
> 	zip=required
> 	company=required
> EOV

[if cgi custom1 eq 1]
address1=required
[/if]

Bye
	Racke




More information about the interchange-users mailing list