113,211 questions
0
votes
0
answers
29
views
gettext does not translate validation error messages inside __init__ constructor
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/...
Best practices
0
votes
1
replies
33
views
standalone checkbox with structured copy on form
(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 ...
0
votes
0
answers
124
views
Can't submit forms in the tab opened by email verification [closed]
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....
-1
votes
0
answers
45
views
Acrobat Pro PDF forms - use javascript to add additional choices to radiobutton fields?
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","...
1
vote
1
answer
122
views
Prevent Firefox 'Save address?' prompt on form submit in JavaScript address book app
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?&...
0
votes
2
answers
91
views
Extend signal form's FormField directive
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 ...
1
vote
0
answers
93
views
VB6 form update issue using .net user control
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 ...
-1
votes
1
answer
138
views
How can I get the actual values of a List Box or Dropdown List Option from this HTA to a txt file
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:
...
0
votes
0
answers
70
views
Browser not prompting to save password on React login form despite correct autocomplete attributes
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 ...
1
vote
0
answers
41
views
Getting "Undefined index" warning when submitting a simple PHP form [duplicate]
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 ...
1
vote
1
answer
78
views
Form page reloads on submit despite calling event.preventDefault() in JavaScript [duplicate]
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:
<...
0
votes
1
answer
82
views
Json is not returned to the calling Ajax
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"&...
Advice
0
votes
2
replies
46
views
How to make while loop in windows form using Visual Studio C++/CLI .NET SDK
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 ...
0
votes
0
answers
63
views
How to show the value of RangeType with symfony FormBuilder
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 ...
0
votes
2
answers
147
views
Web form repeatedly resubmits itself after submission by Apple users [closed]
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....