diff --git a/config/form.ts b/config/form.ts index 103d6b7..ed5683e 100644 --- a/config/form.ts +++ b/config/form.ts @@ -69,31 +69,31 @@ const stage0: StageSectionConfig = { type: "readonly", optionGroupId: STAGE_OPTION_GROUP_ID, }, - { - name: "Peer_Group_Participation", - label: "Peer Group Participation", - type: "select", - civiField: `${G0}.Peer_Group_Participation`, - optionGroupId: 140, - help: "Is this co-op currently participating in Peer Learning Groups?", - visibleWhen: [] - }, - { - name: "Internal_Startup_Assessment", - label: "Internal Startup Assessment", - type: "select", - civiField: `${G0}.Internal_Startup_Assessment`, - optionGroupId: 132, - visibleWhen: [] - }, - { - name: "Internal_Startup_Assessment_Date", - label: "Internal Startup Assessment Date", - type: "date", - civiField: `${G0}.Internal_Startup_Assessment_Date`, - help: "Date of the latest Internal Startup Assessment rating.", - visibleWhen: [] - }, + // { + // name: "Peer_Group_Participation", + // label: "Peer Group Participation", + // type: "select", + // civiField: `${G0}.Peer_Group_Participation`, + // optionGroupId: 140, + // help: "Is this co-op currently participating in Peer Learning Groups?", + // visibleWhen: [] + // }, + // { + // name: "Internal_Startup_Assessment", + // label: "Internal Startup Assessment", + // type: "select", + // civiField: `${G0}.Internal_Startup_Assessment`, + // optionGroupId: 132, + // visibleWhen: [] + // }, + // { + // name: "Internal_Startup_Assessment_Date", + // label: "Internal Startup Assessment Date", + // type: "date", + // civiField: `${G0}.Internal_Startup_Assessment_Date`, + // help: "Date of the latest Internal Startup Assessment rating.", + // visibleWhen: [] + // }, { name: "Member_Goal_for_current_Stage", label: "Member Goal for current Stage",