| Current Path : /var/www/html/components/com_jvld/models/forms/ |
| Current File : /var/www/html/components/com_jvld/models/forms/contact.xml |
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<form>
<fieldset
name="contact"
label=""
description="">
<field
name="lid"
type="hidden"
default="{value}"
/>
<field
name="sender_name"
type="text"
default=""
required="true"
filter="string"
class="jvld-width-75"
label="COM_JVLD_CUSTOMER_NAME"
description=""
/>
<field
name="sender_email"
type="text"
validate="email"
default=""
required="true"
class="jvld-width-75"
filter="string"
label="COM_JVLD_YOUR_EMAIL"
description=""
/>
<field
name="message"
type="textarea"
class="jvld-width-75"
required="true"
rows="5"
cols="60"
filter="string"
label="COM_JVLD_CONTACT"
description=""
/>
<field
name="captcha"
type="captcha"
class="jvld-width-67"
label="COM_JVLD_CAPTCHA_LABEL"
description="COM_JVLD_CAPTCHA_DESC"
validate="captcha"
/>
</fieldset>
</form>