Radio button variable not being emailed through php file.

Dear Forum,
I have a contact form in a AS 2.0 file that sends the form data just fine to my email. But it doesn't send the radio button selection variable.
I am definately doing something wrong here.  Either with the setup of the radio buttons in flash, or with the php file.
I was wondering if someone can tell me the error in my ways.
I have included a screenshot of flash page, download link with all files, and the php code below.
Any advice or help would be greatly appreciated.
Thanks
Jeff
Boise, ID
email: aaajeff<at>hotmail.com
http://www.thevodkarevolution.com/email.zip
http://www.thevodkarevolution.com/flashscreenshot.jpg
Email.php file:
<?php
$sendTo = "[email protected]";
$subject = "revolution - message";
$headers = "From: " . $_POST["firstName"] ." ". $_POST["lastname"] . "<" .
$_POST["email"] .">\r\n";
$headers .= "Reply-To: " . $_POST["email"] . "\r\n";
$headers .= "Return-path: " . $_POST["email"];
$body = $_POST["name"] ." ". $_POST["email"] ." ". $_POST["message"] ." ".
$_POST["industry"];
mail($sendTo, $subject, $body, $headers);
?>

I solve that problem, you also have to add the property
radioButton1.setOnClick("common_timeoutSubmitForm(this.form, 'rbID');");
and with this method will call the othe method :D
Hope this is not too latte. :D

