Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
29 views

I am making a real estate Django app in my language (Serbian). I changed the app's language inside settings. realestate\settings.py: # Internationalization # https://docs.djangoproject.com/en/5.2/...
IgorArnaut's user avatar
Best practices
0 votes
1 replies
33 views

(Caveat: This is within Drupal. so it's not entirely under my control. Still, it's just HTML, not a Drupal issue.) I have a webform with an acknowledgment checkbox. But the acknowledgment has some ...
DaveC426913's user avatar
  • 2,038
0 votes
0 answers
124 views

If I sign up to my website in localhost or production I can use forms for example to logout, but I can't use any forms (logging out, commenting) if the tab email verification opens like this in web....
Magical Briefcase's user avatar
-1 votes
0 answers
45 views

I'm stumped (not really a high bar since I'm in no way a programmer); I'm trying to use javascript to add form fields to an Acrobat PDF file (using Pro DC). this.addField("RB","...
pdtcaskey's user avatar
  • 240
1 vote
1 answer
122 views

I'm building a web-based address book module for a larger app where users will frequently create/edit contacts. Mozilla Firefox aggressively prompts "Save Address?" or "Update contact?&...
Robert Giordano's user avatar
0 votes
2 answers
91 views

Just learning signal forms and I'm trying to extend the functionality of the new FormField directive in angular 21 to add some custom classes to show valid/invalid states on my input. So, here's what ...
Drunken Daddy's user avatar
1 vote
0 answers
93 views

I wrote some .net (framework) UserControls and embedded them to my vb6 form application, in order to get more graph functionality. (due to some reasons the vb6 application has still to be used). The ...
Chengting's user avatar
  • 383
-1 votes
1 answer
138 views

I would like to modify this vb script so that i can add the values selected from a drop-down box so that it also sends the data to the text file as for example. The text file should show for example: ...
markus625's user avatar
0 votes
0 answers
70 views

I have a React login form with the correct autocomplete attributes, but the browser never prompts me to save the password after a successful login. <form onSubmit={handleSubmit}> <input ...
Joshua Gutierrez's user avatar
1 vote
0 answers
41 views

I checked similar questions, but I am still confused as a beginner and would like a simple explanation. I am a beginner learning PHP and working with HTML forms. I am submitting a form using the POST ...
HIMANI SOLANKI's user avatar
1 vote
1 answer
78 views

I am trying to prevent a form from reloading the page when it is submitted. I am calling event.preventDefault(), but the page still reloads every time I click the submit button. Here is my HTML: <...
Brajesh's user avatar
0 votes
1 answer
82 views

I have a form in a partial view. The view receives a "model". @model EditUserViewModel @{Layout = null;} <form asp-action="Edit" id="EditUser" method="post"&...
AMP59's user avatar
  • 63
Advice
0 votes
2 replies
46 views

I want while loop working I'd be able to pass arguments to loop in real time. Maybe to put the whole code of windows form into loop? Or it must be another cpp file where loop will work. But how to ...
humankind's user avatar
0 votes
0 answers
63 views

I'm working on a backend application to manage questions for a quizz application. I created the Question entity and added a property called "difficulty". Now I'm creating the form for this ...
spych3st's user avatar
0 votes
2 answers
147 views

I have a .php file on the web which contains an html form. That form (in case it's relevant) calls the original .php file when a user presses "Submit". That is, the file is called newform....
WillO's user avatar
  • 121

15 30 50 per page
1
2 3 4 5
7548