Skip to main content
0 votes
1 answer
15 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
0 votes
0 answers
53 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
  • 373
-1 votes
1 answer
129 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
1 answer
60 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
63 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
79 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
  • 45
Advice
0 votes
2 replies
44 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
58 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
129 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
Advice
0 votes
4 replies
63 views

I am just wondering if it is possible to use an ahref link to target a page with a dropdown and then have the dropdown show the selected option once the page loads? e.g <div class="content&...
MikeC's user avatar
  • 49
Advice
0 votes
5 replies
71 views

I am building a multi-lingual website and want to localise the captions shown on buttons in a form. <form action="check.php" method="post"> <input class="btn btn-...
4everJang's user avatar
  • 343
Best practices
0 votes
2 replies
91 views

I'm currently learning inertia with react after using livewire and finding myself quite limited so I'm making a sample project that makes invoices to practice making forms and saving data to a ...
Alejandro Bolívar Hidalgo's user avatar
Advice
0 votes
0 replies
27 views

For a specific need, I would be able to list all Microsoft Forms stored on my 365 account. I would like to be able to export to .CSV, Excel or other kind of file a list with the title of the form and ...
Ludovic VAGINAY's user avatar
1 vote
0 answers
154 views

How to create optional value with Tanstack form and Zod? <script setup lang="ts"> import { useI18n } from 'vue-i18n'; import { z } from 'zod'; import { revalidateLogic, ...
user31869577's user avatar

15 30 50 per page
1
2 3 4 5
7550