Skip to main content
The 2024 Developer Survey results are live! See the results

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.

0 votes
0 answers
11 views

Why isnt the AntD form component saving the input into the browsers autocomplete feature

Im using the antd package for my Form and Input. For some reason its not preserving the users input for the next session. I gave the input a name attribute along with using autoComplete="on" ...
Spencer 's user avatar
0 votes
2 answers
17 views

PHP variable from mysql query in form, when null

I have an html form used to edit a record in a mysql table. In the case of editing, I prefill the form with the current values for the record as returned by the query, as below: <INPUT TYPE="...
rdel's user avatar
  • 155
0 votes
0 answers
6 views

Is it possible to setup a custom domain for my Google Form?

Is it possible to add a custom domain to a Google Form? Cant find how to do this anywhere I have looked everywhere, but cant seem to find a way to add a custom domain to a Google Form. Is it possible? ...
Davis Baer's user avatar
1 vote
0 answers
13 views

not able to remove default placeholder in React semantic UI Input type Date

I am using the below input using semantic ui react form. <Form.Input name='StartDate' type='date' placeholder='' label='Start Date' readOnly={true} ...
Nillogical's user avatar
0 votes
0 answers
16 views

Master detail on devexpress

I have a problem with master detail in Devexpress. I have 3 tables. An intermediate table, one of which is the computer list, the other is the programs, the other is the program computer list. In this ...
user26512082's user avatar
0 votes
0 answers
16 views

Add custom validation before form submission in ClickFunnels

On ClickFunnels, I am trying to add some custom validation for an input field (email) as the built-in ones are not enough for my use case. The validation use an external api call to validate the email ...
Muzan's user avatar
  • 15
0 votes
0 answers
17 views

Uploading Files with Form Data in DevExtreme DataGrid

I want to upload a file while adding data in the DevExtreme DataGrid. However, instead of the file being uploaded separately, I want it to be processed along with the data when I click the "Save&...
Abdulvahap ÖZTEL's user avatar
0 votes
3 answers
53 views

Formatting a form input field

How can you format a form input field such that it only accepts numbers from users, takes a maximum of 16 digits, and adds a space after each four digits? I am trying to create a debit card such that ...
Caleb Abuul's user avatar
-2 votes
0 answers
12 views

Need help processing a html form [closed]

I am a web designer, not a developer but I am trying to figure out how to process a web form on my godaddy shared account. I keep searching online for an explanation but haven't found any. I haven't ...
Nancy Geoghegan's user avatar
-1 votes
0 answers
24 views

Template Rendering Issue [closed]

I have done Url shortner using django in Python. I am unable to render the template and getting the error as shown: ) I have tried some methods and tried ChatGPT, somehow I didn't meet with the answer ...
Havish's user avatar
  • 1
0 votes
0 answers
19 views

Issue with Unique ID Display in WPForms

I have a problem with the {unique_value} tag in WPForms. In principle, it displays a unique ID for each form submission. My issue is that this ID is displayed like "tUdJIeREikrxBhGz" as ...
Nadjib Amari's user avatar
0 votes
0 answers
9 views

How to add a new column with a specific formula in my response sheet from my google forms using appscript

I have a google forms that ask the user some questions and the answers are the typical "Completely disagrre", "Disagree", etc. And those answer appears in my linked google sheet. ...
sebastian sanchez's user avatar
0 votes
2 answers
29 views

How to create an input field with a predefined format where users can only type in specific parts of the field

I have a basic HTML input field (for phone numbers), that currently lets the user type and submit whatever they want inside: 923-98-Ilovekittens :3 However, I want the field to look like this: +1 (...
Tony Moritz's user avatar
-1 votes
0 answers
30 views

I need solution with javascript for a form when I turn page [closed]

I want a problem with a form on mobile, when I turn the page, the scroll is on the bottom of the page. Does it have a solution with javascript? Thanks in advance Sorry for my bad english I didn't try ...
Ro peguz's user avatar
0 votes
0 answers
55 views

Refilling a form with saved user selection

In my application I have a form that initially has default values. The user can choose other selections in the form. The user can also save the selections into localStorage by clicking the Save ...
Youssef Ismail's user avatar

15 30 50 per page
1
2 3 4 5
7581