Hi, My problem is that I have a form ceated which lets the user type in a Quantity in a form. This is then passed onto the next form.
the problem occurs when I have to click on a delete button to delete an item from an Array. This goes through all of the code on this page as this page is referenced in the button. Because it starts again through the code from the start of the page an error occurs in that it cannot find:
<CFSET session.basket[ArrayLen(session.basket)][9]=form.quantity>
As the Quanity has not been passed as it was previously from the previous form. I need a way of getting this value from the previous form and storing it on this form?
Thanks.
the problem occurs when I have to click on a delete button to delete an item from an Array. This goes through all of the code on this page as this page is referenced in the button. Because it starts again through the code from the start of the page an error occurs in that it cannot find:
<CFSET session.basket[ArrayLen(session.basket)][9]=form.quantity>
As the Quanity has not been passed as it was previously from the previous form. I need a way of getting this value from the previous form and storing it on this form?
Thanks.