diff --git a/src/frontend/src/components/createnewproject/SelectForm.tsx b/src/frontend/src/components/createnewproject/SelectForm.tsx index 4ba76a6386..ce7375c982 100644 --- a/src/frontend/src/components/createnewproject/SelectForm.tsx +++ b/src/frontend/src/components/createnewproject/SelectForm.tsx @@ -1,10 +1,9 @@ -import React, { useEffect, useRef, useState } from 'react'; +import React, { useEffect } from 'react'; import { useDispatch } from 'react-redux'; import { CommonActions } from '@/store/slices/CommonSlice'; import Button from '@/components/common/Button'; import { CustomSelect } from '@/components/common/Select'; import { useNavigate } from 'react-router-dom'; -import RadioButton from '@/components/common/RadioButton'; import { CreateProjectActions } from '@/store/slices/CreateProjectSlice'; import useForm from '@/hooks/useForm'; import { useAppSelector } from '@/types/reduxTypes'; @@ -87,19 +86,22 @@ const SelectForm = ({ flag, geojsonFile, customFormFile, setCustomFormFile }) =>
Select Category

- You may choose an existing category or upload a custom XLS form. - {' '} - You may learn more about XLSforms{' '} + You may choose a pre-configured form, or upload a custom XLS form. Click{' '} here - - . - {' '} + {' '} + to learn more about XLSForm building.{' '} + + + For creating a custom XLS form, there are few essential fields that must be present for FMTM to function. + You may either download the sample XLS file and modify all fields that are not hidden, or edit the sample + form interactively in the browser. +