Hi Folks,
I'm a bit stuck. I have the following hidden field:
<input name="number_of_lines" type="hidden" value="3">
This hidden input holds the value of the last order line number.
I need to display an empty line to allow further data entry and the line number needs to be equal to the value of number_of_lines + 1.
How can I do this?
Cheers
Nosh
I'm a bit stuck. I have the following hidden field:
<input name="number_of_lines" type="hidden" value="3">
This hidden input holds the value of the last order line number.
I need to display an empty line to allow further data entry and the line number needs to be equal to the value of number_of_lines + 1.
How can I do this?
Cheers
Nosh