Recent Topics

1 Jun 26, 2017 15:46    

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.'),
					),

2 Jul 04, 2017 00:31

Hi @achillis. I confirm the issue. The dev team is already informed.

Thank you for reporting.

Regards!

4 Jul 14, 2017 08:44

Problem Solved! :P


Form is loading...