Nested Group Meta not working

Support MB Group Nested Group Meta not working

Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • #2867
    brightcreationsbrightcreations
    Participant

    Supports most clonable (repeatable) field types.
    Supports nested groups since 1.0.7

    not working according to below code telephone not working fine inside group meta

    array(
                    'id' => 'standard',
                    // Gropu field
                    'type' => 'group',
                    // Clone whole group?
                    'clone' => true,
                    // Drag and drop clones to reorder them?
                    'sort_clone' => true,
                    // Sub-fields
                    'fields' => array(
                        array(
                            'name' => __('Promoter name', 'rwmb'),
                            'id' => 'text',
                            'type' => 'text',
                        ),
                        array(
                            'name' => __('Telephone', 'rwmb'),
                            'id' => 'date',
                            'type' => 'text',
                            'clone'=>true
                        ),
                      
                    ),
                ),
    #2874
    Anh TranAnh Tran
    Keymaster

    Hi @brightcreations, the clone of sub-fields is buggy inside a group. We're working on this to fix. Please give us some time.

    #2897
    brightcreationsbrightcreations
    Participant

    Ok thanks but please I have purchased this plugin after I make sure that support Nested Clone so please I want this feature ASAP do you have time plan for it

    #2898
    Anh TranAnh Tran
    Keymaster

    No worries, I'm working on it. I will release a new version asap when I finish, promise!

    #2917
    brightcreationsbrightcreations
    Participant

    any new news about this ?

    #2918
    Anh TranAnh Tran
    Keymaster

    Hi @brightcreations,

    I'm still working on it. I'm having problems with JavaScript :(. It might take some days. I hope I can solve it this week.

    #2970
    brightcreationsbrightcreations
    Participant

    Please any updates in this issue

    #2973
    Anh TranAnh Tran
    Keymaster

    I haven't resolved the problem with JavaScript yet. Please wait. It's harder than I thought.

    #2984
    Anh TranAnh Tran
    Keymaster

    Hi @brightcreations, I've just updated the Group extension with support for cloning sub-fields in a group. There is still 1 thing that doesn't work: either the group or sub-field is not cloneable, e.g. if both the group and sub-field are cloneable - the code won't work.

    More details:

    - If group & sub-fields are not cloneable - WORKS
    - If group is cloneable & sub-fields are not cloneable - WORKS
    - If group is not clonable & sub-fields are cloneable - WORKS
    - If group is cloneabe & sub-fields are cloneable - NOT WORKS

    Please update the extension and try. Thanks.

    #2987
    brightcreationsbrightcreations
    Participant

    Thanks for your support it is very good news for me but unfortunately I want the last point to be working also so please are you working on it on next update ?

    again thanks a lot for your fast support

    #2989
    Anh TranAnh Tran
    Keymaster

    Yes, I'm still working on it. I will try my best to resolve this problem soon.

    #3024
    brightcreationsbrightcreations
    Participant

    Any updates on this issue It is stop my work and need it urgent please

    #3026
    Anh TranAnh Tran
    Keymaster

    I'm still working on it. Can you please wait a little bit?

    #3027
    brightcreationsbrightcreations
    Participant

    Waiting for you thanks

    #3035
    Anh TranAnh Tran
    Keymaster

    @brightcreations: I think this problem is a technical challenge and I guest it takes long to resolve. Although I'm working on it, it's more complicated than I imagine.

    I don't want to stop you from developing websites, so I suggest you can use another solution for this purpose, for example: using a textarea or simple text field and ask users to enter phone numbers one by line or comma separated, then in the frontend use explode to get the values.

    What do you think?

Viewing 15 posts - 1 through 15 (of 24 total)
  • The topic ‘Nested Group Meta not working’ is closed to new replies.