Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I have created fields in document type page and insert data in my content but please help me out for display those data in my front end website.
It depends of your data type. Which one is it?
Thank You for your answer, But I am stuck in display list of data in my card. Please help me for its looping
If your field is a "Repeatable textstring", try this :
@{ if (Model.HasValue("FeaturedVehucles")){ <ul> @foreach(var item in Model.FeaturedVehucles) { <li>@item</li> } </ul> } }
Hi but In my project FeaturedVehucles is not created. How would I create it please help me.
I don't understand your needs very well.
You got a document type with a field of type "repeatable textstring" named "FeaturedVehicles" ?
I want to create multiple cards with using List of data for that I need to bind my data in that one card using loop so please help me that how can I apply model recursively.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to display data in front end
Hello,
I have created fields in document type page and insert data in my content but please help me out for display those data in my front end website.
Hello,
It depends of your data type. Which one is it?
Thank You for your answer, But I am stuck in display list of data in my card. Please help me for its looping
If your field is a "Repeatable textstring", try this :
Hi but In my project FeaturedVehucles is not created. How would I create it please help me.
I don't understand your needs very well.
You got a document type with a field of type "repeatable textstring" named "FeaturedVehicles" ?
Hello,
I want to create multiple cards with using List of data for that I need to bind my data in that one card using loop so please help me that how can I apply model recursively.
is working on a reply...