-
See https://forum.freecodecamp.org/t/learn-form-validation-by-building-a-calorie-counter-step-87/720435/
The test will fail if there are extra spaces at the end of certain lines, this should not caus…
-
## Issue Description
_When Veterans submit COE claims, they may see error messaging indicating that their claim is missing data. We need to audit the field validation currently included in the form to…
-
Rough thoughts on making Elgg a _rapid_ social development framework...
## Objective
Make it easier to get started with developing/displaying/managing new content types.
## Background
Just having do…
-
### What happened?
If I'm rendering a form like:
```
{{ theFormToRender.render({
attributes:{
id: 'theid',
}
}) }}
```
on the initial load I will get ``
After the form is s…
-
### Overview
Currently, the Recurring Event add/edit screen does not have any validation for the Event Link. Zoom or Google Meet links must be validated so that users know what to insert into the fiel…
-
### Description
while taking feedback it supports invalid name ;
in place of charecters it takes numbers
### Screenshots
![Screenshot 2024-01-19 021727](https://github.com/ShwetKhatri2001/AR-Webst…
-
### Overview
Currently, the projects details form doesn't have any validation. It increases onboarding time because user needs to go back and frequently correct typos (Form validation)
The project…
-
## Task: Implement Contact Form Logic
### Description
We need to update the existing contact form to improve its functionality and move away from deprecated dependencies. The form is currently…
-
The error returned by `api.php/token` endpoint:
```json
{"status":"ERROR_INVALID_PARAMETER","title":"Invalid OAuth token","detail":"The JWT string must have two dots"}
````
The form although validat…
-
Refer to this: https://github.com/danielgtaylor/huma/issues/285
I wrote the following code
```go
var DefaultFormPostFormat = huma.Format{
Marshal: nil,
Unmarshal: func(data []byte, v any) err…