I do a lot of websites for clients in the tourism industry. All of them have forms for people to make inquires about trips, lodging etc. And they all have fields for dates that they are interested in.
Rather than hard code years which need to be edited every year, I want the year field to show as select options, the current year plus the next n years.
This would be easy to do if EE supported even simple math, which it should… hint, hint.
I know how to generate the current year but current year + 1 just yields a string that EE has no clue about.
solutions?