Tagged Questions
0
votes
0answers
30 views
JavaScript Suddenly not working - TypeError: document.hform.sSecureUser is undefined
My Code:
<?php include ($_SERVER['DOCUMENT_ROOT'].'/functions/functions.php');?>
<div id="hasJavaScript">
<form name="signup">
<label>Username</label> ...
0
votes
3answers
45 views
HTML: How to redirect users to a variable url depending on their form input?
I've the problem that I want to use a payment system for my website for which I need to setup a system by which users get redirected to a url. This url needs to contain their own username on the ...
17
votes
5answers
297 views
Hide form controls when printing an HTML page with CSS
Certain HTML form elements have extra UI attached to them, like the up/down arrows on number. When printing the page however, those buttons are no longer needed, as the user can not interact with them ...
1
vote
4answers
39 views
Right and correct markup in html forms
Once upon a time in HTML
I was looking W3Fools and find this paragraph, related to the errors in W3Schools:
<form>
First name: <input type="text" name="firstname" /><br ...
0
votes
1answer
33 views
POST text data as file in form
Is it possible to POST some XML data i have as string as file input type from a html form.
The case is i have a form like
form action="target.php" method="post" enctype="multipart/form-data">
...
-1
votes
2answers
72 views
How to autofill HTML form?
Stage
Suppose an HTML page in some URL (i.e. http://mysite.com/registry.html) and this HTML file contains a HTML form, like this:
<form action="/">
<input name="firstname">
<input ...
0
votes
0answers
86 views
Submit Form in PHP
I'm building a script to parse some simple HTML data, but I need to submit the HTML form. I can't even if I tried many ways. Here is the code:
HTML Form:
<form class="transactieoverzicht" ...
0
votes
0answers
23 views
How to make daily weekly newsletter checboxes
How to make checkboxes to handle weekly and daily subscription so user enters once email and press once Sign button and subscribes.
Daily should use feedburner and weekly should use mailman.
(Note> ...
0
votes
1answer
51 views
HTML form submission across various pages
I have 4 HTML Pages. In each page I have forms and form elements, but my submit button is only in my 4th page. So how do i try to access the elements i selected in the first three pages without using ...
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
2answers
83 views
Should I explicit specify default value for SELECT even if it is the first one
In all browsers that I know of, the first option is selected pr default in the below HTML:
<select>
<option>foo</option>
<option>bar</option>
</select>
But ...
0
votes
1answer
39 views
Some inputs not submitted
I have an HTML form but some of the inputs in it are not submitted, even though they are active. Live example at http://jsfiddle.net/hbw3/qzcTS/2/.
The form clearly contains a number of divs but only ...
0
votes
1answer
73 views
How to generate a view with checkboxes from an array
We have an array $options with a flexible number of values. This Values we get from an DB.
How can we generate the view that this View look like
options['value-1'] checkbox_1
options['value_n'] ...
1
vote
2answers
709 views
Resetting Select2 value in dropdown with reset button
What would be the best way to reset the selected item to default? I'm using Select2 library and when using a normal button type="reset", the value in the dropdown doesn't reset.
So when i press my ...
0
votes
1answer
149 views
Adding dropdown options using jquery not working
I'm clearly doing something wrong here, but I'm racking my brans trying to figure it out.
So I have a <select></select>defined thusly:
<select name="entryspeaker" ...
0
votes
1answer
90 views
Send form to remote server
I want to use the service provided at http://zxing.org/w/decode.jspx with a custom form in my own site. I've written the following code:
<html>
<body>
<FORM ...
0
votes
2answers
43 views
How to submit additional variables alongside form submission?
I have an HTML form that works properly and stores all variables ('firstname', 'lastname', etc.) in the GET array.
At the time of form submission, I need to pass an additional variable in the GET ...
0
votes
3answers
97 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() {
...
0
votes
1answer
112 views
How to display action result of iframe in parent window
I have a html page.
html page has a iframe.
when I submit the form inside iframe, returned result is displayed inside that iframe.
How to display that result in parent of iframe??
-1
votes
2answers
63 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
0answers
262 views
Why is HTML form content type called enctype?
From w3c.org, enctype is defined as
This attribute specifies the content type used to submit the form to the server (when the value of method is "post")...
In another section however (Form ...
0
votes
0answers
110 views
Repercussions of using <form action=“.” method=“POST”>
Let's say I have a form that POSTs to the same URL that generated the form. Let's also say that the URL is somedomain.com/contractor/1/1/add-workers and it's really important that the URL remain ...
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
2answers
213 views
Asp net mvc Form does not post all fields on submit as it is supposed to post
I have this form in my asp net mvc application, check right above the form the fields that are posted. The are couple of them missing. Can´t understand why
<form id="FormRegistroUsuario" ...
1
vote
4answers
943 views
getting value from a link in JSP
I have anchor-link in jsp page as shown below inside the <td> in table.
<td>
<span>
<a href="AddDescriptionForEvent.jsp?" name="count"><%=(cnt)%></a>
...
0
votes
8answers
580 views
Move HTML checkbox to left hand side of it's width
I cannot use any JavaScript and would like an answer in just CSS if possbile. I have the following check box in a form:
<label for="autologin">Remember Me</label>
<input ...
0
votes
1answer
108 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 ...
0
votes
1answer
170 views
HTML form not taking values of text field
Hello here is my form in HTML
<table border="0" cellpadding="4" cellspacing="4"><tr></tr>
<form method="post" action="<?php echo ...
-1
votes
2answers
437 views
if i click ok in alert box all text box become empty?
i got error, For example i am having 4 text boxs name,dob,age and mail-id. in this if i entered name,dob and age but i am not entering mail-id. if i click submit the alert box appear in that mail id ...
0
votes
0answers
122 views
two drop down selections html in php. Different style
Hi all,
I have two form dropdown selectors in an PHP file. They both collect their data from a mysql query. When a selection is made in the first dropdown then the second one appears. They have ...
0
votes
1answer
54 views
Django Book (Forms)
I've been working through the Django Book and ran into trouble understanding forms.
Reference: http://www.djangobook.com/en/2.0/chapter07.html
The following confuses me:
<html> <head>
...
1
vote
1answer
132 views
Form tag does not get added in Chrome and Opera
I have a button on my form. When I click that button I first ajaxpost to a webpage on the server, take inner html of the specified div and finally append that html to another div that will present a ...
0
votes
2answers
98 views
How do I link an error/information div with a textbox above it
I have a pretty standard html form with a few input boxes. I have a small div under each textbox that displays directions when the textbox has focus (the rest of the time they are hidden). The divs ...
1
vote
3answers
66 views
Is there a way to have some text (not option) inside <select>?
We have a Select inside a form with say 4 options. My client wants to categorize options in a way so we can have some text on top related options. It will looks like:
<select>
Cat 01
...
0
votes
1answer
381 views
JavaScript display html text input in html5 output tag
I am trying to make a little JavaScript web app that I can use to make templates for webpages I am going to make.(To speed up designing and stuff.)
But when doing this I want to make it update live ...
0
votes
2answers
569 views
How to pass parameter via submit input without javascript?
I have a form that contains multiple submit buttons. How can I pass a parameter submitting the form to find out which submit has been pressed? No JavaScript allowed.
0
votes
3answers
479 views
Populating a HTML form drop down menu with a PHP array
I am trying to populate an HTML form's drop down list with the contents of the current directory. I attempted to use PHP's scandir() function to output these files as an array and then feed them into ...
1
vote
1answer
89 views
I need to get the path instead of selecting file name in my browse dialog box to save my file
This is my code. This will take only the filename. I want my browse dialog to select the path location to save my file.
<form name="uploadFile" method="POST"
enctype="multipart/form-data">
...
-2
votes
1answer
160 views
keep user input in html form & update [closed]
i've created a html form where i wanted to allow user to update their input after form submitted. so, after submission occur, the form is like:
<form name="myForm" method="post" ...
0
votes
1answer
80 views
Let users log into their emails without entering the @domain.com part? [closed]
I have made a page for my staff to log into their mails without the need to go to http://www.ipage.com/mail/. The page is http://www.pgla-jordan.org/staff-login.html.
here is the code for that page:
...
1
vote
1answer
96 views
get unchecked box
I have a form of a table with 'checkbox':
out.print("<table><tr>");
String box_user = null;
out.print("<td>");
box_user = "<input name = 'check' value=r" + id + " ...
1
vote
3answers
528 views
jQuery submit form doesn't work
<form accept-charset="UTF-8" action="/twitts" class="dialog " id="twitt-form" method="post" title="Dialog" selected="true">
<div style="margin:0;padding:0;display:inline">
...
0
votes
1answer
101 views
HTML form over several slides
I want to create a form on a site of about five questions, each of which is located on a different slide. The effect I'm going for is that you answer a question, and then after a short delay the next ...
2
votes
5answers
1k views
Using the HTML 'label' tag with radio buttons
Does the label tag work with radio buttons? If so, how do you use it? I have a form that displays like this:
First Name: (text field)
Hair Color: (color drop-down)
Description: (text area)
...
0
votes
0answers
90 views
Paste html form data into url
Assuming i have resource with 2 methods :show and :index. I need :index contain simple form with text field and submit button, when user insert data into text field, this data must be inserted into ...
-2
votes
1answer
117 views
How to change the content of a div after submiting a form [closed]
I have the following code
<form>
<p><label for="username">NICKNAME</label>
<input type="text" name="username" value="o teu nome" />
</p>
...
0
votes
2answers
108 views
How to know which radio is checked from a fieldset
I have the following code:
<fieldset id="dificuldade">
<legend>Dificuldade:</legend>
<input type="radio" name="dificuldade" value="facil"> Fácil ...
0
votes
1answer
45 views
Problems with HTML and JavaScript [closed]
I've been trying to create a game which uses HTML and JavaScript and consists in an HTML form being displayed in which you can pick up the difficulty and the type of game. So far so good, but now I am ...
0
votes
1answer
28 views
nesting form element names for objects
I have a page where I need to submit an unknown number of objects with this structure:
object
name
phone
hours
monday
open
close
tuesday
open
close
...etc
...


