Skip to main content

Questions tagged [forms]

A form is essentially a container that can be used to hold any amount of any subset of several types of data. HTML forms are used to pass data to a server. VB and C# forms are the windows used to interact with the user.

Filter by
Sorted by
Tagged with
-4 votes
0 answers
23 views

I am updating a contact form to include "google reCAPTCHA V3", when I add the code as per this guide "https://stackoverflow.com/questions/54183985/how-can-i-implement-google-recaptcha-...
Dominiq Montes's user avatar
0 votes
1 answer
98 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
-4 votes
0 answers
44 views

I have a fun challenge for you. The only problem is, I'm not 100% sure it's actually possible. I'm using YOOtheme Pro with the FORM element from ZOOlanders Essentials. I'm creating a new post via a ...
Yorlinq's user avatar
  • 111
0 votes
0 answers
160 views

I created JavaScript that calculate total amount based on two input variables (price, quantity). The script should take input values from HTML form and show the result in the "Total" field, ...
Lexx Luxx's user avatar
  • 306
0 votes
2 answers
50 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 ...
Drunken Daddy's user avatar
1 vote
0 answers
82 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
134 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
62 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. ...
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
66 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
80 views

I have a form in a partial view. The view receives a "model". ...
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
135 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 ...
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. ...
4everJang's user avatar
  • 343
Best practices
0 votes
2 replies
94 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
172 views

How to create optional value with Tanstack form and Zod? ...
user31869577's user avatar
-1 votes
1 answer
79 views

If I double click on the form from the "All Access Objects" pane, it displays correctly. If I try to display using the following code: ...
PKatona's user avatar
  • 649
2 votes
1 answer
111 views

I'm trying to make a random poem generator where, when the necessary inputs are made a topic id first created (consisting of the name of girl and name of country) then the poem which also has the name ...
Agwaraonye vivian's user avatar
2 votes
0 answers
55 views

I use Symfony 6 with EasyAdmin, I've been trying for several hours to understand how form types work in Symfony, and more specifically how to set up a custom form field, but I can't find a simple, ...
user2565112's user avatar
3 votes
2 answers
144 views

Consider the following code: ...
Svip's user avatar
  • 3,230
0 votes
1 answer
103 views

In the html intro to a web app for a scientific study, data is collected through forms. I added a javascript function that submits the data via the fetch API: ...
Langtec's user avatar
  • 105
0 votes
0 answers
31 views

I’m working with FORM/TFORM to automatically expand a large set of symbolic equations. My goal is to make the expansion process run in parallel on multiple CPU cores using TFORM. Here’s a simplified ...
kozapdh's user avatar
1 vote
3 answers
104 views

I have a reactive form in Angular where when a specific field active_deActive is changed, I want the entire form to be deactivated, but the field itself to remain ...
davood beheshti's user avatar
0 votes
0 answers
52 views

I receive the following error "Uncaught Error: [$injector:modulerr]" while running the following app. The code is designed to submit the data received to a SharePoint list when the submit ...
SPninja's user avatar
  • 11
0 votes
0 answers
90 views

I have integrated recaptcha in search form but the issue is when user directly hit the search url like catalogsearch/result/?q=ring, there also i have integrate recaptcha. Please suggest some method. ...
Tisha Jhanwar's user avatar
1 vote
1 answer
42 views

I’m trying to embed a FormAssembly form into an Angular 17 standalone component. The Quick Publish embed snippet works fine if I paste it directly into index.html: ...
Satheesh Narayanan's user avatar
0 votes
1 answer
41 views

The below form calc script stops after first iteration. Following lines not perform: // Uncheck the checkbox of the inserted row // Update row count after insertion // Skip to the next row after ...
Krm Ynk's user avatar
0 votes
0 answers
53 views

I'm currently trying to create a website/webapp for my portfolio's bank using Django 5.2/HTML/CSS/JS. I got stuck on one small part of creating bank statement subpage. The issue I have encountered is: ...
user31569715's user avatar
4 votes
1 answer
197 views

In my Delphi 2009 VCL application, I have several base forms, like: TListBaseForm = class(TForm) TEditableListBaseFrom = class(TForm) TEditBaseForm = class(TForm) ...
TomR's user avatar
  • 3,384
0 votes
2 answers
72 views

So I have a SvelteKit project with the following project structure: ...
The Fox's user avatar
  • 532
2 votes
1 answer
96 views

I have a regex on a textbox in order to limit it to specific characters. It includes the following /^([A-Za-z0-9 .,':;/?()!-]|\\[rn])*$/ I am validating onBlur and ...
Elisheva's user avatar
0 votes
0 answers
60 views

This is my onMounted call and the loadTripAdvanceDetail function here is responsible for populating the form for edit operations however it makes my form dirty and gives me the unsaved changes dialog ...
Saksham Khurana's user avatar
0 votes
1 answer
116 views

I'm looking to correlate two fields of my form, using the same index number. I mean, I have a group of fields called traj in an array. Each ...
Marcus Welvy's user avatar
1 vote
1 answer
139 views

In my ongoing quest to understand the layout in a form, I decided to see if I can emulate the sidebar in the new Icon Composer app. I am focusing now on the rows with a title, switch and ...
koen's user avatar
  • 5,884
2 votes
2 answers
60 views

I have a simple form and I'm using EmailJS to handle it and I'm sure my IDs and key are correct. Here's an example of my form: ...
Michael's user avatar
  • 21
-4 votes
1 answer
101 views

I have a SQL database being locally hosted that keeps track of stock, I'm trying to get the SQL command "UPDATE stock SET cantidad = 530 WHERE id = 0" ...
Joelkoellner Koellner's user avatar
0 votes
0 answers
28 views

I'm trying to create an inspection checklist workflow, using the new MS Lists & MS List Forms. Each check list item is a separate field / column. Each of the check list columns represent a ...
Marcus Adamski's user avatar
-1 votes
2 answers
118 views

I'm trying to get this working, based on a YouTube video that credits a post on here. However, I've tried it exactly as shown on the video, along with numerous alterations in an attempt to make it ...
FoxEcho Charlie's user avatar
1 vote
3 answers
100 views

I created a multi-page quiz, and I use the sessionStorage API to calculate the points and display the final score on the last page. Each time, I have a first page with the quiz. ...
blogob's user avatar
  • 582
0 votes
3 answers
224 views

I have a MS Access form with an edit button. Before it edits the record, it runs this code to backup to a changelog table: ...
Don Quixote's user avatar
0 votes
2 answers
135 views

I have a small form in TYPO3 V12 that generates a request for more information on the current object, I'd like to prefill a form field with the id of the object so that it is send with the request, I ...
webman's user avatar
  • 1,202
2 votes
1 answer
187 views

Ive been working on a data entry form to input lines in a delivery plan in excel. After many manual tests and a few modules to run primitive unit tests, i got it working flawlessly on my local ...
Pikasso's user avatar
  • 43
0 votes
1 answer
84 views

I have read quite a few posts on this, most provide various solutions but none are really addressing the underlying "why"? I can't figure out PHPs behavior when processing a single ...
rolinger's user avatar
  • 3,206
0 votes
2 answers
399 views

I tried to open a file in Visual Studio 2022 Community, all of a sudden I got this error message: The Trust Service cannot be loaded. Trust Checks are now disabled After a couple of failed attempts, ...
user30847188's user avatar
0 votes
2 answers
92 views

I have a html form - method="get" is obligatory in my case : ...
Hene's user avatar
  • 1
0 votes
1 answer
48 views

I was trying to pass only month and year without day using such an fragment: ...
haoz's user avatar
  • 33

1
2 3 4 5
2265