I use the following code to add 2 values of an input and then I display it as the result. This works fine, but just outputs a standard number forma ...
I use the following code to add 2 values of an input and then I display it as the result. This works fine, but just outputs a standard number forma ...
I have a streamlit form that takes user input in the st.input_text widget. However, everytime I click submit, the form refreshes and all the input is ...
In the form extension I want to check two email fields for equality. But there seems to be no validator to check two fields for equality: https://docs ...
Context I have created a form which is taking user data like their name, phone no, address... For the address I'm using an api that is fetching state ...
On some browsers (mostly phone I've noticed), the HTML form will pop up the keyboard, the input fields will glitch and the keyboard disappears; all wi ...
. Answers to this question are eligible for a +500 reputation bounty. M ...
There are about twenty team members who take turns opening and editing an excel file. problem is that many times users forget the file open for extend ...
I have dynamic input fields that come from my database. generating the input fields aren't a problem. however once the user enters the information, th ...
have a problem, I need to create a multiplication table range from 11 to 20 but it needs to be output in B2 not in its generic value, so when I write ...
I'm re-teaching myself web development after 15-years of no web development. I'm currently learning Node.js and ExpressJS. I have a registration form ...
I am developing a form which has certain error message when there is an error in the form. My problem is when ever the error message is displayed my f ...
I am trying to create a nested dynamic form in React. My goal is to be able to add days to the form dynamically as well as exercises inside the day. ...
I am new in ReactJS and build a Create form for record. On the other hand, now I need to create an Update form and I am wondering an elegant solution ...
I'm developing a website using php 7.4, symfony 5.4 and twig. This website is deployed on several servers. On one of the servers (RedHat), a form cann ...
I've created a reproducable example. Here is the link: https://codesandbox.io/s/size-antd-5-1-6-forked-315hum?file=/demo.tsx So i have to set the fie ...
I want to create a Django Form ChoiceField. The choices will be queried from an external database and should be filtered by a parameter {company_id}. ...
I have made a form and set method=post and while taking request.post['name'] to a variable MultiValueDictKeyError is Coming why is that ? this is m ...
I'm trying to get rid of if-else statements in my function, so I don't need to specify every drive possible. In this case I'm reading a .csv file. Is ...
I am creating a sample Kendo form in angular where I am using add or update button to save the data. While adding the button, I'm trying to disable it ...