I have a form where fields are marked (*) to indicated they are required. But there is a strange use case where Level and Space have a dependency on each other such that either space or level or both space and level are required:
Obviously the sensible option would be to combine level and space into a single 'location' option, but due to time constraints the developer cannot. So we're stuck with this awkward situation where we have to make it clear on the interface either or both space and level are required.
question: how do I indicate to the user that at LEAST one of these fields is required?
No comments:
Post a Comment