Tagged: 

Viewing 3 reply threads
  • Author
    Posts
    • #2266
      Jason
      Keymaster

      I’m not sure what release this broke in (using 0.9.4.9), but when I load the page with the following field, the inner fields don’t display the stored value. I checked the database and verified that the values are storing as expected.

      piklist('field', array(
        'type'    => 'group',
        'field'   => 'pages-wrap-html',
        'label'   => 'Wrap Section in HTML',
        'conditions'=> array(
          array(
            'field'   => 'pages',
            'value'   => array('all', 'select')
          )
        ),
        'fields'  => array(
          array(
            'type'      => 'text',
            'field'     => 'pages-wrap-before',
            'columns'   => 4,
            'attributes'=> array(
              'placeholder' => 'Before'
            )
          ),
          array(
            'type'      => 'text',
            'field'     => 'pages-wrap-after',
            'columns'   => 4,
            'attributes'=> array(
              'placeholder' => 'After'
            )
          )
        )
      ));
      
    • #2270
      Steve
      Keymaster

      @jason– I can’t reproduce. It’s working for me using 0.9.4.11.

      Is wp_debug throwing any notices?

    • #2271
      Marcus
      Member

      Had the same thing happen to me.

      Did a full refresh, cache clear, and finally it started working again. (I think I even cleared some transients)

      Try that Jason. If it works, then its a weird caching bug.

      Marcus

    • #2275
      Jason
      Keymaster

      Hey Steve, Marcus!

      That was it! Clearing the cache did the trick. Thanks for the tip!

      ~Jason

Viewing 3 reply threads
  • The topic ‘Group Fields no longer displaying stored values’ is closed to new replies.