Skip to main content
Best practices
1 vote
3 replies
43 views

I’m currently working on an Angular project and trying to figure out the best way to set up forms in Angular 18–20. Right now I’m using Reactive Forms, but I’ve seen some discussions about the ...
Leonaldo Jose's user avatar
Advice
0 votes
7 replies
97 views

I found the following JavaScript function for jQuery online: function wcqib_refresh_quantity_increments() { jQuery("div.quantity:not(.buttons_added), td.quantity:not(.buttons_added)")....
dabri's user avatar
  • 1
0 votes
1 answer
88 views

I am working on a form to allow the user to enter some input. Here is my code: import SwiftUI struct ContentView: View { @State private var searchString = "TEST" @State private var ...
koen's user avatar
  • 5,922
0 votes
1 answer
33 views

I have a table of cells like <td> <input type="text" name="place" id="place-bb0a9449-c9d6-436f-aa6c-d3ed9c98f7ff" value="A" hx-post=&...
unhammer's user avatar
  • 4,923
Advice
2 votes
3 replies
58 views

I am developing a Windows Forms application in JetBrains Rider and using the WinForms Designer to design my forms. My IDE theme is set to a dark theme (high contrast / dark mode), but the Windows ...
Abel Campos S.'s user avatar
0 votes
0 answers
40 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
39 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
1 vote
1 answer
144 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
135 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
104 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
141 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
91 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 R. Gutierrez's user avatar
1 vote
0 answers
42 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
95 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
83 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

15 30 50 per page
1
2 3 4 5
7545