Refers to the action of sending data to a specific destination.
0
votes
1answer
6 views
Submit calling function from Controller
I am trying to do this since yesterday. So, what I am trying to do is changing the value of the first row of table themes. I use dropdown and submit button to call the function in controller.
So far, ...
0
votes
1answer
23 views
submit button that will submit the form and send a email?
I have a form that has 2 buttons on it. 1 will send a email using a .php script,and another will submit the form to a .php database. Both of these work great by themselves, but I would like to ...
0
votes
0answers
17 views
connection reset issue with jquery submit() function
I am uploading a big file (20 to 30 mb) with a form and the following jquery call:
$('#upload_form').submit();
The code works perfectly with small files. However, then the uploaded gets to 20 to 30 ...
0
votes
0answers
4 views
input submit :active in IE8 - text and image shifts
Click a button, background image shifts up and to the left, text shifts down and to the right.
I'm really sorry, I've read dozens of things here and elsewhere, but I don't get it. I've read about ...
0
votes
1answer
21 views
How to make jQuery form submission not refresh the page but add the content - AJAX like?
In my $('#my_form').submit(function() I have a code that should add some more information on selected song from my_form form. I would like it to be able to change content of info_table on each form ...
0
votes
1answer
38 views
Submit Only One of Two toggling forms
I have two different forms which are being included in a php file. Their visibility is based on a onClick JS toggle function. The toggle works great. However if I was to fill only one of the forms out ...
0
votes
1answer
25 views
How to change DOM as 'if/else' statements are true individually, and also set variable to true if all if statements are true?
Wasn't sure how to phrase this question as per usual.
I've been working on this password validation for a while (few previous questions on it) and I'm getting closer.
I have an html list showing ...
1
vote
1answer
23 views
HTML form with multiple “actions”
I'm setting up a form wherein I need 2 "actions" (2 buttons) at the bottom:
1 - "Submit this form for approval"
2 - "Save this application for later" [upon arrival at this page later, it will ...
0
votes
3answers
26 views
php form submission not working
I have multiple pages that I have made using this exact same method, but for some reason, no matter what I've tried, I can't get certain fields to transfer into the email fields. I get absolutely no ...
-1
votes
2answers
28 views
mark only one picture [closed]
hey here is a list of pictures:
<img src="inventory_images/pic1.jpg" onclick="changeColor(this);" />
<img src="inventory_images/pic2.jpg" onclick="changeColor(this);" />
<img ...
0
votes
1answer
31 views
testing if value is numeric is not working when submitting a form
i'm having a simple code to check if the value is numeric before submitting the form but the form submits even it's not a numeric value
<form action="asdasd" method="POST" id="my_form" >
...
0
votes
2answers
35 views
Form submit callback returning multiple times? And how to create a function for a null value in another function?
Sorry for the double question, I'm encountering a few issues as I try to crack this password change form. This is a follow on from my previous question here about submitting a form only if the 'if' ...
0
votes
0answers
16 views
How Do I Submit My Form in Shadowbox?
I'm trying to use Shadowbox to upload image files. The Shadowbox opens fine with the form in the browser, but I'm unable to submit it. The server says its unable to complete my request. Here is my ...
0
votes
1answer
21 views
Second click on button to send form?
I'm working on a delete function in a web app where clicking on a button deletes a row in my db. This is pretty straight forward and it works, but I want the user to be able to confirm the delete ...
1
vote
2answers
46 views
Javascript change color of text and background to input value
I'm going to use javascript to make a function for changing color of background, as well as text simultaneously - based on the value of a text input. I've got the background color to change, but can't ...
0
votes
1answer
26 views
Is it okay to have the submit button in a form when using ajax if you're returning false?
This code below takes the input from a form and grabs the result from a handler. This emails sends and works properly; however, could my code not be correct because I have the submit button instead of ...
0
votes
1answer
30 views
php get value of submit button when value is a variable
I tried to search but was unable to find an answer for this question.
I am trying to get the value of the button in my submit button that is a variable.
CODE is as follows
$penrequest = "select * ...
0
votes
1answer
9 views
Hitting Enter on TextBox Submits
I am working on a user control (ascx) with an asp TextBox control.
Whenever I press the enter key on the TextBox, the user control automatically submits it.
I do not want that to happen. I want to ...
1
vote
2answers
41 views
saving to text file with submit button
I have this code that displays contents of a particular file. I would like to add a submit button that when clicked saves the changes in to a file. Can anyone help me or give some examples that i can ...
0
votes
2answers
39 views
With multiple 'if else' statements, how do you submit a form only if they all return true?
I have a list of validation requirements for password strength to help users set their passwords, and it's broken into parts so that I can mark each requirement as 'valid' once the user has inputted a ...
0
votes
1answer
40 views
Submit Multiple Select Values to an Action in Laravel 4
I've been trying to figure out how to submit multiple multi-select values using a redirect or something similar to an index() method/action in my resource controller in Laravel 4.
I've made several ...
0
votes
0answers
23 views
MySQL database large form tables
I have a html form with 124 fields, where some fields are required and others can be omitted. What is the best way to get all the filled out fields to the database?
I have already tried making a ...
-1
votes
1answer
19 views
Validation after submit not working?
i have some validation written out in PHP and i only want the fields to be validated if the submit button is hit so i added the:
if (isset($_POST['submit']))
line around my code but now it doesn't ...
0
votes
2answers
76 views
php mysql update query limit?
Table: cquestions
cqid, cqtext, showdate.
I want to update 'showdate' field to tomorrows date..
database:
cqid cqtext showdate
200 q1 2013-05-22
201 q2 0000-00-00
...
0
votes
1answer
11 views
Rails: Replace Submit Button With Pure HTML
I have a simple form with several hidden fields:
= form_for item.votes.new, remote: true do |f|
= f.hidden_field :value, value; 1
= f.hidden_field :voteable_id, value: item.id
= f.hidden_field ...
0
votes
0answers
34 views
Assign different id to forms using jsp
In each iteration I need to assign a new id to each form. Can you help me?
Thanks.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP ...
0
votes
1answer
25 views
Angular Multistep form - need to have new form elements bind to model
I have a multi step form where all the input elements bind back to one model that gets loaded with the first request. Each step will submit the model to the server and a new set of inputs and html ...
0
votes
3answers
35 views
Extra Padding on top of Submit Button
I can't get rid of the extra padding on top of a submit button. I've tried everything from adjusting the height, to line-height, to padding, to margin, nothing seems to work. Basically, instead of the ...
0
votes
2answers
49 views
Submitting a Form using Jquery
Okay so I am converting some code to jQuery and currently the js is just changing the focus to a button with the target id using whenever you press enter or double click in a <select> tag. ...
2
votes
2answers
30 views
While form is processing show spinner gif
I have a form that takes about 15 seconds to process and would like to show a spinner gif once the form is submitted and remove it once the form is complete. Also the form redirects to a new page and ...
0
votes
1answer
22 views
form session data not posting, sessions working
I've been tinkering with this for a few days. Checked out all the posts related and still can't quite get it to work. Anyone able to take a look and steer me in the right direction?
I have a site ...
0
votes
0answers
18 views
Multiple form submits in body tag
Although I have found a few questions related to this, none has quite addressed my specific situation. I have a PHP script that I want to call other scripts, without clicking. I have used this ...
1
vote
1answer
49 views
Why doesn't jQuery form .submit() call enclosed function?
I am trying to call a named function on form submit. Here is the code:
$(document).ready(function() {
showPartnerSettings = function(e) {
e.preventDefault();
var $dialogForm = $("<div ...
0
votes
1answer
36 views
How to properly submit a dynamically created form with JS/jQuery?
HTML:
<button class="search" name="search">search</button>
Javascript:
$('button.search').live('click', function(event) {
var newForm = jQuery('<form>', {
'action': ...
0
votes
1answer
54 views
Style div like the submit button
Is it possible in css to style a div that it looks like a submit button? Of course it's easy to do this for one browser using css, but I'm looking for a cross browser solution.
<div ...
-1
votes
1answer
24 views
How to submit app to appstore [closed]
I got rejection email from Apple Team, they said that my application is eBook NOT App. My application includes images, text, videos, email, facebook sharing
How can i convert it to app? What is the ...
1
vote
2answers
87 views
Spring 3 — form with 2 buttons, sending 2 parameters to controller method
I have a Spring 3 MVC form with 2 parameters I'm trying to send to my controller method, and I'm getting a 404 error. The twist on this problem is that the form has 2 submit buttons, and the submit ...
-1
votes
1answer
37 views
Getting name from Submit Button php [closed]
Basically I am making a list of buttons and I want a single $_POST['submit'] to delete from the database depending on the button that was pressed. There are two values I would like to keep within the ...
0
votes
1answer
54 views
in jsp file, the “submit” button should use action=“servletName” or use javascript/ajax to link to .jsp file itself?
in a jsp file named something.jsp, there is a "submit" button:
I have seen 2 ways to use the submit button:
1. use < form name="xxx" action="servletName" /> to redirect the jsp page to a servlet.
...
0
votes
2answers
38 views
a form page to submit data to table in database in php
I am new to php and haven't worked much on it. I am working on a page where I need to save data from a textbox to a table on submit of a button. But somehow nothing seems to be working on press of ...
0
votes
1answer
36 views
Pass values from TWO text boxes in a php file to another php file with a single submit button
I am trying to have two textboxes, and get the values entered in them in another php file. But, Is it possible to have a single submit button that submits both the values ?
To get value from ...
0
votes
2answers
51 views
Go back to dynamic form after submit
I've got a form like this:
<form action="" method="POST">
<input type="text" value="name[]">
<input type="submit">
</form>
<a href="#" id="add">Add ...
1
vote
3answers
40 views
Ajax Login Form - Callback to PHP?
I'm trying a login in a lightbox via jquery and ajax.
My goal is that after the user logs in successful, he gets redirected to a special site.
The login via jQuery.ajax works fine, but I would like ...
0
votes
4answers
31 views
javascript submit not submitting
I have the following in my head:
<SCRIPT>
function submitFunction(i) {
if (i==1) {
alert('1');
document.sales_order_details.action="/sales/_order";
...
0
votes
1answer
42 views
Multiple identical forms on a page in asp.net. How do I get variables?
I'm having trouble figuring this out. I can't explain it that well, so here some html/asp first:
<%for(int i=0; i<getCountRows(); i++)
{
setLabelsFestivals(i);
%>
<form ...
0
votes
1answer
25 views
changing a variable based on dropdowns that also doesn't refresh page
What I'm trying to accomplish is to have a simple form that has dropdowns with priced items in them. When a user changes a dropdown option it will change the "base price" of the overall product.
^^ ...
0
votes
1answer
48 views
Is it possible to submit a form and send an ajax request at the same time jquery
I'd like to submit a form and, at the same time, send an ajax request to my Spring MVC Server. For it I have a form like this:
<form id='confirma' method='post' action='confirma'>
<button ...
1
vote
0answers
26 views
Add an event handler to any normal web request
I have a timer running on my page that refreshes it every minute. There is also a search function on this page. Now say the search function takes 10 seconds to run when there are only 5 seconds left ...
0
votes
1answer
22 views
jQuery : How to generate multiple tabs from array and send them with form submit
I'm running on a booking system which is caused me headache for a couple of days ago. I trying to find the solution for this project but none of them works. So could you guy please suggest me on the ...
0
votes
0answers
25 views
PHP downloading instead of running on first click then running fine on second click
I was customizing a program earlier across multiple subdomians. Then the forms stopped working properly. Whenever a submit button is hit they download the php file called. However if I click it a ...



