Hi, I'm using the documentation I found here and trying to disallow my users from being able to rename their attachments in Survey123 Connect. I'm pretty sure I have the syntax correct in the correct column based on the documentation, is there anything I may be missing, because I'm not seeing the rename capability being removed when I publish. Thanks in advance!
I don't think that is valid for "file" questions? As per below, there is no field for the "name". After you set the name of the file on your desktop, you upload it, and it's static.
More-so something for "image" questions. As per the below, you can see the file name, and edit it:
Unless specified otherwise (It doesn't LOOK different, but I promise you that clicking on the file name here does nothing):
This "Image2" behaviour, of disallowing rename, was achieved with:
Alternatively, you can use fileNameVisible=false in place of allowRename=false. Hiding the file name overides allowRename by simply removing the ability to interact with the file name all together.