Time field read-only

I’m not able to make the time field read-only. I put a trigger so that the current time is always shown, but I would like the change time function to be disabled, leaving only the time view. Can someone help me please. I already tried using the note type but it converts the time to days. Ideally, the current time should be shown in the time field with the intention of informing the collector of the time that answered the previous question.

Did you try read_only (column) as true (or yes)? You can use a time type variable and set its value with a calculate (column).
Maybe you could share the related part of your form here.

1 Like

Thank God I found a solution.
The read-only mode of the hour question only works if we position the read-only, calculate and trigger columns in the order indicated below.

type name read_only calculation trigger

select_one Name
time timeselect true now() ${Name}

2 Likes

@marcelsilva, :clap: :heart: :partying_face:

1 Like

Hello @marcelsilva,
Would you mind to tell us also which order(s) didn’t work, please.

2 Likes