Tagged Questions
-1
votes
3answers
39 views
MySQL Syntax Error During UPDATE [closed]
if($_POST['submit'])
{
$Day1 = $_POST['day1'];
$Day2 = $_POST['day2'];
$Day3 = $_POST['day3'];
$Day4 = $_POST['day4'];
$Day5 = $_POST['day5'];
$Day6 = $_POST['day6'];
$Day7 ...
1
vote
5answers
72 views
HTML Label “For” Value
I have a label tag that I am trying to link to an input type checkbox tag. I have multiple labels and multiple checkbox inputs, and they all have the same id and the same name, but different values. ...
-1
votes
3answers
52 views
Tying two radio buttons together [closed]
I am making a form, I was wondering if there was a way to tie two radio button sets together.
So the questions
Do you like puppies?
do you consent to spam?
A yes answer in the puppies question ...
0
votes
3answers
98 views
JavaScript form validation: Why does the first work but the second doesn't?
I have the following form:
<form action="next.html" id="userInput" method="post" onsubmit="return validate();">
Age: <input type="text" name="age" id="age"/>
function validate() {
...
-1
votes
2answers
65 views
Javascript + php form
I'm trying to make a contact form on my site.
Here's the code:
<form id="form" method="post" action="send.php">
<fieldset>
<label><input ...
1
vote
2answers
2k views
passing form data to another HTML page
I have two HTML pages: form.html and display.html. In form.html, there is a form:
<form action="display.html">
<input type="text" name="serialNumber" />
<input ...
0
votes
1answer
90 views
Javascript Function values pulled from HTML form fields
I am trying to create a HTML system, it creates a .txt form through phonegap.
my HTML elements are as such
SCRIPT
function Savenote() {
// Wait for Cordova to load
//
...
0
votes
1answer
109 views
Creating a .txt file in phonegap 2.0.0
I am trying to add a function to an existing PhoneGap Build (Via Cordova 2.0.0) application.
The app has many existing functions, and this should have been a simple mod.
All I want to be able to do ...
1
vote
0answers
45 views
Display html forms using ajax
I want to create an ajax based page, where i can call a form from another php file to display when user asks for it and also submit the form data through another ajax. The later process is familiar ...
-4
votes
1answer
76 views
javascript form validation using test [closed]
I recently learnt this code but this code is not working as it is expected to .It is for form validation
function username_validation(name){
var valid_name = /^[a-zA-Z0-9_]{5,30}$/;
...
1
vote
2answers
79 views
Storing Form element ID in variable?
I have an HTML form that contains the following code:
<input id="image_22" name="images[]" type="file" />
<input id="image_8" name="images[]" type="file" />
I'd like to be able to ...
2
votes
4answers
751 views
Change HtmlForm action in C# ASP.NET 3.5
I have a form as
<form id="form" action="" method="post" runat="server">
When accessing in C# code-behind via
HtmlForm form = (HtmlForm)this.FindControl("form");
and attempting to change ...
1
vote
0answers
42 views
Multi-page form using TFmail script
I have set up a TFmail script and got it working properly using a single page form.
Now, I think of making a form that spans over 2 HTML pages, but I'm not sure how to set up the submit button to ...
0
votes
1answer
96 views
HTML::FormHandler Form really slow
I am using HTML::FormHandler for a web app I'm creating. The forms work fine, the only issue is that just loading the form can cause the page 2-3 seconds to load. I know HTML::FormHandler uses Moose, ...
2
votes
4answers
403 views
How to create Logic Syntax for HTML form builder
If you know of any open source project that does something similar I'd be happy to look at the source code. Example of what I am looking for. You custom build a form that looks similar to
Name:
...
1
vote
2answers
371 views
form input boxes and labels Alignment way off in IE9
I'm redesigning the skin and layout of a user info form. Initially it was done using a table, but I really don't want to use a table for the layout. My code is here ...
0
votes
1answer
154 views
How do you get form data in Ruby similar to Python's cgi.fieldstorage()?
To help myself learn Ruby, I'm converting a simple Python website I made into Ruby. I can't figure out how to get the form values in Ruby, though. How do I do that?
-1
votes
1answer
160 views
Form Text Input with an image as submit button (input type=“image”), and the button is misaligned
HTML:
<form action="search.php" method="GET">
<input type="text" name="q" value="Search for an item..." width="150" style="border: solid 1px black; padding: 3px;" />
<input ...
4
votes
3answers
348 views
html.beginform v old skool form tag
What is the benefit to using Html.BeginForm?
We're having some issues related to html helpers and razor generator view testing and I'm struggling to see the benefit which would stop us going back to ...
1
vote
2answers
55 views
Why my form doesn't validate the fields?
I can't see a clear mistake in this code. Instead of validating my fields, it just tries to send my form and I don't know why.
This is my jsFiddle: http://jsfiddle.net/PAALA/
Other question, how to ...
1
vote
2answers
689 views
HTML Form Toggle Hide/Show fields based on selection
On my form (shown below) I have a set of radio options. If the user selects the last option for "Other", I want the div to show and slide down where they can enter a custom value in a text box. I also ...
0
votes
2answers
281 views
Is there a good resource for beautiful HTML forms? [closed]
I am working in rails, and a looking for some resources to design visually pleasing HTML forms. I can write the CSS, so even examples would be great.
Any recommendations?
0
votes
4answers
382 views
PHP Form Validation Issue - Validate Large Set of Input Fields
I have 20 "sets" of input fields in my HTML Form.
Here is a taster:
<input id="a1height" />
<input id="a1width" />
<input id="a1length" />
<input id="a1weight" />
<input ...
0
votes
2answers
96 views
submit a html form in php part post part get
Im developing am mcv framework in php and currently my url format is:
/admin/users/?action=add&method=admin
this will call the ADMIN controller, then call the user function in the admin ...
6
votes
3answers
7k views
What does it mean when the form action attribute is “#” (number/pound symbol/sign/character)?
What does it mean when the form action attribute is "#" (number/pound symbol/sign/character)?
What happens when a form input's formaction attribute is set to "#"? Does this prevent the input from ...
0
votes
1answer
353 views
Is it safe to use the HTML5 button element for production websites?
Is it still worth using the traditional input element for buttons or can I start to use the HTML5 button right away?
I have been able to verify that the button element works on the following, but are ...
-3
votes
2answers
483 views
how to assign default value in form input field for password?
I am trying to design a form in put field similar to the one in twitter i need to assign default value for the input fields, i did assign ,but for password the value displayed was in a password ...
5
votes
3answers
587 views
How to format the content of an email send with a form?
I have a complex HTML form which I want to send via email. Is there a way to send and format the content of this email as HTML via javascript without using a server-side script?
Edit: Lets assume ...
0
votes
3answers
159 views
Correct Tag Use When Creating A Form In HTML?
English isn't my native language so I'm little confused when I see tags like...
form, input, textarea, select, fieldset, label etc..
Can you enlighten me and tell me when, why and how to use these ...
0
votes
1answer
242 views
paasing from variable to java script and pass this javascript variable to jsp tag
i want to pass the javascript variable to jsp tag. i dont know how to pass this value.
And also i am looking for how to pass form hidden variable to the same web page in jsp. there is any method to ...
0
votes
1answer
507 views
How do I modify a button from a function in Google Apps Script UI App
I have created a UI App Form Panel in Google Apps Script with the following following button definition:
var voteButton = app.createButton('Submit');
var handler = ...
0
votes
2answers
372 views
HTML Form in ie giving me the problem
<form method='POST' action="some action">
<span>
<input id="foo" type="password" value="Enter Password"/>
<input type="submit" class="go-btn" ...
4
votes
3answers
5k views
Non-deprecated equivalent of <form target=“…”>
I want to achieve the same as...
window.open('lalala.php', 'lalala', '...');
But I want to send a HTTP POST request instead of a HTTP GET request. Thus, I'm using the following:
...
4
votes
2answers
2k views
How does form auto-filling in the browser work?
How does form autofill work in modern web browsers? Which are the most common techniques used in browsers that implement automatic form filling?
-- EDIT --
The question is not about autocomplete, is ...
0
votes
1answer
617 views
Expire the page after submission
I'm implementing an iAuth form for a credit application in a J2EE container (JSTL+JSP+Stripes). The vendor states in the implementation guide:
Expire the “Questions” page after answers submission
...
0
votes
1answer
902 views
How to automatically switch focus of input elements on html form?
I have a html form with three inputs for phone number input. I want a cursor to move to next input after the current one is filled.
Like you entered 3 digits in first box than cursor moves to second ...
1
vote
2answers
62 views
Should I use in this case post or get method for ajax form submission?
Should I use in this case method="post" or method="get" for ajax form submission?
Update:
When should be used post and when get in case of ajax form submission?
<form action="script.php" ...
26
votes
9answers
6k views
Best way to layout in HTML forms?
I want to display an HTML form containing labelled text fields, like this:
First Name: [_____________]
Last Name: [_____________]
Date of Birth: [________]
My obvious approach ...
2
votes
1answer
171 views
ASP.net post and default page
Scenario:
I have a regular aspx page with a form.
When someone clicks a button the form submitted via post like normal.
HOWEVER. The page where the form resides is the default page(Default.aspx). ...
30
votes
3answers
6k views
Django equivalent of PHP's form value array/associative array
In PHP, I would do this to get name as an array.
<input type"text" name="name[]" />
<input type"text" name="name[]" />
Or if I wanted to get name as an associative array:
<input ...
6
votes
4answers
49k views
calling javascript from a html form
I am basing my question and example on Jason's answer in this question
I am trying to avoid using an eventListner, and just to call handleClick onsubmit, when the submit button is clicked.
...
