Is there a way to submit a form to Facebox? As it is right now you need to use an anchor tag to invoke the facebox method but I need to submit a form and send the data to the php handler and show it in facebox.
So if I'm on order.html and then submit the add to cart button and the cart is on index.php?action=add (form action) which excepts some post variables. Is it possible to show the cart but not take me to index.php?