[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/components/com_privacy/forms/ -> remind.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <form>
   3      <fieldset name="default" label="COM_PRIVACY_REMIND_REQUEST_FIELDSET_LABEL">
   4          <field
   5              name="email"
   6              type="text"
   7              label="JGLOBAL_EMAIL"
   8              description="COM_PRIVACY_FIELD_CONFIRM_EMAIL_DESC"
   9              validate="email"
  10              required="true"
  11              size="30"
  12          />
  13  
  14          <field
  15              name="remind_token"
  16              type="text"
  17              label="COM_PRIVACY_FIELD_REMIND_CONFIRM_TOKEN_LABEL"
  18              description="COM_PRIVACY_FIELD_REMIND_CONFIRM_TOKEN_DESC"
  19              filter="alnum"
  20              required="true"
  21              size="32"
  22          />
  23      </fieldset>
  24  </form>


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer