popup usage conditions

Hi everyone, how to insert a popup or even an extended field in which to report the conditions of use? (I’m always trying to create an interface to book the use of some classrooms and I need a convenient way to insert a disclaimer on the use of the equipment, the checkbox would give me confirmation of reading)

You may add a boolean or enum(Y/N) field in the table, set the Edit Tag as CHECKBOX and set the field as “Required” (see the topic Field Setup > Edit Tag in the help file).

On the mandatory validation of the checkbox you are absolutely right,
but I have to read a text along with the conditions of use …
and I had thought of a modal popup where I could bring text …
but I have no idea how to do it :slight_smile:

You may use Startup Script to insert the text before the checkbox. If you want to use modal to show text, see: https://getbootstrap.com/docs/4.3/components/modal/#via-javascript.

In the greatest, it works …
I’m just fighting the scrollbar and the width, but that’s exactly what I had in mind.
Thanks.