Hi Klas,
Thank you for your help. Components are installed, I have added a button Submit to the GroupX, use the type "free" for this button. For Link have selected custom and click on the +. Into "construction Area", I have filled the field Link with expected URL as for example:
/monsite/gestionnaire-base/form/huilebase?id=16 --> The expected article is opened :)
Now how I can replace the value 16 by the value of the groupX component "liste de selection dynamique" associated to this button ?
If for example the component is named "name-article", what is the right syntax? I have tried lot of possibility without success
(for example: ?id=$get['name-article']->value['id'] ). I understand than this syntaxt is not right because the GroupX 'name-article' is an array, but how I can know the id of the 'name-article' object ?
eg of screen:
- + .
article: toto <-- this is a "liste of selection dynamique"
Button Detail: (should call article toto)
value : "free text"
- + .
article: tata <-- this is a "liste of selection dynamique"
Button Detail: (should call article tata)
value : "free text"
I hope than me explanation is enough clear.
Thank in advance for your help.
Gérard