Hey guys,
i have my own siteorigin widget running. Everything works nice, and i can display all the input in my frontend except the ‘section’ array.
In my example, I can display a regular ‘text’ array with: . But what i need to show the ‘grouped_text’ inside my ‘pricelist’?
____________________
‘pricelist’ => array(
‘type’ => ‘section’,
‘label’ => __( ‘Preisliste’ , ‘widget-form-fields-text-domain’ ),
‘hide’ => true,
‘fields’ => array(
‘grouped_text’ => array(
‘type’ => ‘textarea’,
‘label’ => __( ‘A grouped text field’, ‘widget-form-fields-text-domain’ )
),
)
)
Hi WordPress1,
Based on your example, you can use: