hi
I have a form with hidden inputs, the user selects an image from 5 different ones. That image is then shown for customization. On click of a button i want this image send to another page, where the sizes are then adjusted.
The product style is from the label of the image.
I managed to get the first form working but i cannot seem to get the image to customization page.
Please help
<form action="/customisation" name="selProduct" id="selProduct" method="post" >
<input type="hidden" name="productType" id="productType" value="Windows" />
<input type="hidden" name="productMaterial" id="productMaterial" value="aluminium" />
<input type="hidden" name="productStyle" id="productStyle" value="" />