Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Group field add-mores #3125
    mrioa
    Member

    Right, I added it afterwards:

    Example:

    piklist('field', array(
        'type' => 'group'
        , 'label' => 'Einkauf'
        , 'add_more' => true
        , 'fields' => array(
            array(
                'type' => 'text'
                , 'field' => 'buy_size'
                , 'label' => 'size'
                , 'description => 'Additional info'
                , 'columns' => 12
            )
            , array(
                'type' => 'text'
                , 'field' => 'buy_price'
                , 'label' => 'price'
                , 'description => 'Additional info'
                , 'columns' => 12
            )
        )
    ));
    in reply to: Group field add-mores #3121
    mrioa
    Member

    @Steve- I’m so sorry, I didn’t realize the topic splitting and thought my post in the other topic got lost (I wasn’t using my own device to post it that day).

    Glad I found your info today, it’s working now!

    Thanks to adding the column-setting I was able to update to the latest version of piklist without a problem.
    But now I’m missing the description of fields inside a group. I assume this is due to the point “ENHANCED: Updates to group fields” in 0.9.4.23.
    Did it just got removed or is there a new way of using it?

    Thank you so much for the great tool and excellent support!

    Cheers,
    Mario

Viewing 2 posts - 1 through 2 (of 2 total)