ActionScript 2.0 :: Require Fields In A Form Befor It Is Passed To Php?
Sep 19, 2006Is there a way to require fields in a form befor it is passed to php?
View 14 RepliesIs there a way to require fields in a form befor it is passed to php?
View 14 RepliesI have created a mail form for my AS2 flash website using PHP. To do this I created input fields and the following PHP [code]...
View 3 Repliesi am trying to build a form just like http://parque.nl If you go to there contact you will see what I am trying to do. I have it all working great, but I want the text not to change after the viewer inputs text.. Mine always takes out the text and go back to the default names if you go back and forth??[URL]..
View 3 RepliesI have a form in Flash. I have the tab order set up thusly:
Code:
fname.tabIndex = 1;
mi.tabIndex = 2;
lname.tabIndex = 3;
[Code]....
Everything is fine, except the "state" field is actually a combo box component. It will tab from "city" to "state", but when you hit "Tab", it does not move the focus to the next field.
Is there some trick to this or some other code or a paramater I'm overlooking? Do I have to make a customer key listener to make it tab off a combo box?
I just created a feedback form. It uses a php file to email the info back to us. The form works fine, but I need help making my text fields required fields.
View 1 RepliesI have a contact form which works correct, however I want to add two non required fields in the AS. I can't get it to work.The two fields are company_name and web_name (I have added these files in the reset function below), these are not required to be filled out.I can't get it to work so that they are not required to be filled out at the submit function.[code]
View 4 Repliesi've created a flash movie which has a bunch of form fields on it - more then will fit on the screen. When i test the movie, i only see some of the form elements, and there's no scroll bar within the movie or the flash player to be able to move around. If i drop this flash movie into a webpage, will the user be able to scroll it within the browser? or do i have to do something to enable scrolling?
View 1 RepliesI have text input fields that have default text. When a user click on the field, the text diseappears... the original text remains gone.
My question is how can I make the original text reappears... If the user clicks on the clear button or has not entered anything in... it would revert back to what was orignially there .
[Code]...
I thought about a form in flash for a cooking site for example where the user can send their own receipes via an email form. So for example like this:
Name:
Email:
Ingredients (separate by comma):
Step 1:
Upload Image:
I am asking if it would be possible to have a liitle "+" sign or any other kind of add button behind the "step 1" field and by clicking on it the user can add a new field labeled "step 2" and so on.... same with removing if he accidentially adds a field that is not required....I have a flash form that gots a validation and image upload function, I only need to add the "add /remove" field function....
I wanted to make a contact form which checks all the fields to see if they are empty or have their defualt values still, code is as follows.. but it doesn't work:
[Code]....
Has anyone seen this before, and if so, why does it happen? [URL] Click the Contact Us form and tab from one field to another. Or fill in the "Go Black" form at the bottom of the page and tab between fields. What's the deal with that white box? Where does it come from? Why is it there? How do I kill it forever?
View 2 Replieshow to validate certain fields on m flash form. Here is some code. Im not sure what will help.
on the Submit button:
HTML Code:
on (release) {
// send variables in form movieclip (the textfields)
// to email PHP page which will send the mail
[code].....
I have 3 frames labeled- (frame1)="contact_form"; (frame 2) = "thanks"; (frame3)="error"I have 3 text fields I need validated. Their variable names are "name", "email", & "company".
I have my Flash / PHP form working. Now, I want to make some of the form fields required. I would like the Name and Email form fields to be required.When they are not filled out I do not want the form to send and to show the status of the fields as "Your name is required" and "Your email is required".I am not sure how to write this code and I have searched and searched and can not figure it outBelow is the flash code:
Code:
send_btn.addEventListener(MouseEvent.CLICK, sendMessage);
function sendMessage(e:MouseEvent):void{
[code].....
I've worked with as3 a little but this is my first time creating a form with as3. What I would like to happen with this form is the user enters all the proper info into all the fields. When the user presses the submit button. I want the user to recieve the sent message and I would also like the form feilds to clear(so the know that the data has been sent). The problem I've been having with this is I initially I had them clear on the submit button click... which was clearing all the data before it was posted to the php. So I'm trying it out with this if statement to see when the varSend.method == true; to perform the clearing of the fields. What I would like to know is, will this work as is? and if not what can i do to make it perform the way I want it too?
Here is the code:
stop();
import flash.events.*;
import flash.net.URLLoader;
import flash.net.URLLoaderDataFormat;
[Code].....
I have 2 input boxes one i will add an email the second i want it to compare the details.So i add a persons email, the second box the same email would be added and when i press submit it compares the two and if correct goes here... im using something like this.
on(press) {
if( usr==uName && pwd==pWord) {
gotoAndPlay(2);
[code]....
I have an interactive map that I would like to script so that when a county is clicked, it sends through to a page called results.php this HTML table:
<form name="Merchant Details" action="results.php" method="post">
<input type="hidden" name= County>
<input type="hidden" name= MerchantType>
So County and MerchantType are fields in a SQL table. The script needs to tell the results.php page that County A and MerchantType B has been sent. Where A is the name of the county and B is ALL (the default i've chosen for MerchantType) I've spent the last 4 hours looking for answers but the only ones out there are how to do it in AS2.
I've got a very simple form that works perfectly using PHP and variables, what i want is the form to validate that the fields are filled in correctly. I'm attaching the file,
View 2 RepliesI have a contact page and a contact form with five Input fields and the instance names of the five fields are like this:
1.theName
2.theCompany
3.theEmail
4.thePhone
5.theMessage
After filling all the fields the form did not send mail only it will go to the frame named "wait" and sit there for endless time no progress further.
Code:
stop();
thePhone.restrict = "0-9";
theName.tabIndex = 1;
theCompany.tabIndex = 2;
theEmail.tabIndex = 3;
thePhone.tabIndex = 4;
theMessage.tabIndex = 5;
var senderLoad:LoadVars = new LoadVars();
[Code] .....
if i have a name text field and the users type their name in and click submit, what code would i need to tell the form to send info like a google online spreadsheet or excel file?
i have a feeling ill need to use a xml file with scripts...but no idea where to start
I have here a nice contact form. The only problem I got is that I would like to have the field names (name, e-mail, telephone), displayed inside the right field, (so when the user clicks inside, the text would disappear automatically) in stead of displaying the names next to the fields. My first tough was to write inside each field, in flash the field names, and it was ok for the first look. But the user needs to delete first the field names like "name" from the input box, in order to enter his own. How could I make these field names automatically dissapear when the user clicks inside a text box?
The code:
stop();send_btn.addEventListener(MouseEvent.CLICK, submit);
function submit(e:MouseEvent):void{var variables:URLVariables = new URLVariables();
variables.fromname = name_txt.text;
variables.fromtel = tel_txt.text;variables.fromemail = email_txt.text;
variables.frommessage = message_txt.text;
[Code] .....
I've got a html login form with a flash submit button in it. How can I transfer form fields' data into the flash movie so I could proceed with my login routine?
View 2 RepliesI recently created a form in flash and managed to get it all set up so i receive it through e-mail,But, I do not see the info. on what has been typed in the text fields from someone responding to the form. what script should I be using to see that info, once it's emailed to me?
View 2 RepliesI have a simple flash form, which has some required fields, ie. name, addy, etc. What I want to do, is validate that the fields have been filled before they can hit the "next" button.
View 6 RepliesIf I have a form with 12 text input fields on one page and on another for a different reason I have 4 text input fields how do I keep this information form the 4 from being passed to my php script?
View 7 RepliesI recently had a client ask me to fix a previously designed Contact form on their Flash site. The form works perfectly, except for the fact that the missing fields test does not seem to work. (In other words, it doesn't recognize when required fields are left blank.) Below is the script that is called when the Submit button is clicked....it should jump to a frame that contains this:
Logo.gotoAndStop("YELLOW");
lbl_fm_name.gotoAndStop("BLACK");
lbl_fm_title_dept.gotoAndStop("BLACK");[code]....
I have a form that works fine except that when trying to navigate through input text fields with tab it would skip the last input text field and go to the submit button. So I used this to fix the problem: name.tabIndex = 1; and so forth. Now that problem is fix but I have a new problem. When I test the movie the input fields are populated with this: _level0.instance1.name Does anyone know the reason for the?
View 1 RepliesI recently had a client ask me to fix a previously designed Contact form on their Flash site. The form works perfectly, except for the fact that the missing fields test does not seem to work. (In other words, it doesn't recognize when required fields are left blank.) Below is the script that is called when the Submit button is clicked....it should jump to a frame that contains this:
Logo.gotoAndStop("YELLOW");
lbl_fm_name.gotoAndStop("BLACK");
lbl_fm_title_dept.gotoAndStop("BLACK");[code]...
Take a look at this site. [URL] You notice when you click on a button the current 'site' you are on dissapears befor the next one loads. How is this done? It's like the code tells flash first to 'close' the current page and then load the page you clicked on.
View 1 RepliesCan you tell me how to import form a single xml file, data to multiply text fields. if you can, tell me what is the AS code that imports the xml file in flash, than how to link the different txt fields to the difarent modules from the xml and what is the xml structure.
View 25 RepliesI have only two fields Name and Email in a Order form and a PayPal button for payment at PayPal ( into my account).I can do the mail portion but have no idea about PayPal code, however on search here I found one code and after pasting this one to the PayPal button it redirects to my PayPal account. But the question is anybody can post a message and leave the site without paying me. How can I do this thing so that the user will forced to pay before posting the mail form. No idea how to proceed?
View 7 Replies