HTML forms are used to pass data to a server. A form is essentially a container that can be used to hold any amount of any subset of several types of data.
-1
votes
3answers
41 views
Adding validation into PDO [closed]
Got this working how I want, but what updates can i do to it to make it better?
code: ----------------------------------------
$odb = new PDO('mysql:host=localhost;dbname=db371885849', $user, ...
0
votes
0answers
22 views
How to display an error from action without redirection?
In the action corresponding to the added form, I want to display an error above the form. But when I write:
if("1" != $error)
{
$this->redirect('@domaine');
}
else
{
...
0
votes
1answer
34 views
Styling file input with foundation
I'm using foundation and I've not seen anything in the documentation regarding the file input, only general input elements. But styling the file input is not so easy. And more if you want to keep it ...
0
votes
1answer
29 views
Magento insert and filter multi-select values in custom admin-grid module
I have created a custom module with Module Creator (v 1.7).
Have one multi-select admin form field.
As the multiselect field on submitting gives array , the same value (i.e Array) is stored in ...
0
votes
0answers
62 views
Using something other than true or false in Javascript output
I've got this piece of code for validating a registration form and I'm looking to clean up the output variables. At the moment I have a true / false system to check the value of an input on blur and ...
0
votes
1answer
47 views
After I'm done with Ajax redirect the right window
I was implementing my code from this answer to do Ajax calls in webkit on a form upload and it works well.
http://stackoverflow.com/a/16200886/548558
My backend gives me a redirect if the form is ...
0
votes
2answers
23 views
How to move onchange=“form.submit()” into script tag?
I have the following html:
<form id="forum_jump" action="http://www.url.com/index.php?" method="get">
<fieldset>
<select name="showforum" id="showforumJump" ...
-1
votes
1answer
26 views
Render _new.html.erb from new.html.erb using new.js.erb
In my Rails application (Online Exam system), I have a resource called questions defined for creating and managing questions. I have 3 type of questions. Then in a new question type I am going to add, ...
0
votes
2answers
50 views
Form validates before submit
Just a quick one, i can't seem to spot and was hoping some one else could spot my mistake, i have a some string validation code written in PHP and the problem i am having is that the form seems to ...
0
votes
0answers
16 views
How can I create a form filler on xCode? How can I receive that information and where can I receive it? [closed]
I want to create a form filler and I want to receive that information somehow. Could anyone tell me how I can do this?
3
votes
2answers
26 views
Using JQuery/Javascript to pre-process online forms before saving them
I need some help in pre-processing online form inputs before submitting and storing them in database. This form is actually done with the help of ChronoForms component in Joomla 3.1. The form is made ...
0
votes
5answers
31 views
Position Label on top of text-area
I want to place label on top of an html area in the format shown in this picture.I am using vertical align property but the label is coming on the left hand side of the text-area
The current format ...
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
37 views
Using checkboxes in a belongs to and has one relationship
On the "show" page of my "Account" model I a have a "Checklist" model. I want to be able to check on/off the each of the boolean values on the checklist within the account's show page.
I'm getting the ...
0
votes
1answer
43 views
How can i exclude few fields from validation in forms
I have 10 fields in a Django form like this
class SearchForm(forms.Form):
student_number = forms.CharField(required=False)
final_date = ...
-2
votes
1answer
53 views
Sending form to e-mail
I'm trying to send a form to a e-mail using AJAX.
Problem : I'm not reciving the e-mail.
Obs.: The form is in portguese just ignore the text part ;)
index.html
...
<head>
<script ...
0
votes
2answers
22 views
Variables not being fwritten
I've been trying to create a form that creates a ticket in the form of HTML to easily organize things and view the issue, however every time I try to test this, it only shows the variable as $variable ...
0
votes
1answer
24 views
Export current MS Access Form record to PDF
I have created a form that looks fairly good. I'm trying to refrain from creating a report so I am trying to have the form export the record that i am currently on, to PDF. The catch is that i only ...
0
votes
1answer
17 views
How can I display the name of all services with specific tag in symfony2 form
I have several services tagged with the same tag. I wonder how to proceed to retrieve the list of all thoses services and to inject it in a form ?
Here is an exemple of what I want at the end:
...
0
votes
1answer
20 views
Not all validation checks execute onsubmit.
Using a form and javascript to validate fields.
Here is the code where I call the validation javascripts, all of which are in seperate documents but file path is specified.
function validation()
...
1
vote
3answers
35 views
prevent links in html form fields
Is there a way to prevent a form from being submitted if it contains links.
I would like to prevent links from being added to input: question and message field.
Can anyone point in the right ...
0
votes
1answer
28 views
Pass Text From a Javascript Call To A Text Field In Form On Page Load?
I thought I could find a solution for this online but I just can't seem to find a solution.
I have a form with a text field with id="filledonload" and it needs to grab a text value from a JavaScript ...
0
votes
2answers
48 views
Serialize unchecked radio buttons
<form>
// radio group 1
<input type="radio" name="a" value="Y">Yes
<input type="radio" class="ml_10" name="a" value="N">No
<input type="radio" class="ml_10" ...
0
votes
0answers
15 views
Simple JQuery function for checking all inputs for data and highlighting errors
First off, the following function does actually work.
What the function does:
The below JQuery function checks a general form on the page (or you can target a form with an ID) and checks to see if ...
-2
votes
0answers
49 views
Where do files from a php form go? [closed]
basically i was wondering if i use the instert file input in my form where will the files go because is save all the data (like email etc.) in a txt doc so what would happen to the file?
Thanks!
0
votes
0answers
28 views
Django form that depends on Queryset
I have the following code:
class TagSelectionForm(forms.Form):
tag = forms.CharField(max_length=60)
def __init__(self, tagGroup, *args, **kwargs):
super(TagSelectionForm, ...
0
votes
0answers
3 views
fields_for edit doesn't load
I've got a form view that works, when creating a new list, however on edit, it does not render the list products. Why might that be?
This is the form view:
<div id = "list">
<%= ...
0
votes
1answer
21 views
How to append form input data as string to form action url
I have a mailchimp form I need to populate with content from simple html form on my website.
I read in mailchimp documentation that this is quite possible by appending query vars to the url.
So I ...
0
votes
0answers
14 views
css only conditional form works in firefox, but not chrome. Can you look over this codepen?
I was trying to be clever with this conditional hiding and showing of a text-field based on its adjacent radio being selected.
It works in firefox just fine, but not chrome. Can someone confirm that ...
0
votes
0answers
13 views
Adobe Acrobat & Javascript - Forms
So have some form fields on a pdf document within Acrobat. I'd like to put in a beginning date in one field and have the rest get calculated via Javascript.
For example I enter 05/16/2013 in the top ...
1
vote
2answers
30 views
Auto submit form on page load
I'm having a bit of trouble with my current issue. Any help would be greatly appreciated.
I have a step in a 'signup process' which i don't need anymore, but i don't have time to reconfigure the ...
1
vote
1answer
36 views
Passing a url param to a search form
Exact problem: Trying to pass a param from the url to a search box destination page.
The param is "subid" this way:
http://www.domain.com/?subid=3456
and the current (non working) search form code ...
0
votes
2answers
68 views
how to display only 3 different questions everyday from database?
Database:Tables
CQuestions
CQid, CQText
CAnswers
Aaid, AaText, CQid, CQAns
CResults
Rid, Email, Marks
i want to display questions and multiple answers from database. this code will display all ...
2
votes
3answers
113 views
CSS issues with table layouts
I created a form to create a user account on my system.
Below the form, I used a table which has two functions:
Deleting one row on the table, which also delete the data in the database
Modifying ...
0
votes
0answers
33 views
Submitting form in symfony2 (ManyToOne)
Sorry in advance for my bad level in english.
I am working on a symfony2 project for 3 weeks (I’m a beginner on symfony2) and I have a problem about one update form.
My form use two entity : one ...
0
votes
0answers
11 views
Detecting iFrame's AJAX request submit from SWF. Is it possible?
I am trying to detect when a video has finished playing inside an iFrame. When it finishes, I can tell from the Firebug "Net" tab that it submits a GET request to a specific URL with a specific GET ...
0
votes
2answers
24 views
Symfony 1.4 Label position in a form
Is there a way to change the position of the label in a form? I would like to have it above the input field (sfWidgetFormInputText and sfWidgetFormChoice) . Is that possible?
0
votes
5answers
52 views
Form Validation without Alerts
I was wondering if there's a way to validate the form without using alerts. Like usually you would see red text beside the input box if you typed in the wrong information or something. And I don't ...
0
votes
1answer
23 views
Three level nested form in rails
I have 4 models Reports, Category, Question, Answer. My problem is that Report doesn't have associations with category. I want to create nested form like:
@report= Report.new
@category = ...
1
vote
1answer
32 views
Installing jQuery plugin into wordpress
I have a form that a user will fill out based on fitness test results i.e. push ups per minute, sit ups per minute, 2 mile run time etc. This form is submitting to a custom template page which also ...
-2
votes
2answers
66 views
Inserting data to database from dropdown menu - PHP MYSQL [closed]
I have the following code in my addproduct.php which connects to doaddproduct.php after clicking a submit button:
<tr>
<td>Category Name</td>
<td>:</td>
<td>
...
0
votes
4answers
56 views
Delete form fields using Javascript
Is it possible to write a Javascript function to delete form a field when somebody does not fill in the field?
<form id="myform">
<label for="q1" id="q1label">question 1</label>
...
4
votes
0answers
34 views
Nesting Fieldsets under Radio or Checkbox items: Zend Framework 2
I would like to create a fieldset under each radio/checkbox item.
e.g
Which animals do you like
[x] Cats
[Fieldset of cat related questions]
[ ] Dogs
[Fieldset of dog related questions]
...
0
votes
2answers
29 views
Symfony2 - Reuse form type multiple times in a form
I am trying to make a form where a user can insert his curriculum vitae data.
At the moment i have created an experience form type containing all the experience related fields. The problem is that ...
0
votes
0answers
7 views
How to add an unselected item to a field:select in Spring MVC?
I'm trying of add a "field:select to a form without an item selected in my .jspx file, using Spring MVC, but I can't get it. I need to add a first item empty or with a phrase like "--- Select an ...
1
vote
1answer
16 views
How to submit a form from an element to a controler and store it in another model
I have a controller Users_controller and a function travel().i have a view travel.ctp for that function.in travel.ctp i use an element profile.ctp to display some content that is stored in the ...
3
votes
2answers
39 views
Why does display:block not stretch buttons or input elements
I'm trying to understand the reason behind this problem:
What's the underlying reason behind <button> or <input> elements not behaving like other elements when set to display:block!
I'm ...
1
vote
1answer
54 views
Cookie not being read by html form
I am working on a website where people can search based on their postalcode.
When the visit the page for the first time a popup dialog opens. You have to fill in your Postalcode and a radisu of x km.
...
3
votes
2answers
44 views
How can I disable non-romanised characters and symbols in a text field?
I've a registration page and I've disabled the spacebar on the username field using the following code:
<script type='text/javascript'>
//<




