Skip to main content

Questions tagged [form-submit]

The submit event is sent to an element when the user is attempting to submit a form. It can only be attached to form elements. Forms can be submitted either by clicking an explicit <input type="submit">, <input type="image">, or <button type="submit">, or by pressing Enter when certain form elements have focus.

0 votes
0 answers
15 views

How to get sent to my email the url of the page on which a form has been submitted?

I use Brevo(SendInBlue) to create forms for my website. My website is built in WordPress. Could you please help me find a way through which I could get sent to my email the url adress of the page on ...
sacramento's user avatar
0 votes
1 answer
34 views

React start async submit process only once

We have a form with a submit button, and the OnClick starts the submit process. This submit process is async, takes long. During that process, we should not let to start the submit again, causing ...
Zoltan Hernyak's user avatar
0 votes
0 answers
19 views

My php form on my website is ending blank submissions to my email [duplicate]

Below is the php code i have on my website. We have been getting some email form submissions that are working but we have also been getting a large amount of empty submissions. When i try to submit a ...
ilana a's user avatar
0 votes
0 answers
33 views

Submit form from Modal and only refresh the modal?

I have a main.html HTML page with some buttons that opens a modal. Depending on which button is clicked, the modal will dynamic load content from an external PHP script - each button calls a ...
rolinger's user avatar
  • 3,016
0 votes
1 answer
29 views

Unable to upload courses to the database in a Laravel Project

I'm on a Laravel Project. The characteristics: Laravel Framework 10.48.12, Composer version 2.7.7 2024-06-10 22:11:12, PHP 8.3.7 (cli) (built: May 8 2024 08:56:56) (ZTS Visual C++ 2019 x64) Copyright ...
Essossolim Cyrille HALIYA's user avatar
0 votes
1 answer
61 views

preventDefault() not preventing page redirect on form submission

I have a simple form being submitted into a third-party form/db location (Acoustic) and I'm trying to prevent the page from being redirected after submission. <form method="post" ...
Matt Smith's user avatar
  • 2,036
0 votes
1 answer
13 views

Contributte Live-form-validation - prevent double submit

I am using Nette, Contributte Live-form-validation to validate my forms and Naja in web apps. I would like to prevent double submit form my ajax and non-ajax forms.
Vladimír Mlázovský's user avatar
0 votes
0 answers
14 views

ajax does not activated in codeigniter3 view page

i have following form submission in codeigniter3 view blade php code: {!! form_open('#',array('class'=>'text-left mt-2','id'=>'BOS_FORM','onsubmit'=>"ajax(this,'".$user_base_url.&...
Solmaz's user avatar
  • 25
0 votes
1 answer
61 views

Fields located in inactive tabs not being validated upon form submission

I want to use this validation: function prueba(){ console.log("hola") } $("#boton").off("click").on("submit", function (event) { event.preventDefault(); prueba(); }); .tabset > ...
Jorge Mantilla's user avatar
0 votes
0 answers
20 views

Table data in jQuery Dialog not refreshed after Spring webflow form submit

We are migrating out old web application from Java 7 to java 8 including JQuery 1.4.2 to JQuery 3.5.1. Current problem is after submitting the form using Spring webflow the table in the page is loaded ...
Sathesh S's user avatar
  • 1,303
1 vote
3 answers
52 views

How do I fix this unwanted button behavior in ReactJS?

I'm trying to conditionally switch between two HTML buttons in ReactJS based on wether the form is shown or not. Basically if the form is shown, show a submit button and if not shown, show a regular ...
Carlos Sosa's user avatar
0 votes
0 answers
10 views

keep selected option visible in dropdown after submitting

I am using the following script to retrieve data from my mysql db and to fill a dropdown. Retrieving, selecting and submitting are working perfectly. The only thing is that the selected option falls ...
renevl's user avatar
  • 9
0 votes
1 answer
69 views

livewire form submit button reloads the page and appends a "?" at the end of the url

this is my livewire component named locations in the views <div> <x-slot name="title"> {{ __('Location Management') }} </x-slot> <x-slot name=&...
Chiku Thomas's user avatar
0 votes
0 answers
17 views

Unable to submitting the form using jquery post request like a form submit

Using Form Submit redirecting page from one page to another page and the page is redirecting successfully but the parameter value getting length 0(if array) or null(if string) based on the data passed ...
ashok's user avatar
  • 351
0 votes
0 answers
132 views

Next.js Write to Google Sheet from Child Component

I'm facing some issues where I wanted to save user entered data from a HTML form to Google Sheet. Here's my file structure: I'm currently facing these errors: Failed to load resource: the server ...
Ariel's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
207