A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: FormMail w/ a Flash form

  1. #1
    Junior Member
    Join Date
    Jan 2003
    Posts
    16

    FormMail w/ a Flash form

    What is the correct way to send a variable from a drop down menu, check box, and radio button to FormMail? I'm recieving all of the info in my text fields without a problem. Here's what I have so far. Thanks a lot for your help...



    firstname = "";
    lastname = "";
    company = "";
    title = "";
    address = "";
    city = "";
    state = "";
    zipcode = "";
    country = "";
    phone = "";
    fax = "";
    email = "";
    month = month.getSelectedIndex();
    day = day.getSelectedIndex();
    year = year.getSelectedIndex();
    eventtype = eventtype.getEnabled();
    othereventexplain = "";
    location = "";
    attendance = "";
    duration = "";
    appetizers = appetizers.getEnabled();
    breakfast = breakfast.getEnabled();
    lunch = lunch.getEnabled();
    dinner = dinner.getEnabled();
    dessert = dessert.getEnabled();
    othermeal = othermeal.getEnabled();
    othermealexplain = "";
    theme = theme.getEnabled();
    themeexplain = "";
    diet = diet.getEnabled();
    dietexplain = "";
    alcohol = alcohol.getEnabled();
    alcoholexplain = "";
    heardabout = "";
    hear_email = hear_email.getEnabled();
    hear_phone = hear_phone.getEnabled();
    hear_fax = hear_fax.getEnabled();
    hear_postal = hear_postal.getEnabled();
    comments = "";

  2. #2
    muted.
    Join Date
    Jun 2002
    Location
    ... from a boring place.
    Posts
    52
    What language is the FormMail script in?
    Perl? PHP? ASP? CF?

    Depending on the language, the format could be different...
    M2 //.. mutemuse // .. baseboard // .. lavertue // .. specs

  3. #3
    Junior Member
    Join Date
    Jan 2003
    Posts
    16
    It's a .cgi

    thanks...

  4. #4
    Junior Member
    Join Date
    Nov 2002
    Location
    Sao Paulo - Brazil
    Posts
    6
    see FradioButton command that gets data of the RadioButton

    var = myRadioButton.getData()

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center