× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Dynamically show user information in XML form

9 Jahre 1 Woche her - 9 Jahre 1 Woche her #774 von Walt Sorensen
Dynamically show user information in XML form wurde erstellt von Walt Sorensen
Can you display user information in an Joomla xml form after selecting the user via the field type type="user" ?
I've looked at a lot of tutorials but nothing seems explain how to select a user then display certain information via an xml form (there seems to be plenty on doing this in a php form, just nothing about doing in XML).

Basic concept I'm working on is to select the user and show the user name and email in the form along with some additional fields:
<?xml version="1.0" encoding="utf-8"?>
<form>
   <fieldset>
      <field name="user_id" type="user"       
                   label="COM_SOMECOMPONENT_FORM_LBL_USER_USER_ID"
               description="COM_SOMECOMPONENT_FORM_DESC_USER_USER_ID" 
                    required="true"  /> 
      <field name="username" type="text"
                   label="COM_SOMECOMPONENT_FORM_LBL_USER_USER_NAME"
               description="COM_MYCOMPONENT_FORM_DESC_USER_USER_NAME"
               />
                <field name="user_email" type="text"
                   label="COM_SOMECOMPONENT_FORM_LBL_USER_USER_EMAIL"
               description="COM_SOMECOMPONENT_FORM_DESC_USER_USER_EMAIL"
               />
   </fieldset>
</form>
What modifications are needed  in this XML to have the form dynamically show the user's information in the form when the user is selected?
Thanks for your help and guidance in this topic
Letzte Änderung: 9 Jahre 1 Woche her von Walt Sorensen. Grund: fix the formatting

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Ladezeit der Seite: 1.025 Sekunden
Powered by Kunena Forum

Wir verwenden eigene Cookies und Cookies von Drittanbietern, um Ihr Nutzererlebnis zu verbessern und Ihnen einen optimalen Service zu bieten. Wenn Sie die Website weiter nutzen, gehen wir davon aus, dass Sie mit unserer Cookie-Politik einverstanden sind.