Your IP : 216.73.217.53


Current Path : /home/bonneesp/www/components/com_chronoforms5/views/form/tmpl/
Upload File :
Current File : /home/bonneesp/www/components/com_chronoforms5/views/form/tmpl/default.xml

<?xml version="1.0" encoding="utf-8"?>
<metadata>
	<layout title="ChronoForms5 form" option="Display Form">
		<help key = "Display Form" />
		<message>
			Display Form
		</message>
	</layout>

	<!-- Add fields to the parameters object for the layout. -->
	<fields name="params">
		<!-- Basic options. -->
		<fieldset name="basic" label="COM_MENUS_BASIC_FIELDSET_LABEL">
			<field name="chronoform" type="text" description="Enter your form name" label="Form Name"></field>
			<field name="event" type="text" description="Enter your form's event to be loaded, if left empty then the 'load' event will be loaded, enter the event name without 'On', e.g: for 'OnSubmit' please enter 'submit'" label="Event"></field>
			<field name="cf_mp" type="text" description="Enter a value to be passed to the form to identify this menu item. It will be available in the form data as 'cf_mp'." label="Parameter"></field>
		</fieldset>
	</fields>
</metadata>