Yes, it is from component com_contact i want to validate from server side.
The path is com_contact/model/contact.xml
<?xml version="1.0" encoding="UTF-8"?>
<form>
<fieldset name="contact" addrulepath="components/com_contact/models/rules" label="COM_CONTACT_FORM_LABEL">
<field name="contact_name"
type="text"
id="contact-name"
size="30"
description="COM_CONTACT_CONTACT_EMAIL_NAME_DESC"
label="COM_CONTACT_CONTACT_EMAIL_NAME_LABEL"
filter="string"
required="true"
/>
I want to validate the contact_name in this field
via Joomla! http://ift.tt/1azJpwc
The path is com_contact/model/contact.xml
<?xml version="1.0" encoding="UTF-8"?>
<form>
<fieldset name="contact" addrulepath="components/com_contact/models/rules" label="COM_CONTACT_FORM_LABEL">
<field name="contact_name"
type="text"
id="contact-name"
size="30"
description="COM_CONTACT_CONTACT_EMAIL_NAME_DESC"
label="COM_CONTACT_CONTACT_EMAIL_NAME_LABEL"
filter="string"
required="true"
/>
I want to validate the contact_name in this field
Statistics: Posted by rajesh99 — Sat Apr 11, 2015 8:32 am
via Joomla! http://ift.tt/1azJpwc
No comments:
Post a Comment