
Originally Posted by
srturner47
I am trying to create a form that will help my customers choose products to buy. So, I created a simple form in HTML and had the variables post to a PHP file. The PHP file is filled with a bunch of if-statements and echoes the products that they should buy based on the responses provided on the form. It all works nicely!
But, integrating it into Zen Cart is giving me fits. I have two problems:
1) I can add the form using EZ-PAGES. I can add the PHP script by adding another define page. But, I can't get the variables to pass from the EZ-PAGE form to the Define Page PHP Script. They pass fine when I use the same code outside of Zen Cart.