In creating a form that contains Terms and Conditions, I have placed the T&C text in a Section Break field, in the contents.
It displays fine on the form.
The issue is - when the user submits the form, I want all fields they filled out (like normal), AND the T&C text to be placed into the Entries database.
Currently, when they complete the form, the Section Break Title ('Terms' in my case) is returned to the Entries database, but not the 'content' of the Section Break field, which is where I actually have the T&C text placed.
The reason that I need this is that in reality, if I do not have the T&C text in the Entries database, I can't prove what they agreed to on the form.
Another solution that I read in another post is to create a Paragraph field, with Default Text, and place my T&C text there. The problem with this method is that the user can MODIFY the text in the paragraph field, thereby providing a chance that they might alter the Terms (and we would not catch it).
Is there a way to do this?