I am new to PHP and jQuery. I wanted to test the functionality for the email contact form in PHP that I call from my jQuery file. I have been filling in the det
=== Answer added in code === please could you help me resolve this : How get form.test[j] work in the Apps Script code of the form submit.Input name are : test1
I need the audio file to played when the app runs and it does this successfully, the only problem is is when I move the application to a different PC, the sound
I am trying to create a form. I am using a <datalist> tag as well as an <input> tag, so that a user can also type an option or just select an option
I'm working on an ASP.NET Core application. Part of it is an image gallery which allows the user to upload images. On localhost this works as expected, but when
I've been tasked with creating a custom label control for Sitecore Forms. I've built the control, and it is working fine. One of the requirements is to allow
I am using Django to implement my web page; in this page I have a classic item list that I manage with a for loop. I also implement a filter as a form (with sea
I am building a web app using Django rest framework on the backend and React on the frontend. I am also using Ant Design to help with styling. I have been follo
I want to use vue3 together with bootstrap 4/5 with veevalidate 4. <template> <Form as="form" @submit.prevent="onFormSubmit" class="needs-validation" :
I am using Django to implement my web page; in this page I have a classic item list that I manage with a for loop. I also implement a filter as a form (with sea
I am creating a form with Material UI. The form has two sections. One is the user's shipping address, and the other is the billing address. In many circumstance
I am creating a form with Material UI. The form has two sections. One is the user's shipping address, and the other is the billing address. In many circumstance
I use react-hook-form for the first time. I was reading the docs and followed along. Likewise, I already laid out my components and styled them. Now I am trying
I am trying to write a custom onChange and watch the change. Error: The watched myValue does not register the changes in the dropdown. Any ideas why? According
I'm testing out Stripe's new Payment Links in a project, and I'm trying to prefill a user's email address in the email field of the checkout form. I tried appen
how can I get the contents of span ? I'm looking for a way for all of this to be vanilla, not jQuery javascript (and a little jQuery) var swear_words_arr=new
I'm trying to implement a form where I want a message to be shown in advance if passwords don't match. I have added a data required validator but password match
I want to open a new page after i validated my form.There is no problem with validating it .But my form never submits ,and the html page i want to redirect to m
I try use this code: @foreach($errors->all() as $error) <li>{!! $error !!}</li> @endforeac
I'm trying to create a dynamic form using react-hook-form's useFieldArray hook. The user should be able to add or remove fields, thus making it dynamic. I've lo