Get ready for BLACK FRIDAY shopping starting in

Forums

PHP

This topic is locked

Advanced conditional region

Posted 08 Aug 2007 15:59:43
1
has voted
08 Aug 2007 15:59:43 james dun posted:
Hi,

I'm trying to setup a conditional region for a three step process

in step two the user chooses the type and submits a form to page 3. I don't want the form on step three to visable if the user selected either 3 or 13.

Could anyone give me a pointer on how i can fix the code below to achieve this goal?

Thanks,
Jim

//show if conditional region

if (@$_POST['type'] != 13 or 13{

?>

form id ="Other" name ="Other"





Reply to this topic