• I am use date or datetime tags and in page show shortcode, the control never show.
    The example:
    [date your-birth class:form-control date-format:mm/dd/yy first-day:0 buttons]

    [date* date-birth class:form-control date-format:mm/dd/yy first-day:0]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am having the same issue. Someone Please HELP!!!

    You cannot use it in a page. You can only use this in the Contact Form 7 mod. It’s an extension of that mod.

    Mine works just fine with this code in a Contact form:

    <label> Your Name <span class="required">*</span>
        [text* your-name] </label>
    
    <label> Your Email <span class="required">*</span>
        [email* your-email] </label>
    
    <label>Requested Installation Time <span class="required">*</span></label>
    [datetime datetime-158 date-format:mm/dd/yy time-format:hh:mmTT min-hour:7 max-hour:17 min-minute:0 max-minute:0 first-day:0 step-hour:1 step-minute:30 no-weekends]
    
    <label>Additional information
        [textarea your-message] </label>
    
    We try to accommodate all requested appointment times. We will call you to confirm your appointment or reschedule for a time that we have available.
    [submit "Send Request"]

    I have the same issue.
    I’m using only Contact Form 7, I’m not using on page.
    I appreciate some Help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘DateTime and Date Tags not show’ is closed to new replies.