i know how to send post forms and process it server side with php… something like i am just developing it on my php server… the actual form has many more inputs and later i have to flash into an embedded system, so to make it more efficient (memory usage, responsiveness, etc) i decided to do it with AJAX… to
Tag: forms
How can I put validation in react, that if I have choose an option from a drop down, then that option will be disable in the other drop down menu
I am designing a form in react in which I have two categories of dropdown. one is named as “What include” and the other is “What is not include”. Now I want that if the user to select any option from the menu of “What Include”, then that option(item) will be disabled in the other drop-down named “What not Include”.
Sending data in draft by going in previous page or leaving current page
I am making a website like yahoo mailing system, there I need to make draft messages, I want as soon as a person writes in any field and when he leaves the page with out submitting that form this form gets saved in the array of drafts msgs, please guid me I am using react js for frontend I did
Using HTML and Javascript to make a concrete supplies calculator – Takes a value of both ____m3 and a select option (mpa) to give a total price
This is my first time asking a question on Stack Overflow so apologies if I get something wrong. I am currently building a web calculator for a concrete company. Here are the details of the inputs: There is a form with the following inputs: Input 1: Cubic Meters (m3) Input 2: Strength Input 1 takes a value between 0.1 m3
Ajax Flask Retrieve Data of Multiple Forms in Server Side
I am sending multiple form data as an formdata object using ajax to python flask. Just like the example here. In the below code, I am sending data of two forms using ajax to flask. I can’t retrieve it on server side, However I managed to get files using request.files on python. But I can’t retrieve or see the form
Javascript: How to compare against substring in PDF forms?
I am trying to use some Javascript in a PDF form. As an example, let’s say I have two fields: let’s call them TextField1 and TextField2. These fields can be used independently, but when TextField1 has a certain value, I’d like TextField2 prefilled. This works fine (triggered onBlur, not that it matters): My problem is this: How can I compare
Prevent a Form Input value from being submitted in the form
I’m working on a form that askes the user what kind of “samples” of countertops they like. Here is the page: https://topsc.webflow.io/pages/onboarding I’m using Webflow CMS and some jQuery to automatically name the checkboxes that toggle whether or not they like certain samples. To make it easier for the company to see what’s been checked, I’m trying to prevent all
Javascript in WordPress won’t work because of AJAX form
For a client, I was using a form built with Formidable Forms plugin. In Elementor, I added this piece of code: This code worked perfectly fine and the SVG was inserted. However, after changing the form to an AJAX form, the code above is no longer working. Does anyone have any idea on how this Javascript can be working in
How do I submit two different values with a single button in the form?
I have a form that allows users to change their data (name, surname, display name etc ..). With the “save settings” button, this data is updated correctly. Now I’m trying to include a new field that allows users to upload an avatar. The problem is that now I have another button called “upload” which is meant to upload the image
JS Onchange display value before processing
I have a form with a select input element. After the user selects an option, I check that option chosen. If it is bigger than I expected, I bring up an alert box asking the user if they’re sure they selected the right option. This is just a warning, so I don’t reset the value or prevent the user from