Blog Sections Open
Selecting Related Documents by Matching TV Values
How to build related content logic by comparing one or more TV values instead of hard-coding static resource lists.
Matching resources by shared TV values is a strong pattern for related articles, filtered product sets, and recommendation blocks. Instead of curating every relation by hand, the site can assemble relevant items from structured attributes already stored on the documents.
The important part is to define which TVs actually express relevance. Once that is clear, the lookup layer can stay maintainable instead of turning into a huge list of manual exceptions.
Submitting Multiple FormIt Forms with AJAX on One Page
How to handle several forms on the same page without reloads while keeping each AJAX submission isolated and predictable.
Showing a Success or Error Popup After FormIt Submission
How to display a clear confirmation or validation message after a form submits without forcing a redirect to another page.