-
Revise the data request form to include detailed and relevant fields, such as contact information (e.g., email), and ensure alignment with request documentation requirements.
Data request Since …
-
/components/questionform.tsx
```
{
id: 0,
questionText: "",
choices: [{ id: 0, description: "", correct: false }],
},
```
ประกาศเป็น initValue แยกออกจาก `questions` แ…
-
ประกาศเป็น initValue แยกออกจาก formData แล้วเรียกใช้ใน formData และใน function reset ทีเดียว
```
{
name: "",
lastName: "",
email: "",
gender: "",
hobbies: [],
status…
-
# Title
Story: Data Input Form
# Description
As a user, I want to input data through a form so that I can submit information for processing.
# Acceptance Criteria
- A form exists on the h…
-
We need to come up with a list of allowed characters for input fields.
![image](https://github.com/user-attachments/assets/a041557b-5a13-4db8-8918-4eeba48dda5f)
Here is my immediate thought, let…
-
Feature: [B.3.14.1000. - Delete Form Data](https://github.com/4bbakers/redcap_rsvc/tree/v14.7.0/./Feature%20Tests/B/Direct%20Data%20Entry%20-%20Data%20Collection%20Instrument_14/B.3.14.1000.%20-%20Del…
-
-
Add functionality to export form responses as a CSV or Excel file.
-
-
The current implementation of the Curl class does not correctly handle form data (-F flag) in cURL commands. Specifically, multipart form data is not being parsed or included in the resulting Curl obj…