Similar Messages

  • My battery is not being charged through charger actually it is being charged but really very slow and computer not recognising device after update to ios 6

    my phone battery is not being charged through the laptop or when it is switched off the phone is being charged and after its on it does not show charging icon but charges at a real slow speed pls help as facing this froblemm since ios6 update

    Hello, 
    I wrote on another tread with same subject about month or two ago and until now, no one replied. I had the same problem. Today, I was at the friend who has HP laptop. We tried to solve the problem and tried it as follows:
    1. My battery in my laptop with my charger - not charging (appears in windows battery charging but all the times it remains at 90 %).
    2. His battery in his laptop with his charger - everything is working fine (this is just for the records)
    3. My laptop, his battery his charger - everything is fine.
    4. His laptop, my battery and his charger - everything is working fine
    5. My laptop, my battery and his charger - everything is OK.
    I didn't try putting my charger in his laptop with his battery inside. But from above, it seams that something is wrong with the charger. Does anyone have some explanation? This is totally weird problem. Is there any logic in the charger that can prevent somehow battery charging? I am waiting another friend to bring his laptop and charger to assure that everything is OK with my motherboard and battery ( after all, charger is the cheapest, isn't it?) Since I'm electrical engineer, i would like to hear some explanation for this problem.

  • Exporting build - destination devices radio buttons are not there

    I created an ios project using flash builder 4.5. but when i go to export a final build the target device radio buttons are not there on the interface. it has to be an installation issue but i've uninstalled and reinstalled multiple times with no success. has anyone else had this issue?
    thanks

    here is a screen shot

  • Why is email not being sent through my default account?

    When I send it email it is sent through a gmail account that I have set up only to get calendar information.  I deleted the gmail account then restarted the device, but still got the same result when I tried sending the another email.  How do I change this?

        Hi Marrelam!
    Oh my! I am sorry to hear that your device is not sending emails. I know how important this feature is, and I will certainly get this resolved for you. Is this only your MSN account that is not sending mail? Have tried using gmail?  There is an Hotmail application in the Google Play Market that can be downloaded as well. You can also check the Outgoing E-mail settings on the device to make sure you have the correct setup of the email account:
    Outgoing Mail Server Name: smtp.live.com
    port 587 (either SSL or TLS depending on client being used)
    Username requires full email address (e.g. [email protected])
    Password is the Windows Live ID password.
    Keep us posted!
    Thanks,
    Pamelaf_vzw

  • My emails are not being sent through my Stratosphere.

    I am sending emails and the recipients are not receiving them. I have sent a test message to myself with the same results. I use MSN/Hotmail as my main email provider with also having Gmail synced. I can receive emails but when I send they never get to their destination. I have had my phone for just under 2 weeks. Any advice?

        Hi Marrelam!
    Oh my! I am sorry to hear that your device is not sending emails. I know how important this feature is, and I will certainly get this resolved for you. Is this only your MSN account that is not sending mail? Have tried using gmail?  There is an Hotmail application in the Google Play Market that can be downloaded as well. You can also check the Outgoing E-mail settings on the device to make sure you have the correct setup of the email account:
    Outgoing Mail Server Name: smtp.live.com
    port 587 (either SSL or TLS depending on client being used)
    Username requires full email address (e.g. [email protected])
    Password is the Windows Live ID password.
    Keep us posted!
    Thanks,
    Pamelaf_vzw

  • Radio Buttons w/ Multiple Values on a PHP Form

    Hi,
    I have an Online Registration form with several options that each have their own prices.  I want the form results to show the name of each option the user selects, and the total of all the prices combined.  My question is how can I do that when each radio button only allows you to attach one value?  Is there a way to somehow retrieve the option name and price as two separate values?
    <input name="option" type="radio" value="Cotton - $10" />
    <input name="option" type="radio" value="Suede - $15" />
    <input name="option" type="radio" value="Leather - Black - $20" />
    <input name="option" type="radio" value="Leather - White - $20" />
    For example, if they select 'Leather - Black - $20" I want to be able to retrieve one value of "Leather - Black" and another value of "20.00" (to add to the total price) rather than simply "Leather - Black - $20" in one value.
    Any help would be greatly appreciated!  I've only had to deal with one value for each radio button in the past.
    Thanks!
    Paul

    Yes you can do this.  If I were you I would eliminate the space in the value just to eliminate confusion.  Then when you process the variable use the Explode function ( http://php.net/manual/en/function.explode.php ) to separate the values in your string.  So if you eliminate the space your code would look like:
    $_POST['option'] = $option;
    $option = explode ("-",$option);
    print $option[0]; //This would print the material
    print $option[1]; //This would print the price
    The only trick is your first two options don't have a color.  So your arrays would be different.  To offset this I would recommend that you use the same format for all options and make some sort of null value if nothing will be added for one value in the array, ie: color.

  • While opening a screen none of the radio button should not selected

    Hi,
    i have three radio button on the screens.By default the first radio button is getting selected for each and every time when ever i'm opening the screen.i dont want the default select should happen and even i dont want any of the radio button should be selected.
    how i can acheive through dialog programming.
    kind regards,
    Poornima.

    Hi,
    You can have radio buttons with any one field selected from a group .
    ex:
    selection-screen begin of block b2 with frame title text-042.
    parameters:r_detail    radiobutton  group g2 user-command cmd default
    'X',
           r_sumry   radiobutton  group g2,
           r_totals    radiobutton group g2.
    selection-screen end of block b2.
    or
    selection-screen begin of block b2 with frame title text-042.
    parameters:r_detail    radiobutton  group g2 user-command cmd,
           r_sumry   radiobutton  group g2 default 'X',
          r_totals    radiobutton group g2.
    selection-screen end of block b2.
    or
    selection-screen begin of block b2 with frame title text-042.
    parameters:r_detail    radiobutton  group g2 user-command cmd,
           r_sumry   radiobutton  group g2 ,
          r_totals    radiobutton group g2 default 'X'.
    selection-screen end of block b2.
    Else you can opt for checkbox and have all of them not checked.
    Regards,
    Dep

  • Attachments not being emailed

    When emailing an invoice or po, attachments are not emailed.  Recipient receive emails but no attachments.  If the sender selects attachments tab, browse and pick the attachment, the user receives an alert that the attachment will be overwritten.  If sender selects to overwrite the attachment, email is being sent, and the recipient receives the email with the attachement.
    Business One 8.88 239 PL:21
    Any body has any ideas as to why this happens?
    Thank you
    Larry

    Here's more information...
    If the user is emailing an invoice/po, and is attaching a document through the email "wizard", emails are not being delivered.  If the users answers no to "Would you like to attach a document" pop-up windows, the email is being delivered to the recipient within seconds, and the only information that it contains is as small table with invoice number, date, customer, remarks and due date.
    tracing the message on the exchange server, I can tell that the message doesn't even leave the B1 server... I can't see the message on the Exchange server logs.
    Is there something that was missed during the installation?  Am I missing any configuration steps?
    Thank you in advance for your help
    Larry

  • Analyzer 5 - How to select children in radio button but not parent?

    In Analyzer 5.03, I would like to have a radio button selection box of the children of a parent. Since the option to select a subset is not available for selection controls, I am using "Also select children" which displays the parent upon page load, but then removes it when I refresh the page.What is this strange behavior all about and how can I just select the children?Any help is greatly appreciated. Thank you.-Scott

    radio.setLayout("pageDirection");Also see:
    HtmlSelectOneRadio API doc: http://java.sun.com/javaee/5/docs/api/javax/faces/component/html/HtmlSelectOneRadio.html
    h:selectOneRadio TLD doc: http://java.sun.com/javaee/javaserverfaces/1.2/docs/tlddocs/h/selectOneRadio.html

  • Installed JDeveloper 9i - RUP 6 on Windows 7 - Radio buttons do not appear

    a) I have installed JDeveloper 9i/RUP 6 on Windows 7 (64 bit)
    b) Database connection, application connection is fine.
    c) I am able to run some of the sample projects, able to connect Oracle applications etc..
    d) In JDeveloper settings window, radio buttons, check boxes etc do not appear/show-up
    For example JDeveloper --> Tools --> Preferences --> Embeded OC4J window
    None of the radio buttons appear.
    Would appreciate, if you can help.
    Thank you,

    Would you be able to share what you did to get JDeveveloper 9i to run on Win 7 64-bit? If so, what's a good way to get in touch maybe offline?
    When you say 9i, does that mean JDeveloper 9.0.3 ? that's the version I want to run.
    Thanks,
    Skip

  • Radio Button problem (not yet solved !!! --- Top Urgent )

    In Forms 5.0,I have created a entry screen which consists a
    radiogroup with 2 radio buttons. In new-form-instance trigger, I
    have written: execute_query ;: last_record;
    It shows me the last record but it shows my radio group with no
    button selected.: If I go back to the previous record, it shows
    me the record
    with : one of the radio button selected.
    My question is why it does not show radio button selected when my
    when-new-form-instance trigger fires ?
    Please note : Property palette of Radio Group & Radio buttons
    have been correctly assigned .
    null

    Shamsad Khan (guest) wrote:
    : In Forms 5.0,I have created a entry screen which consists a
    : radiogroup with 2 radio buttons. In new-form-instance trigger,
    I
    : have written: execute_query ;: last_record;
    : It shows me the last record but it shows my radio group with no
    : button selected.: If I go back to the previous record, it shows
    : me the record
    : with : one of the radio button selected.
    : My question is why it does not show radio button selected when
    my
    : when-new-form-instance trigger fires ?
    : Please note : Property palette of Radio Group & Radio buttons
    : have been correctly assigned .
    Shamsad Khan,
    In Forms5.0, try setting Mapping of other values properties.
    regards.
    null

  • Radio Buttons are not getting populated

    Hi
    this is my program...
    plz can any one tell me wt is wrong in my program?
    my problm is wn i select " 2 line 2 " in drop down list Radio button 1 and Radio Button 2 should be
    invisible and it should display only Radio Button 3....
    bt in my program it is not happening....
    TABLES: sscrfields.
    DATA: name TYPE vrm_id,
          list TYPE vrm_values,
          value LIKE LINE OF list.
    PARAMETERS: ps_parm AS LISTBOX VISIBLE LENGTH 10 USER-COMMAND abc.
    PARAMETERS: r1 RADIOBUTTON GROUP ab MODIF ID bl2,
                r2 RADIOBUTTON GROUP ab MODIF ID bl2,
                r3 RADIOBUTTON GROUP ab MODIF ID bl3.
    INITIALIZATION.
      name = 'ps_parm'.
      value-key = '1'. value-text = 'line 1'. APPEND value TO list.
      value-key = '2'. value-text = 'line 2'. APPEND value TO list.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id     = name
          values = list.
      LOOP AT SCREEN.
        IF ps_parm = 1.
          IF screen-name = 'r1' OR screen-name = 'r2'.
            screen-invisible = 0.
          ELSEIF screen-name = 'r3'.
            screen-invisible = 1.
          ENDIF.
          MODIFY SCREEN.
        ELSEIF ps_parm = 2.
          IF screen-name = 'r1' OR screen-name = 'r2'.
            screen-invisible = 1.
          ELSEIF screen-name = 'r3'.
            screen-invisible = 0.
          ENDIF.
          MODIFY SCREEN.
        ELSEIF ps_parm = space.
          r1 = 'X'.
          CLEAR: r2,r3.
          IF screen-name = 'r1' OR screen-name = 'r2' OR
             screen-name = r3.
            screen-invisible = 0.
            MODIFY SCREEN.
          ENDIF.
        ENDIF.
      ENDLOOP.
    AT SELECTION-SCREEN.
      IF sscrfields-ucomm = 'abc'.
      ENDIF.
    START-OF-SELECTION.
      WRITE: / 'Parameter:', ps_parm.

    Hi,
    two things you have to do is ,
    1.Loot at acreen should be inside At-Selection screen output event.
    2.The values inside quotes should be in uppercase for screen-name. Ex. Screen-name = 'R1'.
    3. Clear the radiobutton values before Loop at screen to avoid dump when line 1 is selected .
    INITIALIZATION.
    name = 'ps_parm'.
    value-key = '1'. value-text = 'line 1'. APPEND value TO list.
    value-key = '2'. value-text = 'line 2'. APPEND value TO list.
    CALL FUNCTION 'VRM_SET_VALUES'
    EXPORTING
    id = name
    values = list.
    At SELECTION-SCREEN OUTPUT.
    clear :r1,r2,r3.
    LOOP AT SCREEN.
    IF ps_parm = 1.
    IF screen-name = 'R1' OR screen-name = 'R2'.
    screen-invisible = 0.
    ELSEIF screen-name = 'R3'.
    screen-invisible = 1.
    ENDIF.
    MODIFY SCREEN.
    ELSEIF ps_parm = 2.
    IF screen-name = 'R1' OR screen-name = 'R2'.
    screen-invisible = 1.
    ELSEIF screen-name = 'R3'.
    screen-invisible = 0.
    ENDIF.
    MODIFY SCREEN.
    ELSEIF ps_parm = space.
    r1 = 'X'.
    CLEAR: r2,r3.
    IF screen-name = 'R1' OR screen-name = 'R2' OR
    screen-name = 'R3'.
    screen-invisible = 0.
    MODIFY SCREEN.
    ENDIF.
    ENDIF.
    ENDLOOP.
    AT SELECTION-SCREEN.
    IF sscrfields-ucomm = 'abc'.
    ENDIF.
    START-OF-SELECTION.
    WRITE: / 'Parameter:', ps_parm.
    Regards,
    Hema.

  • Slidelet Stick Radio button does not appear

    Hi There,
    I am using two slidelets and I would like to use the "Stick" option/radio button.  However, it is not in the properties for the slidelet.  It is just not there at all as an option.  Has anyone else had this problem?

    Hi again
    When you insert a Rollover Slidelet, you are actually inserting two different areas. One is the area you mouse over. The other is the area that appears when you mouse over. You are showing the dialog for the area that appears. The dialog for the area you mouse over is what you want. When you edit the properties for the rollover area, the dialog is labeled "Rollover Slidelet" and not "Slidelet". Once you look at the properties for this dialog you should see the option you want.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Radio button label not displaying in portal

    hi i have application developed in jdeveloper 11.1.1.6.0 ,in the application i have radio button when i run application in stand alone is fine i can see label of radio button but when i deploy in portal using adf jar file i only see the radio button without label .this how i create the radio button http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADF_Insider_Essentials/ADF_Insider_Essential_YesNoRadio/ADF_Insider_Essential_YesNoRadio.html
    <af:selectOneRadio value="#{bindings.Gender1.inputValue}"
                                                  required="#{bindings.Gender1.hints.mandatory}"
                                                  shortDesc="#{bindings.Gender1.hints.tooltip}"
                                                  id="sor4" layout="horizontal">
                <f:selectItems value="#{bindings.Gender1.items}" id="si7"/>
              </af:selectOneRadio>

    Hi,
    if this works in ADF stand-alone, it is a portal problem and you may want to post your question e.g. to the WebCenter forum and ask if people experienced the same in the past. Don't see this as an ADF issue based on your decription
    Frank

  • Photo's sent via email not being received with attachment file

    I have a question regarding emailing photos (jpg) files. Though I am able to send the JPG files, when the person receives them they only see the picture but do not have the ability to download the attachment as none is visible. I have tried various methods but none have helped me. Also, can iPhoto import RAW ?

    when the person receives them they only see the picture but do not have the ability to download the attachment as none is visible.
    If they can see the picture then they have got the file. It's a setting on their end to figure out how to download it.
    Also, can iPhoto import RAW ?
    Er, yes but... RAW is a generic term for these files but every camera produces a different form of RAW file, so it's a question of what formats are supported on v6 of iPhoto (a few) on 10.3 (very few).
    Regards
    TD

Maybe you are looking for

  • Posting date to accounting for billing document

    Dear Experts In SD cycle, we have created billing document in first quarter. As per our customization settings the billing document was created with Posting block. Now today i.e. in second quarter we want to release this billing document to accountin

  • HP 2207h monitor

    I thought today was "pro day"... Thanks...

  • My new rig, sucessfully OC'd!

    I built the following rig: i7-950 12 Gb Corsair DDR3 1600 XFX Radeon 4890 MSI X-58 Pro-E motherboard Corsair 850 TX Power supply Intel X-25M 160Gb SSD (G2) WD Caviar Black 1TB HD 28" Hanns-G LCD (HG281D) Monitor Samsung DVD Burner Black SATA Model SH

  • All the spreadsheets hangs on after update to Snow Leopard

    Hi, I updated a week ago my macbook to Snow Leopard and everything went fine (I supposed). Today I discovered that Microsoft Excel 2008 stopped working, it hangs if I try to create a new file. So I installed the latest openoffice but nothing worked:

  • Read files starting with TEST* (for example)

    Hi all, Is it possible to read all the files starting with TEST for example from the Unix folder. Requirement is there will be files starting with TEST present in the default path x. I need to read all the files starting with TEST from this path. So,