Solved

calendar drop down

  • 23 February 2023
  • 1 reply
  • 15 views

Badge

Hi guys! So I added a calendar drop down to my “when can you start field”, but now how do I add the small arrow that sits on the right side of this form field/box? It should be there to indicate that it is a drop down. I pasted the calendar code below. Maybe someone can help with this?

Here’s the URL: http://unbouncepages.com/jobseeker-career/

 

<script>
  $(function() { 
    $( "#when_can_you_start" ).datepicker();
  });
</script> 

icon

Best answer by Oliver_Lord 24 February 2023, 14:20

View original

1 reply

Userlevel 4
Badge

Hi there @jeff,

 

Thanks so much for your post and sharing your URL. Looking at your form, the ‘when can you start?’ field is not a drop-down menu, but a single line text field, hence no arrow. However, the calendar picker does not function like a drop-down list of dates, more as a pop-up calendar where you can scroll through the months using the left/right arrows:

 

 

I tried using the script with a drop-down field and it did not work, so if you want to use this calendar picker, it will have to be with a text field.

 

Hope this helps, Jeff. Have a great Friday!

Reply