dynamic_date min: max: & step: options ignored
-
BUG?:
I coded [dynamic_date* date-of-talk min:2024-01-30 max:2026-04-29 step:7 “CF7_GET Key=’DoT'”] but the min/max and step do not restrict manually input values – What am I doing wrong?
Inspecting the code shows that the options are missing (see inspect of regular [date] field below)
< input type=”date” name=”date-of-talk” size=”40″ class=”wpcf7-form-control wpcf7-date wpcf7dtx wpcf7dtx-date wpcf7-validates-as-date” aria-invalid=”false” required=”required” value=”2024-03-25″ autocomplete=”off” >[date* date-of-talk min:2024-02-27 max:2025-12-31 step:7 “2024”]
< input class=”wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date” min=”2024-02-27″ max=”2025-12-31″ step=”7″ aria-required=”true” aria-invalid=”false” value=”2024-01-30″ type=”date” name=”date-of-talk” >
- The topic ‘dynamic_date min: max: & step: options ignored’ is closed to new replies.