Hi! I'm currently using bureaucracy along with struct. I am able to use the fields inside the lookup schema like this:
<form>
Action template users:mitgliedtpl "mitglied:@@mitglieder.vorname@@"
...
struct_schema "mitglieder" !
submit "Neues Mitglied"
</form>
After a new entry being created, the page mitglied:<name> is created. So this works very well. However, I'd like to have those values inserted into the lookup schema as well. Any ideas how I could do this?
Greetings from Berlin :)