Two other content templates, which are for editing "locations" either as an "owner" or as an "admin" are also not shown.
I assigned one of the "locations" to your Admin User, so you can see what I mean : hidden link
Near the top of the page you will find two links , which are displayed conditionally, according to the visitor's role:
( see uploaded image) "Bearbeiten" means "edit", and is for location "owners", and the second one is "edit as admin".
The two editing-forms, which are not shown, are hidden link -- for "owners" hidden link -- for "admins"
I tried to find out the "the call function name that Views displays" to copy it into the settings, but I don't get it: Where does "Views display" anything?
Please could you help me to resolve this problem, too.
Hello. Thank you for contacting the Toolset support.
I see the theme you are using seems to be FSE theme and FSE theme is not 100% compatible.
The workaround would be - with the content template "Vorlage für textile Orte" - I've added the conditional statement to check the URL param "content-template-id" and checked the content template ID 940.
=> hidden link
Please check the following screnshot:
- hidden link
And within conditoinal block I've added the content template block and selected the content template "Template zum Ändern von Orten" that holds the form.
Please check the following screenshot: hidden link
You can do the same for your another form, add conditoinal block and within conditoinal block add the content template that holds your another form and check the URL param "content-template-id".
You can show/hide other content as required like when URL param "content-template-id" has ID available we set to display the form and when URL param "content-template-id" is empty or not available show your other content/other than form.