Tagged Questions

0
votes
1answer
8 views

MS Access 2003 - Linking one form to multiple tables, and saving data on click

So I have a form that I want the user to use to update multiple tables with. I do not want the form to be bound to the tables, as I would rather do this with VBA (I think, I don't know). So here is a …
1
vote
5answers
48 views

how to pass variables inside one page

Hello, I want to know how to pass variables from a form to a php page. Thanks. Edit: I have some input and a submit button in a form. I want my php page to search the database and display a …
0
votes
2answers
57 views

php associative array and switch

My associative array. $money = array("Nickels" => $_POST["nickels"], "Dimes" => $_POST["dimes"], "Quarters" =>$_POST["quarters"]); My html form set up to handle Quarters, Dimes and Nickels …
1
vote
3answers
44 views

Where is the best place to verify form data ?

Question is simple . Where should I put form verification process in the mvc design pattern (Zend , Symphony, Cakephp, Codeigniter) . I ask this question because i have my own framework. But i can not …
1
vote
2answers
25 views

Problem rendering partial in the application layout (Rails)

Here's the call in the application.html.erb file: <%= render :partial => 'tasks/_new' %> Here's the partial being rendered (_new.html.erb): <% form_for @task do |f| -%> <%= …
0
votes
0answers
10 views

Force Safari form AutoFill entry when using JavaScript to prevent the form’s submit

I want Safari's form AutoFill feature to work on the forms in my web app. All of our form's submit events are prevented and instead we send data to the server via XHR (Ajax) POST. The problem is, …
0
votes
1answer
32 views

change button action to url adress or bash script

There is a button in a site like this: <form method="POST" action = "/invite/1233"> <input type="hidden" name="t" value="4b16d"> <button type="submit">submit</button> …
1
vote
3answers
39 views

Cleanup PHP String from Web Form Input

I have a web-form that is getting customer information. The form is processed using PHP 5.1.6 so using the filter_input() will not work. The form has a text area along with some other standard …
0
votes
1answer
34 views

Django Dynamic Forms

I am using James Bennetts code to create a dynamic form. I have everything working but want to save the data to a database. Has anyone got any code which does this or could show me what the best way …
0
votes
0answers
19 views

jQuery form wizard - named anchor links

Hi Team, Using: http://home.aland.net/sundman/ to split a complex form in to 4 steps. As well as as the 'next, back and submit' form buttons, I have created a menu above the form: step 1, step 2, …
0
votes
1answer
39 views

Is it possible for my linux machine (with no GUI) to hit Twitter sign up page, and then spit out a captcha in a webpage format

So that I can just type in the letters and register (through my linux box's IP)? (twitter uses recaptcha) Is there some way to grab that javascript, output it into a webpage. Then submit it …
0
votes
2answers
12 views

The values of a form can not be passed on to the action file or the action file can not get the values of the fields in the form

This is the PHP code: $html=<<<eod <div>Your current account balance is <span style="color:red">$$balance</span></div><br/> <form id="digitalchange" …
0
votes
2answers
40 views

Build a form dynamically with Ajax, jQuery

I'm building a very small web ERP application with PHP / mySQL / CodeIgniter / jQuery The Bill/Invoice is built with current date client data etc Now, I must add products to that new invoice that …
0
votes
2answers
31 views

Multiple Forms with Submit enabled via Checkbox

First, housekeeping: A quick review makes me think this isn't a duplicate but would be happy to be corrected. I've got an ASP.NET MVC app that have a page with multiple forms, each form has some text …
0
votes
0answers
9 views

Infopath 2003: Enabled browser forms

Hi all, I was wondering whether forms designed through infopath 2003 have the capability to be opened and fille out through a browser (using infopath forms services). While looking at the Tools --> …

1 2 3 4 5 78 next
15 30 50 per page