I have a lookup field that displays dates as mm/dd/yy. I am seeking a way to remove specific options after the day that is listed has passed.
I will not be able to do this with conditional logic. I was looking for a jQuery solution.
Has anyone tried something like this before?
You can hide select options with the hidden attribute. See if this helps: https://stackoverflow.com/questions/9234830/how-to-hide-a-option-in-a-select-menu-with-css
Please login or Register to submit your answer