Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
0 answers
13 views

not able to remove default placeholder in React semantic UI Input type Date

I am using the below input using semantic ui react form. <Form.Input name='StartDate' type='date' placeholder='' label='Start Date' readOnly={true} ...
Nillogical's user avatar
0 votes
3 answers
53 views

Formatting a form input field

How can you format a form input field such that it only accepts numbers from users, takes a maximum of 16 digits, and adds a space after each four digits? I am trying to create a debit card such that ...
Caleb Abuul's user avatar
-2 votes
0 answers
12 views

Need help processing a html form [closed]

I am a web designer, not a developer but I am trying to figure out how to process a web form on my godaddy shared account. I keep searching online for an explanation but haven't found any. I haven't ...
Nancy Geoghegan's user avatar
-1 votes
0 answers
24 views

Template Rendering Issue [closed]

I have done Url shortner using django in Python. I am unable to render the template and getting the error as shown: ) I have tried some methods and tried ChatGPT, somehow I didn't meet with the answer ...
Havish's user avatar
  • 1
0 votes
0 answers
54 views

Refilling a form with saved user selection

In my application I have a form that initially has default values. The user can choose other selections in the form. The user can also save the selections into localStorage by clicking the Save ...
Youssef Ismail's user avatar
-1 votes
0 answers
19 views

Datalist "placeholder" not sent with form submission

I have a Python app that is updating a SQL database. One form (using Jinja) provides a datalist input that contains the current value (from the db) as the "placeholder" <input list="...
Dan'l's user avatar
  • 1
0 votes
2 answers
55 views

How to send dependent html form fields?

<form> <input name="checkbox" type="checkbox"></input> <input name="value" type="text"></input> <input name="checkbox" type="checkbox"></input> ...
Владислав Копнин's user avatar
-1 votes
1 answer
40 views

How do I display the form results? [closed]

I want to display the form results, however I found resources that uses php but I have yet to learn php and I was using a html document but I don't know how to make it display the results I want to ...
Jawgemo's user avatar
0 votes
0 answers
32 views

HTML form not populating correctly, What am I doing wrong?

I have a javascript application where I need to save the user selections in a HTML form that I need to retrun to the form when the user returns to the page with the form. I have implemented solutions ...
Youssef Ismail's user avatar
-4 votes
0 answers
24 views

How do I get this js validation running? [closed]

console.log("JS works properly"); const vname = document.getElementById("vname"); const nname = document.getElementById("nname"); const idnum = document.getElementById(&...
Armin-Rafael Zdroba-Fisteag's user avatar
-1 votes
0 answers
14 views

I am trying to print the data of my form in html and check if the user password is same ans confirm password [closed]

I tried this and my console just gave me two empty lines for the console.log(password.value) and console.log(confirm_pass.value) Also I get an error about 'incorrect use of <label for=form_Element&...
nikhil chobhiyal's user avatar
0 votes
2 answers
31 views

preventing HTML page reload on from submission

I am working on an astronomical application that determines the location of the sun and the resulting shadow lengths and shadow azimuths at different times of the day. I want to eventually deploy this ...
Youssef Ismail's user avatar
0 votes
1 answer
42 views

How do I make a dropdown list open automatically as soon as an option from another drop-down list is selected?

In this product upload form, I have five cascading drop-down lists created using HTML, and I have embedded Javascript to dynamically populate the options in the drop-down lists. My question is how do ...
Louis's user avatar
  • 1
-2 votes
0 answers
31 views

Why isn't the Product Filter Shortcode Working

so this problem has been persisting over the week, i cam here to seeek some help. i have a type of filter set up that searched through the products through the peoduct shortcode in woocomerce and ...
Asma Mohsin's user avatar
0 votes
0 answers
32 views

How to nest multiple isset() functions based on multiple forms without losing any of the form data or refreshing the browser?

I am trying to solve a php problem to find the mean of n random numbers based on the limit(n) given by user on an HTML form. My approach was to create a Html form which asks the user to Enter the ...
Sance Shaji's user avatar

15 30 50 per page
1
2 3 4 5
2026