Created
August 11, 2015 19:31
-
-
Save manchumahara/ee0e65509ea6d411e2d2 to your computer and use it in GitHub Desktop.
Repeatable Form Field for Joomla - Step2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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" /> | |
</fieldset> | |
</field> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment