• Resolved Stonehenge Creations

    (@duisterdenhaag)


    I need to add a drop down time picker to my Gravity Forms form. I’ve been searching the internet, but I cannot find any decent explanation anywhere.

    What I need would be very simple in HTML, but since GF doesn’t support that for some odd reason, I hope to find someone on here who can help me out.

    This would be the HTML code for what I need:
    `<select name=”hour”>
    <option value=”10″>10</option>
    <option value=”11″>11</option>
    <option value=”12″>12</option>
    <option value=”13″>13</option>
    <option value=”14″>14</option>
    </select>
      :  
    <select name=”minutes”>
    <option value=”00″>00</option>
    <option value=”15″>15</option>
    <option value=”30″>30</option>
    <option value=”45″>45</option>
    </select>’

    So basically I need a pulldown list for the hours (from 10 to 23) and a pulldown list for the minutes with an interval of 15.

    Please help!

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Time picker Drop down for Gravity Forms needed.’ is closed to new replies.