I don't think this is possible but I have a client who has requested that the customer fields change depending on the customer type.
I added a custom customer field for 'customer-type' and I use it as a drop-down select box at the top of the customer fields. His idea is that if someone selected a customer type of 'Individual' the Company field would disappear.
I'm not even sure I could get the form to submit with a selection box onChange event. But if I could I assume it would throw errors unless every customer field was set to optional.
Does anyone have a idea of how to do this or should I just tell the client sorry, can't do that.
I added a custom customer field for 'customer-type' and I use it as a drop-down select box at the top of the customer fields. His idea is that if someone selected a customer type of 'Individual' the Company field would disappear.
I'm not even sure I could get the form to submit with a selection box onChange event. But if I could I assume it would throw errors unless every customer field was set to optional.
Does anyone have a idea of how to do this or should I just tell the client sorry, can't do that.
Comment