forms Questions
9
Solved
So i'm getting this error on my mvc project while working on my form.
The error indicates that I haven't closed the form tag properly.
However, as you'll see below, I have closed it properly.
<f...
Domain asked 27/11, 2020 at 9:55
6
I am new to React;I am learning about React Form. I understand the code but I do not really understand the concept behind and why we use this line " onChange={(e) => setName(e.target.value)...
Indiction asked 8/2, 2022 at 18:33
3
Solved
Does anybody have a nice way of adding * to required form labels, without having to turn to tools like SimpleForm?
I did not like the way SimpleForm added all these weird wrappers and classes to m...
Sedative asked 8/3, 2012 at 17:22
2
Solved
I have 2 objects in my project: a company and an user. I have a form where the user can update his profile. One of the things he can update is the country. Now to show the countries I use a dropdow...
Aciniform asked 17/5, 2016 at 7:21
2
Solved
When I change a value in an input field, the corresponding form-control is set to dirty. When I revert my change (by typing in the input field) the form-control stays dirty. Is this intended, is th...
2
Solved
I'm new to Javascript and HTML.
I have the following form in HTML:
<div id="form-select">
<form id="date_form" action="" METHOD="POST">
<datalist id="dates">
<option value...
Marseilles asked 7/2, 2014 at 0:32
7
Solved
I am using angular material for all my controls. We have a requirement to disable auto-complete so that any previously typed value will not show up.
I have my code as below. I tried autocomplete &q...
Boneyard asked 9/9, 2021 at 14:3
5
Here they say it's not supported out of the box.
Do you know a way to make HTML input form fields use the 'readonly' attribute with WTForms?
Stipulation asked 7/3, 2012 at 10:17
3
Solved
I have Form1 and Form2.
Form1 has a dataGridView and a button for opening Form2.
I have written a method in Form1 as below that perfectly refreshes the dataGridView:
public void RefreshGrid()
{
...
Seigniorage asked 18/11, 2014 at 17:36
6
Solved
I can't quite find a clear answer on this, and excuse me if there is one I've missed.
I want my text input widths to automatically adjust to the size of the content within them. First with placeho...
Garneau asked 29/5, 2015 at 3:55
2
Currently I'm using Angular 15 and in Angular 14 for the disabled input field in reactive form I used [attr.disabled]="disableField ? true : null".
This attribute after I update the Angul...
Elisabetta asked 18/4, 2023 at 5:52
3
I'm trying to use Jquery/AJAX/JSON with a CFC to send an email (easy right?) After spending many hours trying to find one complete example of how this should work, I'm getting close but am stuck on...
Destructible asked 10/4, 2016 at 1:23
3
Solved
I was reading this w3c document about post JSON data with html form, and trying to test it.
my test form is as follows:
<form action="postjson.php" method="POST" enctype="application/json">...
3
I have a simple html form, i am using "google autofill" on a field that autofill data on two fields.
The issue is that the browser address autofill is overlapping the google autofill.
How...
30
Solved
I'm trying to register new app to use the Telegram API, but I'm always getting ERROR message with no tips.
I fill the form and click submit and nothing happened:
And when click submit I'm getting ...
Kelvin asked 29/6, 2016 at 15:53
5
Solved
I have an editable form for my website orders and I have these fields:
User quantity note status
I also have other options in this form, but only these fields are important to me in order to be a...
9
Solved
Is it best to use a 'text' attribute with a limit on the number of characters, or can I use a number attribute in an input for a zipcode.
Just trying to get my head around all the different attrib...
Ealdorman asked 15/5, 2014 at 11:21
2
Solved
First, the standard info:
VS2010 Ultimate
Win7 Ultimate x64
WPF app
The WPF context menu:
<ContextMenu x:Key="RightClickSystemTray" Placement="MousePoint">
<MenuItem Header="Exit" Cli...
Gouty asked 4/4, 2011 at 3:9
12
I've installed the plugin and Its displaying the countries correctly and working fine, but when I submit the form that has the input of type = "tel", the form does not submit the country code, I do...
9
Solved
Well, everything's in the title but I'll explain a little more :-)
My rails app contain many forms (Ajaxified or not).
To prevent users to submit twice or more some forms, I use Javascript.
Ther...
Katheryn asked 1/7, 2010 at 17:29
2
Solved
I am using Ruby on Rails 3 and I would like to disable and toogle the CSS class of a form.submit when the form is AJAX submitted and until the AJAX HTTP request is completed (I am using the default...
Phaeton asked 5/3, 2012 at 17:13
5
Solved
<form action="here.php" method="POST">
<input type="text" name="text">
<div id="one">
<input type="hidden" nam...
Lothar asked 29/1, 2012 at 15:36
4
Wrong question asked, see my update below
I need to integrate my AngularJS Project with an existing RESTful API. These API consume POST request which upload a file, and also submit the form dat...
Penult asked 2/7, 2014 at 15:28
5
Basically, I am looking for FormFieldState.isValid but for FormState.
So the challenge is that I want to enable/disable my form submit button on the fly depending on whether all the form fields are...
Fiji asked 13/12, 2021 at 2:12
3
Solved
When a visitor clicks a button element, how can I change the URL?
Example:
<form id="search">
<input type="text" />
<button onclick="javascript:alert('hi');">Alert Hi</butt...
Coakley asked 16/11, 2012 at 23:17
1 Next >
© 2022 - 2024 — McMap. All rights reserved.