The dynamic form object as is used in the LDAP plugin ignores default values and returns empty object
also see (http://forums.b2evolution.net/dynamic-ajax-form-settings-input-fields-plugin-per)
'type' => version_compare( $app_version, '6.6.5', '>' ) ? 'array:array:string' : 'array',
'max_count' => 10,
'entries' => array(
'test' => array(
'label' => T_('Test'),
'defaultvalue' => 'FOO',
'type' => 'text',
'note' => T_('some note.'),
),
Hi @achillis. I confirm the issue. The dev team is already informed.
Thank you for reporting.
Regards!