Forum Replies Created
-
AuthorPosts
-
August 17, 2018 at 5:58 PM in reply to: โ Text limit applying to sibling text input (using groups) #11037
makeagency
ParticipantAs always, thank you Ahn Tran.
August 7, 2018 at 3:22 PM in reply to: "std" => "" value dissapears on text when text_list or key_value is set to clone #10906makeagency
ParticipantHere's a grab of the metabox code:
August 6, 2018 at 4:02 PM in reply to: "std" => "" value dissapears on text when text_list or key_value is set to clone #10897makeagency
ParticipantHi,
No I don't ๐ , i only see it when the
cloneon thetext_listis set to false.You can see in the images i posted what is visible for each scenario.
August 3, 2018 at 8:20 PM in reply to: "std" => "" value dissapears on text when text_list or key_value is set to clone #10866makeagency
ParticipantHi,
In the first snippet'std' => 'Opening Times:',Perhaps you're misunderstanding my issue.
The
stdvalue isn't present on any of the fields that have it set (i.e. on every text field, see images attached originally to this post) when the'type' => 'text_list'field is set to'clone' => true,August 3, 2018 at 12:11 AM in reply to: "std" => "" value dissapears on text when text_list or key_value is set to clone #10846makeagency
ParticipantTo clarify:
I have multiple fields, a few of these fields are set to readonly, as i don't want them to be edited but git a que for the content that should be added below these fiels.
// TEXT array( 'name' => 'Section:', 'id' => "{$prefix}academy_opening_times_title_note", 'type' => 'text', 'std' => 'Opening Times:', 'readonly' => true, ),When ever this field or the key_value field has clone set to true, the std text isn't displaying.
array( 'name' => 'Opening times:', 'id' => "{$prefix}academy_opening_times", 'type' => 'text_list', 'clone' => true, // Clone set to true 'options' => array( 'Monday - Friday' => 'Day(s)', '8am-6pm' => 'Time(s)', ), 'add_button' => '+ Day(s) / Time(s)', ),I hope the images provided in my original post show the output.
makeagency
ParticipantHi,
So for example:
MB_Custom_Table_API::create( 'my_custom_table', array( 'address' => 'TEXT NOT NULL', 'phone' => 'TEXT NOT NULL', 'email' => 'TEXT NOT NULL', ) );Would we use
'TEXT NOT NULL'for an image?makeagency
ParticipantIt is working now yes, as my comment above states."I have reverted to the previous version of the plugin" so the form submits now.
It doesn't submit with the most recent version of the plugin.
makeagency
ParticipantSo Ive reverted the most recent update and the form submits perfectly.
Any chance of a fix for the latst version? -
AuthorPosts