← Back to Custom Fields CMS Support
Hi,
The display of unique fields linked to the page is perfect! I added several repetitive elements on one page. Created Fields:
- Title, -textinput
- Image, - mediamanager
- Date - datefield
- Alias (URL) - textinput
- Short description - richeditor
How can i refer only to one element in the "Alias (URL)" field as Slug?
For the elements, the link is button href good: offers/item-alias and offers/another-alias
My code is:
href="offers/{{ item.link }}" class="btn btn-primary">Details
but the first item will always appear on the new page by clicking.
{% for item in viewBag.XXXX %} The items are displayed, but if you click on one of them, they will appear on a separate URL with a display inserted in another Partial template. Is this possible?
Thanks your quick answer and help!
Last updated
Hello, All created fields are attached to a specific page and all values of these fields are available only within this page.
Soon there will be a new version with database support... After that I can try your idea ;)). Currently, field data is stored in files.
Great news! What's more useful: Date of publication date, end date date fields by default for all items, and you could allow the created group to be used on multiple pages instead of the current one :)
Last updated
1-7 of 7