python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Rendering action with URL parameter in Rails Controlller
In my scenario I have a form at a URL
localhost:3000/products/new?product_type='abc'
When I fill the form and hit save, due to validation error it runs the block of rails as follows:
format.html {
r...

Mutafaf
Votes: 0
Answers: 1
Im creating my survey form in codepen and I did put the "required" attribute but it still saying that there is no validation error
This is my template
I can't pass the challenge because it says "Inside the form element, I am required to enter my name in a field with id="name". If I do not enter a name I will see an...
lucas Delrue vlogs
Votes: 0
Answers: 1
Django administration Site. 'Delete multiple objects' produces ValidationError
When attempting to delete multiple rows, which have a one to one relationship with two other tables I received the following error:
['“March 21, 2022” value has an invalid date format. It must be in Y...
Zedexodus
Votes: 0
Answers: 1
How to remove third brackets '[]' from django built in unique field validation erro response
Here is my model
In this CustomerAdd table, I've designed customer_phone with Django builtins unique=True. And for these unique fields, Django raised
validation error following:
{
"customer_phone...

Sreebash Chandra Das
Votes: 0
Answers: 1