Home Forums Development CPM Form – how to make the CPM form editable after submit

Tagged: 

Viewing 1 reply thread
  • Author
    Posts
    • #11276
      Sreeejith VRSreeejith VR
      Participant

      hi, we want to make the form editable and submit again after the first submit. is it possible?

      0
    • #11330
      Johnny ZhangJohnny Zhang
      Participant

      The form can only be submitted once. Afterwards it goes through the approval process.

      To make certain fields editable after submission, configure (: enabled$submitted #t) on the question (optionally only show these fields after submission to the approver user based on privilege).

      0
      • #11568
        Sreeejith VRSreeejith VR
        Participant

        hi thanks , i tried putting (: enabled$submitted #t) on a question . but it did not work. its still not editable after submit.

        (bp:radio
        pepIsPep
        ; (: caption “Is customer a PEP?”)

        (:
        caption
        (if (@ question isEntityIndividual)
        “Is customer a PEP?”
        “Has a PEP(s) been identified?”
        )
        )
        (: options (collection “Yes” “No”))
        (: required #t)
        (: sync #f) (: enabled (@ question canCurrentUserEdit))
        (: enabled$submitted #t)
        )

        0
Viewing 1 reply thread
  • You must be logged in to reply to this topic.