Desparately Need Form, Checkbox Component Help

This is a discussion on "Desparately Need Form, Checkbox Component Help" within the Starting Out section. This forum, and the thread "Desparately Need Form, Checkbox Component Help are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 20th, 2007, 04:02
New Member
Join Date: Aug 2007
Location: Georgia
Age: 29
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation Desparately Need Form, Checkbox Component Help

I have flash mx and I'm designing my contact page for my website to include a form. I am using 2 TextInput components for the name and email fields and 1 TextArea component for the comment field. I've also added a checkbox component for users to select if they would like to join my mailing list. This is where the problem lies. I can't get a result sent to my emailing informing me whether the user selected the checkbox component or not. How do I know if the user selected the "add me to your mailing list" checkbox component or not? Here's what

I've written this so far...

var gatherForm:LoadVars = new LoadVars ();
function sendForm() {
gatherForm.email_to = "spycesoul@msn.com";
gatherForm.visitor_comment = contactForm.userComments.text;
gatherForm.visitor_name = contactForm.userName.text;
gatherForm.visitor_email = contactForm.userEmail.text;
gatherForm.visitor_checkbox = contactForm.userCheckbox.text; (should the value not be .text for the checkbox field?)

gatherForm.send("http://us.3.p4.webhosting.msn.com/forms?login=spycesoul", "_blank", "POST");
}
Reply With Quote

  #2 (permalink)  
Old Aug 21st, 2007, 16:04
New Member
Join Date: Aug 2007
Location: Georgia
Age: 29
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Desparately Need Form, Checkbox Component Help

no respsonse yet. oh well...
Reply With Quote
Reply

Tags
checkbox, components, flash mx, form

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
form variable within an iframe component of a form kissfreaque PHP Forum 3 Feb 29th, 2008 13:06
form variable within an iframe component of a form kissfreaque JavaScript Forum 5 Feb 29th, 2008 11:57
CSS form checkbox alignment! dhossai Web Page Design 4 Nov 29th, 2007 18:00
[SOLVED] Form Checkbox Validation Stuart PHP Forum 26 Nov 24th, 2007 23:39
[SOLVED] Form to email with checkbox itsdesign PHP Forum 4 Oct 29th, 2007 00:57


All times are GMT. The time now is 01:42.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43