Team Forms does not currently support true “fill-in-the-blank” style questions where input fields appear inline within a sentence or paragraph.
For example, the following format is not supported:
I __________, of ____________, declare that the statement is correct for the events that occurred on _______.
Instead, Team Forms is designed around a question and answer (Q&A) structure to align with modern design and accessibility best practices. To achieve a similar outcome, you can break the sentence into separate questions then use a content component to dynamically reconstruct the final statement, such as:
I {{ data.fullName }}, of {{ data.address }}, declare that the statement is correct for the events that occurred on {{ data.date }}
This method improves accessibility, simplifies validation, and provides a better user experience across devices while still allowing you to present the information in a sentence format later if needed.