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
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
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.
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:
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`
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
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
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
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
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
$('#submit2').click(e => { e.preventDefault(); var form_data = new FormData(); form_data.append('newKey1', 'newValue1'); form_data.append('newKey
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
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
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
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
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
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 {
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
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
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