Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
3 votes
2 answers
65 views

How can I populate Textfield using php ajax in each row of a table upon change of another textfield within the row

I have a javascript where upon click of a button a row with two cells is added to the table. One cell has a livesearch textfield and the another cell has a quantity textfield, whose value suppose to ...
GoodNews Carrier's user avatar
-1 votes
0 answers
37 views

Send a form using ajax on ASP.NET Core 8 MVC

I want to implement a form in which there are various types of inputs, such as several text and file type inputs for sending photo, and the information must be sent through ajax and with a model, and ...
Ashkan Amjad's user avatar
0 votes
1 answer
23 views

How to Redirect Based on Form Input and Record Lead in Unbounce

I'm working on an Unbounce landing page and need some help with a form submission script. The goal is to redirect the user to a specific URL based on their input for the company_size field and ensure ...
Sue11's user avatar
  • 107
1 vote
2 answers
86 views

Trying to stay on the page after submitting, "Failed to fetch" (Used Typescript to write the form)

After trying not to redirect the user that has submitted the form, I had trouble sending the form to my form service. I setup a Formspark form to use on framer.com. Framer.com forces me to use ...
Onur Özalp's user avatar
1 vote
1 answer
33 views

Jquery Ajax Post Alert is Noth Showing the Returned Data, it is showing the current page source

I am not getting the expected result when trying to post a form using ajax. I have a simple form. I also have a jquery script to submit the form so I can try to pre-validate a captcha text box before ...
Soren's user avatar
  • 813
1 vote
0 answers
29 views

Trying to remove an ajax action to do my own

I'm using the Forminator Plugin for Wordpress, and right now I'm trying to remove the action that (I asume) calls the default AJAX function that handles the POST, I have found this two actions: ...
sinned's user avatar
  • 11
0 votes
0 answers
24 views

Jquery form thank you page url is not working

I'm attempting to submit a form using the POST method. Upon successful submission, the page should redirect to a designated thank-you page URL. However, despite the form being successfully submitted, ...
user6725932's user avatar
0 votes
0 answers
71 views

Strict-origin-when-cross-origin

I have a WordPress website with multilingual (Polylan WP plugin). And these are on separate subdomain. eg. https://de.main_domain.nl/ and https://en.main_domain.nl/. https://de.main_domain.nl/ is ...
Kaizur's user avatar
  • 199
0 votes
1 answer
95 views

i can't render partial js from controller rails 7

I've created my_portfolio.html.erb with form submission to controller with remote: true , the controller take the params and verification everything work fine with condition and code, but it's can't ...
LAX's user avatar
  • 3
0 votes
0 answers
47 views

Doubts on how to upload Filepond with PHP and Ajax via Submit form

First of all I tried to search here, I saw many and many topics but I couldn't solve my issue. Every post with a different solution that didn't worked. Then I decided to ask a question, cause I spent ...
user avatar
0 votes
1 answer
31 views

Receive AJAX Form data in Server side

How to receive AJAX Form data in Server side sent by Fetch API ? I have below Fetch API. const sent_urls = () => { const formData = new FormData(); formData.append('action', 'start_parsing')...
abu abu's user avatar
  • 6,912
0 votes
1 answer
24 views

Ajax request sent twice in laravel

I have a simple Laravel application for task management. It includes a form with four fields: one for the CSRF token and two hidden fields for IDs, and one input field to get the task title. To submit ...
Jahangir Shah's user avatar
0 votes
1 answer
45 views

PHP variable can't get HTML option value instantly

Try building a website that contains add product function with PHP code. Say we are adding a phone product, category will be Mobile Phones and the subcategory can be Samsung or iPhone. Another example ...
pj_1212's user avatar
1 vote
1 answer
30 views

Submit form linked to ajax data result

I have my input form that collects data. I want to check if one of this input is present in my mySql db and to do this I call the procedure via AJAX. The procedure makes a mySql query and returns a ...
marco's user avatar
  • 45
0 votes
1 answer
55 views

Form sent to twice using mail()

i am totally new in php and websites. I have issue on my website with form if somebody can help me? Problem: whenever the user presses the send button, the form is sent twice and two emails arrive in ...
localbot's user avatar

15 30 50 per page
1
2 3 4 5
369