Category "forms"

Drupal9: Saving form as node in SQL (custom module example)

i develop a custom module with forms to save data in SQL-Datebase. I want to use for that the node-structure. Normal SQL-savings for example table works but not

Warn user before leaving web page with unsaved changes

I have some pages with forms in my application. How can I secure the form in such a way that if someone navigates away or closes the browser tab, they should

How to stop this fieldset from overflowing its container?

I have a css&html only form with multiple fieldsets on codepen, however only this fieldset with the <textarea> is overflowing on resizing the window.

Live Server Extension - Not working after adding forms

I'm using Live Server extension in Visual Studio Code and it's working perfectly. But whenever i try to add a form for example with the following structure:

Django forms not valid

I am using custom django forms. It seems that my form is not valid. I can't find the error. Could you help please?? signup.html`

Why my form fields are not getting submitted?

I used a ready made step by step wizard script but the form fields are not getting submitted. What could be the issue ? The JS is triggering fine in the end but

Vue.js: How to fill a form prepopulated with data from a get request?

I want to load data with a GET request and fill the data to the input data attributes at vue.js 3 like <input id="name" type="text" v-bind:placeholder="$t('m

Input field validation in React Js?

I am having a variable (in real app it is api) called data which contains value as nested items. From the level 1 it has title which is displayed already then

React useContext to pass person object from signup to phone verification

I working on a portal using react and I am trying to pass the form data which is an object from the signup page to the phone verification page so I can verify a

Program error-file in use in visual foxpro

i have to do some forms in visual fox pro 9 for a school project, and if i try to use multiple tables in one form occurs the error> file in use, even if i tr

form data is showing empty after append

$('#submit2').click(e => { e.preventDefault(); var form_data = new FormData(); form_data.append('newKey1', 'newValue1'); form_data.append('newKey

How to Use Dynamic Form Input Value with Editable REACT.JS?

How to Make Dynamic Editable Value REACT.JS Form? When I try to use the dynamic form input value in react.js, the dynamic value is not editable, how can I fix t

Structure formData in an array

I have an extensive form and I'm trying to organize this so that it remains practicable for the plan that I intend to have with it. An example showing what my f

AngularJS: TypeError: Cannot read properties of undefined (reading 'parse') after reset form values

I need to reset an AngularJS form after submitting and receiving a response. But after that I can't use the form, I get an error when I try to enter in any fiel

MS Form Recognizer - Unable to find my model after training. Did I miss any step?

Referring to the guide in link below https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/quickstarts/label-tool I have been able to

Are HTTP query string parameters and form field names containing dot (`.`) discouraged or prohibited in modern Web development?

I created a HTTP API endpoint for searching a database, it is used like this GET /orders?created_by.name=John&delivery_estimate.start=2022-06-01 Our web fr

Convert form control value to string

Hey I created an input field as form control. The input value will be added to a formArray everytime user enters the message. export class AppComponent {

Upload a empty folder with js or jquery

hello there I am building a folder upload system with js and PHP but I got an issue I'm not able to upload a folder that not contains any files I use <in

Edit XML in HTML form and submit to self

I have some data stored in an XML file and want to be able to edit that through an HTML form on a PHP page. In the PHP page I'm calling an XSL file to turn the

Edit XML in HTML form and submit to self

I have some data stored in an XML file and want to be able to edit that through an HTML form on a PHP page. In the PHP page I'm calling an XSL file to turn the