Capture fields

Hi good afternoon, I have to fill out a form and dni field, like that captured data (name, ID number, address …)
I tried it with links> Capture> I pass the value of the field (DNI), but I only fill the field of ID, the others left empty.
What am I doing wrong?

Thank you very much for your help?

Sorry my English

Yes, this is one of the feature requests to be able to retrieve more fields into other edit fields. Currently, if you only want to display the data, you need to apply a automatic lookup on the dni field. After you have done your lookup (by link) the rest of the data is looked up and shown. In the lookup you can select more than one field. You must separate these by hand to add a space or html code like ‘<br>’.
Other option is to make an ajax event on this field. Use OnChange. If you select the data then this event is fired and you can apply lookup php code and fill fields manually.