Home › Forums › General discussion › Multiple selections field – Allow Fill in
- This topic has 10 replies, 2 voices, and was last updated 7 months ago by Rabih Naouss.
-
AuthorPosts
-
-
May 17, 2024 at 08:16 #37703
Hello
I have a choice field with multiple selections (Checkbox) and allow fill-in.
When we set this field as read-only in the edit page we have in this field “Specify your own value” as the value instead of the real value entered by the user.
How can we show the real value?
Noting that the value is displayed correctly in the Display formThanks
Attachments:
-
May 17, 2024 at 13:49 #37705
Hi,
Which version of the classic DFFS are you using? – I tested this in the latest version and it does work there.Alexander
-
May 20, 2024 at 07:47 #37706
Hello
We have the following version:
Dynamic Forms for SharePoint v4.4.4.15 – November 03, 2019|CSS version: 4.47 / |spjs-utility version: 1.339
Regards
-
May 20, 2024 at 07:51 #37707
OK, then I suggest that you update to the latest version (currently v4.4.5.51). It should fix this problem.
Alexander
-
May 20, 2024 at 08:29 #37708
When we update DFFS (Replace the folder) the page doesn’t open
(Slow network detected)
This took forever!
Try refreshing the page or contact an administrator.Noting that we are on local network
Please advise
Thanks -
May 20, 2024 at 09:02 #37709
You should use the installation method specified in the installation manual (v2): https://spjsblog.com/dffs/dffs-installation-manual/#InstallDFFS
Reinstalling will not affect the configs for your forms they will pop back when you have reinstalled DFFS.
Alexander
-
May 20, 2024 at 10:10 #37710
Hello
After installing the new version, It’s displayed now but we could not view the full value (check the attached img)
Attachments:
-
May 20, 2024 at 11:30 #37712
You can fix this by adding this snippet to your Custom CSS:
.spjs_chk_readonly_wrap input{ width:100%; }
Alexander
-
May 22, 2024 at 10:14 #37720
Thanks for your prompt answers
We added the above to Custom CSS, it’s working for some fields but not all the fields.
Please advise.
thanksAttachments:
-
May 22, 2024 at 15:44 #37722
Try this instead:
.dffs-readonly-inner input[type=text]{ width:100%; box-sizing: border-box; }
Alexander
-
May 23, 2024 at 07:07 #37723
Thank you
It’s working now
Thanks for your assistance
-
-
AuthorPosts
- You must be logged in to reply to this topic.