Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-1 votes
1 answer
37 views

I have a small wix form on which I'd like to add the current logged-in user's full name on submission. Just off the top of my head I tried: $w.onReady(function () { $w("#form2").onSubmit((...
1 vote
1 answer
120 views

My goal is that on submitting the form a paypal page would open, but nothing happened so I added the logs which didn't log anything. The first console logs of my code appear, but the ones inside of ...
0 votes
0 answers
66 views

I'm trying to customize the email which is sent to users after form submission. I'm using Elementor Pro widget (form) and I managed the output of the form to be ordered into a table inside my customer ...
-2 votes
1 answer
97 views

I have several forms on a page contain in widget like elements to upload images. There could be one, or there could be 10. Im trying to dynamically, individually catch that particular forms on submit. ...
0 votes
4 answers
107 views

my code is working fine but when I use onSubmit in the form as attribute then the whole UI disappear and nothing is shown on the UI why? What is the solution please ? <form onSubmit={handleSubmit}&...
Itz Me's user avatar
  • 1
0 votes
1 answer
648 views

They decimalPad keyboard does not have a return button. So I like to include one using the keyboard toolbar. But how can you create a Submit Button? struct ContentView: View { @State private var ...
Mark's user avatar
  • 18.4k
0 votes
1 answer
780 views

I am working on a NextJS 14 project and struggling to implement the new server action feature introduced my NextJS some time back as an alternative to regular API calls. Here’s a stripped-down version ...
0 votes
1 answer
73 views

I have multiple forms in a php page, I added forms in the parentForm array like this parentForm.push($('.js-address-form form')); The issue is when i submit one form the onsubmit event get fired for ...
0 votes
0 answers
142 views

I ́ve been trying to make this tooltips appear without using js or something else than bootstrap classes and the required attribute. The problem is that my form is using a prevent default function on ...
1 vote
0 answers
144 views

I feel like it is an issue due to the use of React hook form and its handleSubmit method, but still can't figure it out at this point. Here is a SimpleForm component I am currently writing a test ...
1 vote
1 answer
652 views

The below sample code works fine and as expected. Looking to capture the radio button selection (green, yellow, red) to update row D of the spreadsheet. Later, would furthermore add an iteration so ...
-2 votes
1 answer
77 views

Why addNewUser is not a function ? TypeError: addNewUser is not a function Here is the problem, when i complete my form and click save show addNewUser is not a fuction. const onSubmitHandler = (e) =&...
0 votes
1 answer
54 views

I have a bootstrap react form with validation, and I am using the email.js library to send emails to the client side instead of axios http request (this is to prevent sending data to the serve-side) ...
Julie's user avatar
  • 534
0 votes
2 answers
83 views

The onSubmit callback paymentHandler is supposed to run as soon as the form is submitted, I didn't specify button type. but as soon as I click submit button, nothing happens until I click the submit ...
0 votes
0 answers
36 views

So here is my code for that part which is correct, by the way: function Form() { const [text, setText] = useState(""); function handleSubmission(e) { e.preventDefault(); } ...

15 30 50 per page
1
2 3 4 5
...
48

AltStyle によって変換されたページ (->オリジナル) /