ActionScript 2.0 :: Get A Checkbox Working For A Form?
Apr 3, 2007I can't seem to get the proper script to get a checkbox working for a form
View 2 RepliesI can't seem to get the proper script to get a checkbox working for a form
View 2 RepliesI am trying to use checkbox in a contact form (mail sign up) with php. I managed successfully to read the name and email from the form but struggling to extract information from checkbox. I have 4 checkbox options. They are store location. So user can select Location 1 and/or Location 2 etc... (up to 5). How to extract the data from these checkbox and make them available to be sent via php?
View 2 RepliesI can't change the name of the checkbox into this form. I need to change the names. I enclose them the form. [URL]
View 1 RepliesAttached is one form fla in AS 2. There are some input fields and one check box. the name of the check box is "Terms and Conditions"What I like to do is to check the check box as an acceptance of the ""Terms and Conditions" and then the user can fire the mail form. And at the same time the received mail will reflect that the user is checked the check box ( Say Checked = yes, Not Checked = no). I could not solve the same . how can I do this .Below is the php code which I want to modify and use with my mail form.
Code:
<?php
if ($_POST)
{
$mailTo = "CyanBlue@FlashVacuum.com";
[code]....
I am trying to add a checkbox to the form that has to be checked before the send button becomes active. Like (I Agree).The code for the whole form is already in place. I just need a couple of lines of AS, on the first frame, to keep the "Send" button from working until the checkbox is clicked.
View 4 RepliesI am converting an html form to a flash form. I am not so good with AS3 and it's the first time I have to create forms so it was quite difficult for me. I am almost done, I did the text fields and the comboboxes, so everything except the checkboxes works.
Here's the html code for the 5 checkboxes;
...<input type="checkbox" name="txtMessage" value="Find Your Pace">...
...<input type="checkbox" name="txtMessage" value="Stress Escape">...
...<input type="checkbox" name="txtMessage" value="Time Revolution">...
...<input type="checkbox" name="txtMessage" value="Ultimate Connections">...
...<input type="checkbox" name="txtMessage" value="Contact Me About Life Coaching">...
Here's an example of how my flash form works;
var variables:URLVariables = new URLVariables();
var varSend:URLRequest = new URLRequest("website");
var varLoader:URLLoader = new URLLoader;
varSend.method = URLRequestMethod.POST;
varSend.data = variables;
[Code] .....
I'm picking up where someone else left off, and I don't know the first thing about Action scripts or PHP. I have a flash form (Name, Email, Subject, Message) and I want to add a checkbox for "Add me to your mailing list" I've tried to break it down and logically figure it out, but no such luck, guess I'm not that smart.
[Code]....
This PHP contact form works well and is very simple. I have one checkbox in the fla file. However, it keeps displaying 'No' in the email message field, whether the checkbox is selected or not. It should display 'Yes' if the checkbox is selected, and 'No' if the checkbox is unselected.Here is the PHP:
PHP Code:/DESTINATION--------------------------
$destination="***@***.com";
//-------------------------[code]....
I know my way around basic Flash, I can work with script as long as I have script assist for basic things like getting URLs and linking buttons etc. I'm trying to create a "don't show this page again" on the opening page of a mini-site using a checkbox component and so far, I've dragged a checkbox onto the stage from the components window and only been able to change its label to "don't show again" from "checkbox" in the parameters window. I've given it the instance name of 'showAgainCheckBox' and I have this code on the component layer first frame looking like this.
Code:
Select allshowAgainCheckBox.addEventListener( Mouse.Click, onshowAgainClick );
function onShowAgainClick( e:MouseEvent ):void {
// do something about the click here
}
Of course the code is filled with errors from what I get of the compiler message. I've been trying to get the logic. So I might need like a 'checkbox component for dummies' kinda explanation.
I am using datagrid and added 3 columns to it in flex project. Data is provided to each column by using itemrenderer. Itemrenderer is checkbox for each column. Name of columns are col1,col2,col3. I want to make the checkbox in col1 selected when i selects the checkbox in col2. But i am not able to do this.
View 1 RepliesI need a datagrid, which contains checkbox (4 no's) without multiple selection. And I also need a text area which should contain the selected checkbox's label/data. I tried using arraycollection but I am not getting.
View 2 RepliesI am really in trouble with flash forms and need help please. Ive been trying to get a contact form working for a few weeks but have had no luck.Below is the code I am putting in to the flash form and php file.(this is the code I have put for the send Button)
on (release) {
if (name eq "" or subject eq "" or message eq "" or email eq "") { stop(); } else { loadVariablesNum("form.php", 0, "POST"); gotoAndStop(2); }}
(this is the code I have put for the clear Button)
on (release) { name = ""; subject=""; message=""; email="";}
(And this is the php file i created in dreamweaver and saved it as form.php)
$to = "your_email@email.com"; $msg = "$name
"; $msg .= "$message
";
mail($to, $subject, $msg, "Message From: Online client
Reply-To: $email
");
?>
I have uploaded the swf file and php file on the server but my form is still not working by sending the information to my email.
My site [URL]
The contact form is not sending. And I'm trying to figure out why...
<?PHP
$to = "sven@peachypro.com";
$subject = "OEX Charters";
$e = $_POST['email_txt'];
[Code].....
I have a movieclip called Inquire.fla.In this movieclip i have a form and a button.The form is made up of 4 text fields.... name, email, phone, and message. Each has been given variable names. I converted the 4 text fields to a movieclip, and gave it the instance name "form".I back out to the main scene, click on the form movie clip and give it the actionscript:
onClipEvent(data){
_root.nextFrame();
}
I also have a button that is on the main scene. It has been given the actionscript:
on(release) {
form.loadVariables("email.php", "POST");
}
I then created email.php using dreamweaver with the following code:
<?php
$sendTo = "adamjcormier@hotmail.com";
$subject = "My Flash site reply";[code]....
The movie Inquire.swf is an external movieclip that is loaded into my main Index.swf. I upload the Inquire.swf, Inquire.html and email.php onto the 1and1.com server. When i view my webpage and fill it out.... absolutely nothing happens.
This php mail form is not working in the Yahoo Server though otherwise worked in other Server. I talked with one Yahoo Service Representative for my Server and they stated that everything is fine with the Server and that the only issue they can see is you coded the script in PHP 5 because Yahoo only supports version PHP version 4.
<?
$destination="trnghosh@gmail.com";
$subject = "Message From trnghosh";
[code].....
have been trying to make a form mailer in flash.The form mailer for me is provided by [URL] it gives me the codes to send stuff from my web site to my email.This is the code that formbuddy has given me
<form action="http://www.formbuddy.com/cgi-bin/form.pl" method="post">
<input type="hidden" name="username" value="USERNAME">
<input type="hidden" name="reqd" value="1,2,3,4">
<input type="hidden" name="url" value="URL">
the USERNAME value is for me to add my formbuddy username after i have signed up with [URL] .Now my problem is that i dont know how to put the hidden fields in flash, especially the <input type="hidden" name="username" value="USERNAME">. So how do i do it? And yes, i have seen all the tutorials they have here about the form mailers. I also tryed to put the the hidden fields has variables in flash which again did'nt work....
I am working on a flash site that was done by someone else. I have never used actionscript before so I am sooo new at this. There is a reset button on the form so when people accidentally type in something, they can just click on the "reset" button and it clears all fields. The problem is that it's not clearing.This is what I have in the code for the button:
on (release) {
fullName = "";
address = "";
message = "";
}
The three (fullName, address and message) are the names of my variable when you select each input field. Where am I going wrong with this? Nothing happens when I click it.
For some reason my flash file is not calling a php file and sending out an email including the data entered in the flash file.
I've taken out other movie clips and graphics to make this easier on everyone.
Fla File: [URL]
PHP File (in txt format for read-ablity): [URL]
Note; As you can see I've used _root.movieclip, I've tried it with out _root and still no luck.
I have decided to give these components in flash a try and can't get it to work.I am using the following components, a Checkbox(instance name chkPrivacy), TextInput(instance name txtName) and a ComboBox(instance name cboName) on my stage.I have a "submit" button that I made.On my submit button, there is the following code:
Code:
on (release) {
cmdSubmit_onRelease();
}
On frame 1 of my timeline I have the following code:
Code:
stop();
cboName.addItem('');
cboName.addItem('Bill');
cboName.addItem('Tom');
[code]....
When I try to submit, I get an error like it could not find the file form.php+txtName=undefined+cboName..... something like that.I dont know how to get that checkbox thing working to send a variable out to my form.php
I am trying to put a form into my website but its not working.Im using a php language....
View 13 RepliesI am using XML to load an external SWF that has a form using PHP. (Tutorial from, also using XML box resize tutorial to load from with XML) The form works, as far as sending the email correcly, but it does not goto the next frame that says with back button, so it may be confusing to the user if it doesn't do anything when the click send.On the form it has this actionscript attached:
onClipEvent(data){
// show welcome screen
_root.nextFrame();
[code].....
Ive been trying to get an email validation working for my form. It works great locally within flash preview, but not locally via its html window, or live. Im not a coder & am self taught to the code will be pretty shabby! (trial & error type gal!)
This is on my send btn,
Code:
on (release) {
if (form.name == null && form.email == null && form.message == null) {
errmsg = "oooh, you didnt write anything";
} else if (form.name == null) {
[code]....
When live it doesnt allow sending if the criteria arent met, but doesnt display the error messages either,
I have been trying to get an email form to work for quite a while now.This is the code and it doesn't seem to work.url...As you can see the website will be waiting for response but nothign happends :/. Can someone fix it or possibly give me a working email form.
View 1 RepliesSo I have built a contact form out of AS2 and PHP. PHP 5 is enabled on my server, so that's not a problem. I think there is a slight error within my code somewhere. What happens is once online, you fill out the form and hit post, it goes to the "error sending email!".
[Code]...
I have a contact form on my site for which the text inputs are created via AS2. This works fine but I cannot get the tabbing to work (or even have any effect) no matter what I do. I have a menu that sometimes displays at the top, sometimes on the left and sometimes at the bottom. If it's at the top or bottom then the form tabbing works fine, however if it's down the side then when i tab from contact_namefield it goes to the 8th menu option, then the 9th menu option, then contact_emailfield then contact_messagefield.Similarly if i tab from the top of the menu it's goes down sequentially to menu option 7, then to contact_namefield, then menu option 8, then menu option 9 then contact_emailfield then contact_messagefield.
I cannot for the life of me work out how to change this, I would rather avoid setting tabenabled=false for every other element on the page (as i'd still like these to be tabbed), but either way I don't think this will fix it as the tabindexes i've specified seem to be having no affect at all, no matter what values i put in (even if i reverse them) the tab order is always exactly the same. I am using the following code and would be so grateful if anyone could point out what i'm doing wrong as I can't for the life of me figure it out!
var currfont=_root.textfont;
var inputcol = "0x" + _root.textcolour;var my_fmt:TextFormat = new TextFormat();my_fmt.bold = false;my_fmt.font = "Arial";my_fmt.color = inputcol;
[code].....
It's a very basic comments form with only 3 fields, the information gets sent directly to a email address through PHP.
The form works perfectly, sends all the information to my email, but my problem comes in when I try to run a onClipEvent(data) handler to go to a "Thank you" page when the information's been sent.
The onClipEvent(data) handler runs on the form movie clip and works fine when I run it on my local drive, but when I run it through the website it never executes. The form just get sent and it stays on the same frame.
I'm getting headaches from this because it looks like all the codes are working fine, it just doesn't want to run the damn handler!
So I have built a contact form out of AS2 and PHP. PHP 5 is enabled on my server, so that's not a problem. I think there is a slight error within my code somewhere. What happens is once online, you fill out the form and hit post, it goes to the "error sending email!". Below is my code so you can take a look at it
Code:
//
// SET FOCUS FIELDS
//
name_txt.onSetFocus = function() {
name_mc.gotoAndPlay("write");
[Code].....
after loads of attempts trying to get my mail contact form to work ( very new to action script + php ) I finally got there! The only problem is i receive all this under the message..
[Code]...
The message is in there, but you can see this is a bit of a problem. Does anyone know how I can resolve the issue?
I'm currently working on a flash site, which consists of a "Main" SWF file that has buttons to load external SWF files. I figured out how to make the external SWF files show on its own layer below other layers on the main time line of the Main SWF. I created a blank movie clip file on it's own layer of the main time line and used this to call out to it:This worked perfectly. The website so far works perfectly with each page of the website being an externally loaded SWF. The problem I came across today though, is that buttons and text fields within the external SWF files don't work when they are loaded onto the "Main" SWF. They only work when I open the external SWF files individually. I really need to figure out how to make buttons and the text fields within the external SWF files when loaded onto the "MAIN" SWF.
I first came across this problem when I tried adding a form that I created to one of the external SWF files called guestlist_page_swf.swf. The form works on its own when I open that SWF individually, but when I try to load that SWF file with the form as a page on my "Main" SWF, the mouse doesn't even recognize that the submit button is a button, and it doesn't allow me to click on the text fields. Here is the link to the site I am having the problem with:
processing_mc.visible = false;
// Clear the form fields
first_name_txt.text = "";
[code]....
I'm currently working on a flash site, which consists of a "Main" SWF file that has buttons to load external SWF files. I figured out how to make the external SWF files show on its own layer below other layers on the main time line of the Main SWF. I created a blank movie clip file on it's own layer of the main time line and used this to call out to it:
this.mySWFLoadingClip.addChild(loader);
This worked perfectly. The website so far works perfectly with each page of the website being an externally loaded SWF. The problem I came across today though, is that buttons and text fields within the external SWF files don't work when they are loaded onto the "Main" SWF. They only work when I open the external SWF files individually. I really need to figure out how to make buttons and the text fields within the external SWF files when loaded onto the "MAIN" SWF. I first came across this problem when I tried adding a form that I created to one of the external SWF files called guestlist_page_swf.swf. The form works on its own when I open that SWF individually, but when I try to load that SWF file with the form as a page on my "Main" SWF, the mouse doesn't even recognize that the submit button is a button, and it doesn't allow me to click on the text fields. Here is the link to the site I am having the problem with, and the problem page is the Guest List page:
[URL]
Below is the code from my Main SWF file and the External SWF file with the form on it:
MAIN SWF:
var Xpos:Number = 0.0;
var Ypos:Number = 192.5;
var swf:MovieClip;
[Code].....