Skip to content

Instantly share code, notes, and snippets.

@manchumahara
Last active March 15, 2017 11:49
Show Gist options
  • Save manchumahara/9466108a757feb4c1e45 to your computer and use it in GitHub Desktop.
Save manchumahara/9466108a757feb4c1e45 to your computer and use it in GitHub Desktop.
Repeatable Form Field for Joomla
<field name="myrepeatfield"
type="Repeatable"
icon="list"
description="Field Description here"
label="Field Label Here"
default="">
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment