Hi,
I want to serve the backend user a field where it can copy directly the frontend url to the clonable page.
I tried to create the url with concenate all parts directly inside a textfield but I don't get the id of the page.
How can I realise that?
Cheers
I want to serve the backend user a field where it can copy directly the frontend url to the clonable page.
I tried to create the url with concenate all parts directly inside a textfield but I don't get the id of the page.
- Code: Select all
<cms:editable type='text' name='meldung_url' label="Meldungs URL" order='90'><cms:show k_page_id />?p=<cms:show k_page_id /></cms:editable>
How can I realise that?
Cheers