Multiple selections field – Allow Fill in

Forums General discussion Multiple selections field – Allow Fill in

Viewing 10 reply threads
  • Author
    Posts
    • #37703
      Rabih Naouss
      Participant

      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 form

      Thanks

    • #37705
      Alexander Bautz
      Keymaster

      Hi,
      Which version of the classic DFFS are you using? – I tested this in the latest version and it does work there.

      Alexander

    • #37706
      Rabih Naouss
      Participant

      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

    • #37707
      Alexander Bautz
      Keymaster

      OK, then I suggest that you update to the latest version (currently v4.4.5.51). It should fix this problem.

      Alexander

    • #37708
      Rabih Naouss
      Participant

      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

    • #37709
      Alexander Bautz
      Keymaster

      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

    • #37710
      Rabih Naouss
      Participant

      Hello

      After installing the new version, It’s displayed now but we could not view the full value (check the attached img)

    • #37712
      Alexander Bautz
      Keymaster

      You can fix this by adding this snippet to your Custom CSS:

      .spjs_chk_readonly_wrap input{
          width:100%;
      }
      

      Alexander

    • #37720
      Rabih Naouss
      Participant

      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.
      thanks

    • #37722
      Alexander Bautz
      Keymaster

      Try this instead:

      .dffs-readonly-inner input[type=text]{
          width:100%;
          box-sizing: border-box;
      }
      

      Alexander

    • #37723
      Rabih Naouss
      Participant

      Thank you

      It’s working now

      Thanks for your assistance

Viewing 10 reply threads
  • You must be logged in to reply to this topic.