PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
components
/
com_djcatalog2
/
models
/
forms
<?xml version="1.0" encoding="utf-8"?> <form> <fields name="djcatalog2profile" addfieldpath="/administrator/components/com_djcatalog2/models/fields"> <fieldset name="basicprofile" label="COM_DJCATALOG2_USER_PROFILE"> <field name="email" type="email" filter="string" label="COM_DJCATALOG2_UP_EMAIL" required="true" validate="email" class="inputbox input input-large" /> <field name="firstname" type="text" filter="string" label="COM_DJCATALOG2_UP_FIRSTNAME" class="inputbox input input-large" required="true" /> <field name="lastname" type="text" filter="string" label="COM_DJCATALOG2_UP_LASTNAME" class="inputbox input input-large" required="true" /> <field name="company" type="text" filter="string" label="COM_DJCATALOG2_UP_COMPANY" class="inputbox input input-large" /> <field name="position" type="text" filter="string" label="COM_DJCATALOG2_UP_POSITION" class="inputbox input input-large" /> <field name="address" type="text" filter="string" label="COM_DJCATALOG2_UP_ADDRESS" class="inputbox input input-large" required="true" /> <field name="city" type="text" filter="string" label="COM_DJCATALOG2_UP_CITY" class="inputbox input input-large" required="true" /> <field name="postcode" type="text" filter="string" label="COM_DJCATALOG2_UP_POSTCODE" class="inputbox input input-large" required="true" /> <field name="country_id" type="sql" default="" query="SELECT '' as id, '' as country_name, 1 as is_default UNION SELECT id, country_name, is_default FROM #__djc2_countries ORDER BY is_default DESC, country_name ASC" label="COM_DJCATALOG2_UP_COUNTRY" key_field="id" value_field="country_name" class="inputbox input input-large" required="true" /> <field name="vat_id" type="text" filter="string" label="COM_DJCATALOG2_UP_VATID" class="inputbox input input-large" /> <field name="phone" type="text" filter="string" label="COM_DJCATALOG2_UP_PHONE" class="inputbox input input-large" required="true" /> <field name="fax" type="text" filter="string" label="COM_DJCATALOG2_UP_FAX" class="inputbox input input-large" /> <field name="www" type="text" label="COM_DJCATALOG2_UP_WWW" class="inputbox input input-large" filter="url" /> <field name="customer_note" type="textarea" cols="50" rows="10" label="COM_DJCATALOG2_MESSAGE" filter="htmlsafe" required="true" class="inputbox input-large input" /> <field name="customer_group_id" type="hidden" /> <field name="client_type" type="hidden" /> </fieldset> <fieldset name="captcha"> <field name="captcha" type="captcha" label="COM_DJCATALOG2_CAPTCHA_LABEL" validate="captcha" namespace="basicprofile" /> </fieldset> </fields> </form>
[+]
..
[-] contact.xml
[edit]
[-] index.html
[edit]
[-] itemform.xml
[edit]
[-] userprofile.xml
[edit]
[-] .htaccess.disabled
[edit]