On Checkout Page 1 I want to be able to have the checkbox to select that the order is VAT exempt but I do not want to show the entry box for the VAT number to be filled into. So far I have done this by simply changing the INPUT type from TEXT to HIDDEN.
The problem is that when the checkbox is ticked this hidden number entry box becomes 'required' and I can't find where to deselect it as being 'required'.
Does anyone know where this can be changed or alternatively know of a way prepopulate the now hidden field with some fixed text to allow it to pass on to the next checkout page without needing a user input into the field.
Hope that makes sense.
The problem is that when the checkbox is ticked this hidden number entry box becomes 'required' and I can't find where to deselect it as being 'required'.
Does anyone know where this can be changed or alternatively know of a way prepopulate the now hidden field with some fixed text to allow it to pass on to the next checkout page without needing a user input into the field.
Hope that makes sense.
Comment