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.
0
votes
0answers
11 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' ...
3
votes
1answer
105 views
Django CSRF on 500 error page with a form
I got a 500 error page which has a form, however the CSRF token is not generated when 500 error page is thrown. What's the best way to generate the CSRF token on a 500 error page to make the form post ...
0
votes
3answers
24 views
live form results using javascript
I am trying to provide a message below the fields of a form. The message will depend on what is entered in both fields.
How would I go about making it so it calculates in real time using both the ...
-2
votes
2answers
51 views
Submit PHP Variables to Another Domain
I'm trying to submit a URL from my website to another website (we'll call it domain b) with PHP variables included in the URL.
When I hit the submit button on my PHP form I need it to create a URL in ...
6
votes
1answer
684 views
CAPTCHA and its legality? [closed]
I am sourcing some info from the OWASP (open application security community) web site (http://owasp.org) and came across some info in their Authentication section.
CAPTCHA (Completely automated ...
0
votes
0answers
10 views
CakePHP 2.3 AJAX dynamic form
I am trying to develop a CakePHP 2.3 application with a dynamic form and I am having trouble understanding how AJAX works with the newer versions of CakePHP. I have done a lot of google searching and ...
1
vote
0answers
51 views
multiple input fields for related entities
I have a Symfony project with the Entities: PurchaseOrder, Article, Supplier.
An order can have multiple articles and an order can have multiple suppliers.
You can set the amount of each article ...
0
votes
0answers
11 views
Secure post form symfony2. Add token
In my show_promoter.html.twig i have a form to add new admin to this promoter. The input is hidden because i use Select2 (http://ivaynberg.github.io/select2/) to find users by name. Is a multiple ...
-1
votes
4answers
82 views
php oo code to insert form data into mysql database
I'm having a problem getting the correct code to insert form data into a mysql db. I am using some OO code I purchased via codecanyon, but they do not support "customizing" the code, which I ...
0
votes
4answers
64 views
PHP - checkbox form wont return itself as clicked
I have a variable called present, I also have a checkbox, I need to make it so that if the checkbox is checked, then someone submits the form, the $present variable will change to a value of 1. Right ...
0
votes
3answers
95 views
show hide list items with radio button selection
I would like to show/hide list items depending on the radio button selected. i have 3 buttons, each should reveal a different set of fields (inside list items). for some reason, only the last one ...
2
votes
2answers
1k views
jQuery.form uploadProgress never called
I'm trying to write a WordPress plugin that uploads a video using the Vimeo API. I am trying to provide a progress bar for the upload to the user can see that it is working. To produce the status ...
-1
votes
1answer
32 views
Javascript input form
I have this datepicker function:
!!!5
html
head
link(type='text/css', href='http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css', rel='stylesheet')
...
-2
votes
0answers
17 views
PHP Ticket system with form builder [closed]
I need a PHP application where I can forms which can be filled by the public. Then, for each record, I can manage the results (eg, closed-positive, closed-negative, irrelevant etc.). After that I can ...
-2
votes
2answers
39 views
PHP Session Variable Confusion
I have a simple html form where I use sessions to see how many times the form has been submitted by a user. The form looks like this:
<form method="POST" action="script.php" name="trivia">
...
0
votes
1answer
22 views
How to submit a form and use the result in javascript triggered by the submit button?
I have a form_tag form that I want to submit in order to get the values. These same values I want to use in a javascript that is triggered by the same submit button I use for the form.
What I want ...
0
votes
1answer
12 views
yet another undefined method `model_name' for Project:Class
I am new to Rails and what I am trying to do is creating a simple client for Youtube. I am using Youtube_it gem to retrieve all the videos in one of my playlists and I am using the code:
controller:
...
1
vote
2answers
20 views
Rails Using Edit action in a Show View
I'm trying to update an object in it's show view. I've been following railscasts HABTM checkboxes.
Getting the following error:
No route matches [PUT] "/accounts/4/edit"
Here is my form:
...
0
votes
0answers
15 views
Issue with radio group only returning one value
Ok, so I may be tired or something, but I messed up somewhere. I have a radio group of two buttons in my form. below is one of them. I used javascript to show and hide 2 divs when onlick on these ...
3
votes
5answers
57 views
Word-wrap of Label text in text-area
I want to re-size the label of a text-area in format shown in the picture.I"m trying to do worp using paragraph tag but it is not happening..
my code....
<label for="qual">This is the format ...
0
votes
1answer
14 views
Document.myform alternative js
I have got a fully working js, but my problem is. I have do include it into a php file that generated by another programmer. The file is very huge and I can't rewrite everything.
In my js I use ...
0
votes
2answers
16 views
submit form to new window without address bar
This code will submit a form to a new window
<form action="..." method="post" target="_new">
But is it possible to make the new window start without the address bar and define its size ?
0
votes
1answer
8 views
TriCheckbox in form?
I'm trying to make a form which allows TriCheckboxes.
For example, it starts out blank, when you click it, it gets ticked, if you click it again it becomes a cross, and if you click it a final time, ...
0
votes
2answers
20 views
Site-wide form with Symfony2?
I have simple form at all site pages: username, password, [Sign In]
I tried to make with with simple HTML, but I get
The CSRF token is invalid. Please try to resubmit the form
Idea to make form in ...
0
votes
0answers
9 views
submit form to iframe bug with MacOS
I have a form that needs to be submit into an iframe. It works perfectly in Windows and in some older version of Mac OS. But it doesn't works with the newer version. I have tested it with Mac OS X ...
0
votes
1answer
30 views
Show value if exists within text_field_tag
I have a form using form_tag that allows users to input a prediction for a football match, the fixtures are taken from a separate model..What i would like to do is once they have submitted their ...
1
vote
1answer
994 views
Rails Formtastic nested form - form for attributes from join model
The problem I am facing with Formtastic is that I have a Form to create a new Order. In this form I want to select multiple existing Food items from a list. These should be added to the new Order I am ...
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 ...
2
votes
1answer
19 views
Is running a C/C++ CGI script on Apache dangerous?
I am currently programming my own little website system (a script that compiles Markdown documents, and puts them in appropriate locations, thus making a quick, static website).
I would like to enable ...
0
votes
1answer
24 views
how to set default value HTML.TextBoxFor()
i have a view contains of form and textboxes
how to set a default value in each box for strings and int values.
i want when the page load up each box has a value so i dont need to type values.
obs. ...
9
votes
7answers
14k views
Symfony2 Setting a default choice field selection
I am creating a form in the following manner:
$form = $this->createFormBuilder($breed)
->add('species', 'entity', array(
'class' => 'BFPEduBundle:Item',
...
1
vote
1answer
34 views
load a page inside page jquery div before posting form
I have the jquery code below which posts a form with checkboxes and updates the results according to the users choices. All works fine but I would like to automatically load the page first so that the ...
0
votes
2answers
62 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 ...
10
votes
3answers
6k views
Recommendation for javascript form validation library
Any recommendations for a javascript form validation library. I could try and roll my own (but I'm not very good at javascript). Needs to support checking for required fields, and preferably regexp ...
1
vote
1answer
16 views
pasting an excel grid into an HTML form and pasting it back into an excel document
A friend of mine asked me about this 2 weeks ago and I am still trying to think about the best way to solve the problem.
Apparently the users ended up with a system where they get an excel file where ...
0
votes
0answers
13 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 ...
2
votes
2answers
49 views
How can I count the total number of inputs with values on a page?
I'm hoping for a super simple validation script that matches total inputs on a form to total inputs with values on a form. Can you help explain why the following doesn't work, and suggest a working ...
0
votes
0answers
32 views
MySQL SELECT into Fieldset .. each Row = Another Fieldset
Have a user submitting a form
http://bootply.com/61703
Posting the entries to a single MySQL table on a button submit
Where each input = a column of one row..
And would like to load another page ...
0
votes
0answers
27 views
CAPTCHA with php file just returning blank page
First off, I'm very new to php and I'm certain the solution to my problem is that I'm simply overlooking an obvious thing because of my lack of experience.
I have a simple HTML form with a CAPCHA ...
1
vote
2answers
47 views
See if text input is there
So I'm trying to check if a user has inputed text through the textbox userInput. However, when I try writing an if else statement to validate input, nothing seems to work. Any help?
<div ...
-4
votes
0answers
24 views
multiple and simple html forms for a website product catalog? [closed]
i searched some topics in this site for an answer, i don't think i got it right, so i apologize if this question has been posted before.
a client wants a website with a products catalog, but he ...
0
votes
1answer
39 views
Form Input: Get Unique Value With Same Name & ID
Below is my result from my query which is posted to my address page. This is accomplished using php which is called with ajax.
<div id="address-wrap">
<div id="report-address">3719 ...
1
vote
2answers
21 views
Display jQuery dialog onSubmit while HTML form is processing
I have an HTML form that allows a user to add an attachment up to X MB. Because connection speeds for users vary, I would like to show a dialog that says something along the lines of "Your request is ...
0
votes
2answers
36 views
javascript function inside function
I have just started with JavaScript and want to validate a form. All the tutorials I've found create an alert for feedback, but I'd like to use onblur and give an error message next to the field. I ...
0
votes
0answers
5 views
Required and Placeholder clash on forms
I am writing a form and using the required tag and the placeholder tag on inputs. However inputs of type text do not seem to become required as the placeholder text is already making it validate.
Is ...
0
votes
1answer
19 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 ...
0
votes
1answer
10 views
Forcing login autofill on a site where autofill is broken or disabled
I daily visit a couple of sites where the devs for whatever reason have respectively mangled and disabled the login submittal, so neither autofill nor OnePassword can fill the login and password ...
1
vote
1answer
32 views
How to handle user generated form with multiple levels of tabs and modules in PHP?
So I have this interface for users to build their own display. It allows them to add jQuery Tabs 1st and 2nd level. And on the 2nd level, they can add in modules like text box and image box.
Here ...
0
votes
2answers
38 views
jQuery submit form multiple times
I have the following Bootstrap contact form:
<form id="contactForm" class="form-horizontal" data-async data-target="#contact" action="/contact.php" method="POST">
(...)
...
1
vote
2answers
33 views
Database Error. SQL query is not being executed
I have a form that takes two values as input and parses them using post method to the next file where I have this piece of code. This should save the two values in the MySQL database. But strangely it ...





