In preview, the doodle always only showed the second entry, and then with a wrong date (that of the current day).

We just implemented a small fix here:

foreach ($date_picker_formatter as $uid => $votes) {
      $form['dates'][$uid]['#tree'] = TRUE;
      foreach ($field_values as $item) {
+ 203       $item['date_type']    = DATE_DATETIME;
+ 204       $item['timezone_db']  = $item['timezone'];
        
        $key = _date_picker_formatter_vote_tag($item);
        $form['dates'][$uid][$key]['#tree'] = TRUE;
        $label = '';

HTH :)

CommentFileSizeAuthor
#3 date_picker_formatter.zip4.01 KBitsnotme

Comments

zeropaper’s picture

Ok, thanks, I'll take a closer look ASAP.

socialnicheguru’s picture

I found that once I hit save, my vote selections were not saved.

itsnotme’s picture

StatusFileSize
new4.01 KB

Hm, the module works perfectly fine here. I attached my full .module code now as zip. Check it out whether this works for you.

Birgit

thepanz’s picture

Is this issue still open for 2.x branch?