esedic
2/1/2016 - 1:37 PM

Repeatable Form Field for Joomla http://wp.me/p6mwqI-3q

Repeatable Form Field for Joomla http://wp.me/p6mwqI-3q

<field name="myrepeatfield"
	type="Repeatable"
	icon="list"
	description="Field Description here"
	label="Field Label Here"
	default="{'customfield1':['Custom Field 1 value repeat1', 'Custom Field 1 value repeat2'], 'customfield2':['Custom Field 2 value repeat1','Custom Field 2 value repeat2']}">
	
	<fieldset hidden="true" name="myrepeatfield_modal" repeat="true">
		
		<field name="customfield1"
			label="Custom Field One"
			size="30"
			type="text" />
			
		<field name="customfield2"
			label="Custom Field Two"
			size="30"
			type="textarea" />
	</fieldset>
</field>