Your IP : 216.73.216.147


Current Path : /home/lejardintz/www/modules/mod_as_contact_form/
Upload File :
Current File : /home/lejardintz/www/modules/mod_as_contact_form/mod_as_contact_form.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.4.0" client="site" method="install">
	<name>AS Contact Form</name>
	<creationDate>2014-11-20</creationDate>
	<updateDate>2017-10-02</updateDate>
	<author>AS Designing</author>
    <authorUrl>http://www.asdesigning.com</authorUrl>
    <license>GNU/GPL</license>	
	<version>2.2.0</version>
	<description>
	<![CDATA[

			AS Contact Form allows visitors to contact your site administrator by e-mail very fast and secure.
			<br />Visit our site for more extensions and templates: <a href="http://www.astemplates.com" target="_blank">http://www.astemplates.com</a>.
			<br /><br />
			
			</span>
			<br /><br />]]>
	</description>
		
	<files>
		<folder>css</folder>
		<folder>fields</folder>
		<folder>images</folder>
		<folder>js</folder>
		<folder>tmpl</folder>
		<folder>language</folder>
		
		<filename module="mod_as_contact_form">mod_as_contact_form.php</filename>
		<filename>helper.php</filename>
		<filename>index.html</filename>
		<filename>mod_as_contact_form.xml</filename>
	</files>
	<languages>
		<language tag="en-GB">language/en-GB/en-GB.mod_as_contact_form.ini</language>
		<language tag="en-GB">language/en-GB/en-GB.mod_as_contact_form.sys.ini</language>
	</languages>
	<config>
		<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->	
		<!-- Basic Configuration Options ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
		<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->	
				
		<fields name="params">
			<fieldset 
				name="module_settings" 
				label="MOD_AS_CONTACT_FORM_MODULE_SETTINGS"
				addfieldpath="/modules/mod_as_contact_form/fields">
				<field type="spacer"></field>
								
				<field 
					name="admin_email" 
					type="email" 
					label="MOD_AS_CONTACT_FORM_ADMIN_EMAIL_LABEL" 
					default=""
					required="true" />
				<field 
					name="cc_email" 
					type="email" 
					description="MOD_AS_CONTACT_FORM_CC_DESC" 
					label="MOD_AS_CONTACT_FORM_CC_LABEL" 
					default="" />
				<field 
					name="bcc_email" 
					type="email" 
					description="MOD_AS_CONTACT_FORM_BCC_DESC" 
					label="MOD_AS_CONTACT_FORM_BCC_LABEL"
					default="" />
									
				<field type="spacer"></field>
				<field
					type="textarea"
					name="pretext"
					rows="5"
					cols="5"
					label="MOD_AS_CONTACT_FORM_PRETEXT_LABEL"
					description="MOD_AS_CONTACT_FORM_PRETEXT_DESC">
				</field>
				<field name="fields_list"
					type="fields"
					icon="list"
					description="MOD_AS_CONTACT_FORM_FIELD_FIELDS_DESC"
					label="MOD_AS_CONTACT_FORM_FIELD_FIELDS_LABEL"
					default="{'label':['Name','Email','Phone','Subject','Message'],'name':['name','email','phone','subject','message'],'type':['text','email','tel','text','textarea'],'req':['1','1','1','1','1'],'bootstrap_size':['4','4','4','12','12']}">
					<fields name="params">
						<fieldset hidden="true" name="fields_list_fields" repeat="true">
							<field 
								name="label" 
								type="text" 
								label="MOD_AS_CONTACT_FORM_LABEL_LABEL"
								description="MOD_AS_CONTACT_FORM_LABEL_DESC"
							/>
							<field 
								name="name" 
								type="text" 
								label="MOD_AS_CONTACT_FORM_NAME_LABEL"
								description="MOD_AS_CONTACT_FORM_NAME_DESC"
							/>
							<field
								name="type"
								type="list"
								label="MOD_AS_CONTACT_FORM_TYPE_LABEL"
								description="MOD_AS_CONTACT_FORM_TYPE_DESC"
							>
							  <option value="text">text</option>
							  <option value="email">email</option>
							  <option value="tel">tel</option>
							  <option value="url">url</option>
							  <option value="select">select</option>
							  <option value="textarea">textarea</option>
							</field>
							<field name="options_list"
								type="repeatablefix"
								icon="list"
								description="MOD_AS_CONTACT_FORM_FIELD_OPTIONS_DESC"
								label="MOD_AS_CONTACT_FORM_FIELD_OPTIONS_LABEL">
								<fields name="params">
									<fieldset hidden="true" name="options_list_modal" repeat="true">
										<field name="option_name"
											label="MOD_AS_CONTACT_FORM_FIELD_OPTION_NAME_LABEL"
											description="MOD_AS_CONTACT_FORM_FIELD_OPTION_NAME_DESC"
											size="30"
											type="text" />
										<field name="option_value"
											label="MOD_AS_CONTACT_FORM_FIELD_OPTION_VALUE_LABEL"
											description="MOD_AS_CONTACT_FORM_FIELD_OPTION_VALUE_DESC"
											size="30"
											type="text" />
									</fieldset>
								</fields>
							</field>
							<field name="title"
								label="MOD_AS_CONTACT_FORM_FIELD_TITLE_LABEL"
								type="hidden"
							/>
							<field 
								name="req" 
								type="radio"
								class="btn-group btn-group-yesno"
								default="1"
								label="MOD_AS_CONTACT_FORM_JREQUIRED"
								description="MOD_AS_CONTACT_FORM_FIELD_REQUIRED_DESC">
								<option	value="0">JNO</option>
								<option	value="1">JYES</option>
							</field>
							<field
								name="bootstrap_size"
								type="integer"
								first="0"
								last="12"
								step="1"
								label="COM_MODULES_FIELD_BOOTSTRAP_SIZE_LABEL"
								description="MOD_AS_CONTACT_FORM_FIELD_BOOTSTRAP_SIZE_DESC"
							/>
						</fieldset>
					</fields>
				</field>
				<field type="spacer"></field>
				
				<field 
					name="success_notify" 
					type="text" 
					description="MOD_AS_CONTACT_FORM_SUCCESS_DESC" 
					label="MOD_AS_CONTACT_FORM_SUCCESS_LABEL" 
					default="Thank You! Your message has been sent." />
				<field 
					name="failure_notify"
					type="text" 
					description="MOD_AS_CONTACT_FORM_ERROR_DESC" 
					label="MOD_AS_CONTACT_FORM_ERROR_LABEL" 
					default="Something went wrong, please try again later." />
				<field type="spacer"></field>
				
				<field 
					name="reset_publish" 
					type="radio" 
					class="btn-group" 
					default="1" 
					label="MOD_AS_CONTACT_FORM_RESET_LABEL" 
					description="MOD_AS_CONTACT_FORM_RESET_DESC"
				>
					<option	value="1">JPUBLISHED</option>
					<option	value="0">JUNPUBLISHED</option>
				</field>
				<field 
					name="br_name" 
					type="text" 
					description="MOD_AS_CONTACT_FORM_RESET_NAME_LABEL" 
					label="MOD_AS_CONTACT_FORM_RESET_NAME_DESC" 
					default="Clear" />
				<field 
					name="bs_name" 
					type="text" 
					description="MOD_AS_CONTACT_FORM_SUBMIT_NAME_LABEL" 
					label="MOD_AS_CONTACT_FORM_SUBMIT_NAME_DESC" 
					default="Send" />
				<field 
					name="labels_pos" 
					type="radio" 
					class="btn-group" 
					default="1" 
					label="MOD_AS_CONTACT_FORM_LABELS_POS_LABEL" 
					description="MOD_AS_CONTACT_FORM_LABELS_POS_DESC"
				>
					<option	value="1">MOD_AS_CONTACT_FORM_INSIDE</option>
					<option	value="0">MOD_AS_CONTACT_FORM_OUTSIDE</option>
				</field>
			</fieldset>	
			<fieldset 
				name="advanced">
				<field 
					name="moduleclass_sfx" 
					type="text" 
					label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL" 
					description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />
				<field
					name="layout"
					type="modulelayout"
					label="JFIELD_ALT_LAYOUT_LABEL"
					description="JFIELD_ALT_MODULE_LAYOUT_DESC" />
			</fieldset>
		</fields>
	</config>
</extension>