Hi,
I need to create a page for a highly customisable product. Essentially what I need is to have a form where the customer fills in all their requirements, but it also needs to be a product so they can click 'add to basket'. The 'Add to Basket' button would have to POST the form as well as adding the product to the basket.
Is A) having an entirely seperate page with an add to basket button to perform the usual function
and B) as above but also posting the form
possible?
I need to create a page for a highly customisable product. Essentially what I need is to have a form where the customer fills in all their requirements, but it also needs to be a product so they can click 'add to basket'. The 'Add to Basket' button would have to POST the form as well as adding the product to the basket.
Is A) having an entirely seperate page with an add to basket button to perform the usual function
and B) as above but also posting the form
possible?
Comment