- This topic has 7 replies, 3 voices, and was last updated 5 years, 2 months ago by
tirins007.
Viewing 3 reply threads
-
AuthorPosts
-
-
January 19, 2016 at 7:16 am #5664
notanameMemberCode from demo page, where it work well (change first checkbox to select).
I tried in Setting, Post and Page, default value in group not working, without group field it work as expected.piklist('field', array( 'type' => 'group' ,'field' => 'checkbox_list' ,'label' => __('Group Lists', 'piklist-demo') ,'list' => false ,'fields' => array( array( 'type' => 'radio' ,'field' => 'checkbox_list_1' ,'label' => __('List #1', 'piklist-demo') ,'label_position' => 'before' ,'value' => 'third' ,'choices' => array( 'first' => 'First Choice' ,'third' => 'Third Choice' ) ,'columns' => 6 ) ,array( 'type' => 'checkbox' ,'field' => 'checkbox_list_2' ,'label' => __('List #2', 'piklist-demo') ,'label_position' => 'before' ,'value' => 'second' ,'choices' => array( 'first' => 'First Choice' ,'second' => 'Second Choice' ,'third' => 'Third Choice' ) ,'columns' => 6 ) ) ));Attachments:
You must be logged in to view attached files. -
January 20, 2016 at 6:59 am #5671
SteveKeymaster@notaname– So it’s working in the demos, but when you copy to your own project it’s not working?
-
January 20, 2016 at 9:31 am #5672
notanameMemberYes, also for Text fields in Group fields value not displayed too. No other active plugins, only Piklist.
-
January 21, 2016 at 11:50 am #5679
SteveKeymasterPlease make sure Demos are deactivated. Let us know if that helps.
-
January 21, 2016 at 5:24 pm #5693
-
January 25, 2016 at 12:20 pm #5721
notanameMemberHi Steve! Sorry for misprints, I wanted to say what in demo page default value in group field not working for text, radio, checkbox fields on Piklist 0.9.9.7, can you reproduce this issue?
-
-
January 21, 2016 at 5:12 pm #5691
-
November 15, 2016 at 6:19 pm #7541
tirins007ParticipantI am getting the same behaviour in 0.9.9.9. Any updates, please?
-
-
AuthorPosts
Viewing 3 reply threads
- You must be logged in to reply to this topic.