| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/components/com_djcatalog2/models/forms/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <form> <fields name="djcatalog2profile" addfieldpath="/administrator/components/com_djcatalog2/models/fields" addrulepath="/administrator/components/com_djcatalog2/models/rules"> <fieldset name="basicprofile" label="COM_DJCATALOG2_USER_PROFILE"> <field name="client_type" type="radio" default="R" label="COM_DJCATALOG2_UP_CLIENT_TYPE" class="btn-group"> <option value="R">COM_DJCATALOG2_CLIENT_TYPE_R</option> <option value="W">COM_DJCATALOG2_CLIENT_TYPE_W</option> </field> <field name="user_id" type="djcuser" label="COM_DJCATALOG2_USER" required="true" default="" onchange="DJCatSelectCustomerUser(this);" context="checkout" /> <field name="email" type="email" filter="string" label="COM_DJCATALOG2_UP_EMAIL" required="true" validate="email" class="input form-control input-large billing" /> <field name="firstname" type="text" filter="string" label="COM_DJCATALOG2_UP_FIRSTNAME" class="input form-control input-large billing" required="true" /> <field name="lastname" type="text" filter="string" label="COM_DJCATALOG2_UP_LASTNAME" class="input form-control input-large billing" required="true" /> <field name="company" type="text" filter="string" label="COM_DJCATALOG2_UP_COMPANY" class="input form-control input-large billing" /> <field name="position" type="text" filter="string" label="COM_DJCATALOG2_UP_POSITION" class="input form-control input-large billing" /> <field name="address" type="text" filter="string" label="COM_DJCATALOG2_UP_ADDRESS" class="input form-control input-large billing" required="true" /> <field name="city" type="text" filter="string" label="COM_DJCATALOG2_UP_CITY" class="input form-control input-large billing" required="true" /> <field name="country_id" type="djccountry" default="" label="COM_DJCATALOG2_UP_COUNTRY" class="input form-control input-large djc_country billing form-select uk-select" required="true" validate="djccountry" /> <field name="state_id" type="djccountrystate" default="" label="COM_DJCATALOG2_UP_STATE" class="input form-control input-large billing form-select uk-select" required="true" country_field="jform_djcatalog2profile_country_id" validate="djccountrystate" /> <field name="postcode" type="text" filter="string" label="COM_DJCATALOG2_UP_POSTCODE" class="input form-control input-large djc_postcode billing" required="true" /> <field name="vat_id" type="text" filter="string" label="COM_DJCATALOG2_UP_VATID" class="input form-control input-large billing" /> <field name="phone" type="text" filter="string" label="COM_DJCATALOG2_UP_PHONE" class="input form-control input-large billing" required="true" /> <field name="fax" type="text" filter="string" label="COM_DJCATALOG2_UP_FAX" class="input form-control input-large billing" /> <field name="www" type="text" label="COM_DJCATALOG2_UP_WWW" class="input form-control input-large billing" filter="url" /> <field name="customer_group_id" type="djccustomergroup" default="" label="COM_DJCATALOG2_UP_CUSTOMERGROUP" header="COM_DJCATALOG2_LIST_PLEASE_SELECT" key_field="id" value_field="name" class="input form-control" /> <field name="want_invoice" type="radio" default="0" label="COM_DJCATALOG2_UP_WANT_INVOICE" class="btn-group"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <!-- <field name="client_type" type="hidden" default="R" /> --> </fieldset> </fields> <fields name="djcatalog2orderdetails"> <fieldset name="delivery_payment" label="COM_DJCATALOG2_PAYMENT_N_DELIVERY"> <field name="delivery_method_id" type="djcdelivery" label="COM_DJCATALOG2_DELIVERY_METHOD" default="" /> <field name="payment_method_id" type="djcpayment" label="COM_DJCATALOG2_PAYMENT_METHOD" default="" /> <field name="recurring" showon="payment_method_id:-1" type="radio" default="0" class="btn-group" label="COM_DJCATALOG2_ORDER_RECURRING" description="COM_DJCATALOG2_ORDER_RECURRING_DESC"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="repeat" showon="recurring:1" default="weekly" type="radio" label="COM_DJCATALOG2_ORDER_RECURRING_REPETITION" class="btn-group"> <option value="weekly">COM_DJCATALOG2_WEEKLY</option> <option value="monthly">COM_DJCATALOG2_MONTHLY</option> <option value="yearly">COM_DJCATALOG2_YEARLY</option> </field> <!-- <field name="repeat_interval" type="text" class="input-mini" label="COM_DJCATALOG2_ORDER_RECURRING_REPETITION_INTERVAL" default="1" showon="recurring:1[AND]repeat:weekly,monthly,yearly" /> --> <field name="repeat_until" type="calendar" label="COM_DJCATALOG2_ORDER_RECURRING_UNTIL" class="input-medium" size="22" format="%Y-%m-%d" filterformat="Y-m-d" filter="UTC" default="NOW +3 months" showon="recurring:1[AND]repeat:weekly,monthly,yearly" /> <!-- <field name="weekday" type="radio" label="COM_DJCATALOG2_WEEKDAY" class="btn-group" default="1" showon="recurring:1[AND]repeat:weekly"> <option value="1">JYES</option> <option value="0">JNO</option> </field> --> <field name="weekday" type="hidden" default="0" /> <field name="weekly_weekdays" type="list" class="input-mini" label="COM_DJCATALOG2_WEEKLY_WEEKDAYS" showon="recurring:1[AND]weekday:0[AND]repeat:weekly"> <option value="1">MON</option> <option value="2">TUE</option> <option value="3">WED</option> <option value="4">THU</option> <option value="5">FRI</option> <option value="6">SAT</option> <option value="7">SUN</option> </field> <field name="monthday" type="number" label="COM_DJCATALOG2_DAY_OF_MONTH" default="1" min="1" max="31" showon="recurring:1[AND]repeat:monthly" class="input input-mini" /> <!-- <field name="monthday" type="radio" label="COM_DJCATALOG2_MONTHDAY" class="btn-group" default="1" showon="recurring:1[AND]repeat:monthly"> <option value="1">JYES</option> <option value="0">JNO</option> </field> <field name="weekno" type="checkboxes" label="COM_DJCATALOG2_WEEKNO" class="form-inline" showon="recurring:1[AND]monthday:0"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> </field> <field name="monthly_weekdays" type="checkboxes" label="COM_DJCATALOG2_MONTHLY_WEEKDAYS" class="form-inline" showon="recurring:1[AND]monthday:0"> <option value="1">MON</option> <option value="2">TUE</option> <option value="3">WED</option> <option value="4">THU</option> <option value="5">FRI</option> <option value="6">SAT</option> <option value="7">SUN</option> </field> --> </fieldset> </fields> <fields name="djcatalog2delivery"> <fieldset name="delivery" label="COM_DJCATALOG2_DELIVERY_DETAILS"> <field name="delivery_to_billing" type="list" value="1" default="1" label="COM_DJCATALOG2_DELIVERY_IS_BILLING_LABEL"> <option value="1">COM_DJCATALOG2_DELIVERY_IS_BILLING</option> <option value="0">COM_DJCATALOG2_DELIVERY_IS_NOT_BILLING</option> </field> <field name="save" type="checkbox" label="COM_DJCATALOG2_SAVE_ADDRESS" description="COM_DJCATALOG2_SAVE_ADDRESS_DESC" value="1" /> <field name="id" type="hidden" default="0" /> <field name="name" type="text" filter="string" label="COM_DJCATALOG2_ADDRESS_NAME" description="COM_DJCATALOG2_ADDRESS_NAME_DESC" class="input form-control input-large delivery" showon="save:1" /> <field name="firstname" type="text" filter="string" label="COM_DJCATALOG2_UP_FIRSTNAME" class="input form-control input-large delivery" required="true" /> <field name="lastname" type="text" filter="string" label="COM_DJCATALOG2_UP_LASTNAME" class="input form-control input-large delivery" required="true" /> <field name="company" type="text" filter="string" label="COM_DJCATALOG2_UP_COMPANY" class="input form-control input-large delivery" /> <field name="address" type="text" filter="string" label="COM_DJCATALOG2_UP_ADDRESS" class="input form-control input-large delivery" required="true" /> <field name="city" type="text" filter="string" label="COM_DJCATALOG2_UP_CITY" class="input form-control input-large delivery" required="true" /> <field name="country_id" type="djccountry" default="" label="COM_DJCATALOG2_UP_COUNTRY" class="input form-control input-large djc_country delivery" required="true" validate="djccountry" /> <field name="state_id" type="djccountrystate" default="" label="COM_DJCATALOG2_UP_STATE" class="input form-control input-large delivery" required="true" country_field="jform_djcatalog2delivery_country_id" validate="djccountrystate" /> <field name="postcode" type="text" filter="string" label="COM_DJCATALOG2_UP_POSTCODE" class="input form-control input-large djc_postcode delivery" required="true" /> <field name="phone" type="text" filter="string" label="COM_DJCATALOG2_UP_PHONE" class="input form-control input-large delivery" required="true" /> </fieldset> </fields> <fields name="djcatalog2message"> <fieldset name="message" label="COM_DJCATALOG2_ORDER_NOTES"> <field name="customer_note" type="textarea" cols="50" rows="10" label="COM_DJCATALOG2_MESSAGE" filter="htmlsafe" required="true" class="input form-control input-large input" /> </fieldset> </fields> <fields name="djcatalog2statements"> <fieldset name="additional" label="COM_DJCATALOG2_PROFILE_STATEMENTS"> <field name="tos" type="checkbox" value="1" required="true" label="COM_DJCATALOG2_TOS" description="COM_DJCATALOG2_TOS_DESC"/> <field name="gdpr_policy" type="checkbox" value="1" required="true" label="COM_DJCATALOG2_GDPR_POLICY" /> <field name="gdpr_agreement" type="checkbox" value="1" required="true" label="COM_DJCATALOG2_GDPR_AGREE" /> </fieldset> </fields> <fields name="djcatalog2captcha"> <fieldset name="captcha"> <field name="captcha" type="captcha" label="COM_DJCATALOG2_CAPTCHA_LABEL" validate="captcha" namespace="basicprofile" /> </fieldset> </fields> </form>