Page 1 of 1

Working with layers

Posted: Sat Apr 04, 2020 8:27 am
by GarlanAgencement
Hello,
I have created a page in my project with a layer with personnal datas for my customers. This is always the same layer that I copy and rename (but with different customers datas) and to the exact same position on the page (layers top on top). On this page, the customer fills its password in an editbox. The password is linked to the 'customer layer'. But it's always the layer on top position which is displayed.
Is it possible to work like that with layers? If yes, what shall I do to solve the problem? If not, I already tried to work with Log in box (and database) but I want to go each time on a different 'customer page' (regarding the specific customer) after the log in. It is something that I could not handle.

This is my demo project:
https://drive.google.com/file/d/1vnWd2d ... sp=sharing

Re: Working with layers

Posted: Sat Apr 04, 2020 10:19 am
by Pablo
There is no standard solution for this, because this is very specific.
This requires a custom script. For example, by loading the data from a database.

Re: Working with layers

Posted: Sat Apr 04, 2020 10:52 am
by GarlanAgencement
Ok thank you