HTML Snippet Subform population help
I have a subform in my form that allows me to select multiple comments from a comment library. When I try to call the comments in an HTML Snippet, it only populates the first comment. How do I get the it to populate all comments for that specific record?
What I have
- <%{%>
- <p>
- Foundation Comments:
- <ul>
- <%
- source = Inspection_Report[ID != 0];
- get_detail = Comments[ID == input.source.Foundation_Comments.Foundation_Comments];
- for each response in Comments[ID == input.source.Foundation_Comments.Foundation_Comments]
- {
- Foundation_Comments_value = get_detail.Comment.getall();
- %>
- <li>
- <%=Foundation_Comments_value%>
- </li>
- <%
- }
- %>
- </ul>
- <br>
- </p>
- <%
- }%>
I'm new at this and learning through Google/Youtube, so explain it to me in easy terms please.
Access your files securely from anywhere
Zoho Developer Community
Deliver unforgettable customer experiences
Deliver unforgettable customer experiences
New to Zoho Marketing Plus?
Everything you need to run your marketing
New to Zoho Marketing Plus?
Everything you need to run your marketing
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Zoho TeamInbox Resources
Zoho DataPrep Resources
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Qntrl Resources
Zoho Creator Resources
Zoho Campaigns Resources
Zoho CRM Resources
Zoho Show Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.