Skip to main content

All Questions

Tagged with
0 votes
0 answers
24 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
22 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
13 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
30 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
36 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
29 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
28 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
-4 votes
0 answers
30 views

select option get data from database in php [closed]

This is my select option php source code. <select name="type"> <?php $result=mysqli_query($conn, "select * from bill_type"); while ($row=...
Sulaiman khan's user avatar
-1 votes
0 answers
21 views

how can i show Multiple Images of Products inside the database mysql using php js [closed]

Only 1 image from the database is pulling inside the modal which is the class= "main-image" <?php session_start(); // Check if the user is logged in if (isset($_SESSION['username'])) { ...
Obri's user avatar
  • 1
0 votes
1 answer
26 views

Form with multiple inputs into fields for PHP processing

I've got a form with multiple sets of data (which are variable) which I'm attempting to pass into PHP and then for each group of fields, have the individual data into PHP variables ready so I can work ...
Andy Jenkins's user avatar
1 vote
1 answer
33 views

Can one input field be used by multiple forms without JavaScript?

Lets say I have a sign in form with two inputs, one for the email and one for the password. The form would have a sign in button which submits the email and password to the server to sign the user in. ...
Oscar R's user avatar
  • 452
1 vote
1 answer
31 views

Multiple Dropdown Boxes

I'm trying to build a form similar to the one below (I changed the content for privacy), and I cannot figure out how to build this without the separate dropdown boxes canceling each other out. I'm ...
Jake Hembree's user avatar
0 votes
0 answers
38 views

ASP NET - tinyMCE editor - Error 400 bad request

I am develeping web application where is in one form used tinyMCE editor. Users of the application uses this tinyMCE input field for saving screenshots and notes. That is fact and it cannot be easily ...
renegato's user avatar
0 votes
0 answers
23 views

After submitting form on page I get an HTTP 500 error [duplicate]

so in this code I want to update login data, which works fine when submitting the form. But still when submitting, the page gets blocked by an HTTP 500 error. The code should be executed but the user ...
Johannes's user avatar
1 vote
1 answer
54 views

Only first placeholder displayed in Django's UserCreationForm

I'm trying to make a sign-up page with a customized user creation form - add placeholders to the fields. I'm trying to do it this way: forms.py class SignUpForm(UserCreationForm): email = ...
Potion's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
2026