Liquid Forms

Liquid evergreen Credit Card Year

The select code to place in your for permanent updated CC year options.

Liquid code needed:

 <select>
        {% for i in (0..10) -%}
            <option value="{{ 'now' | date: '%Y' | plus: i }}">
                {{ 'now' | date: '%Y' | plus: i }}
            </option>
        {% endfor -%}
</select>
Output: