contact form response text / layout

Hello

I would like to add a little more style to my answer in the form of contact and thought in a layer on top of the form that appears once you have sent the form. This layer would say sth like "thank you, etc.", but in the layout of my site. How can I do this - is possible to trigger some response?

Thank you!

Hello

You can create a template and then use this template in the presentation page.

To create the model and use in British Colombia, please see here:

http://forums.Adobe.com/message/6292057#6292057

Then, go to the Admin of the Site > Site Manager > System Pages > Page of Confirmation for the Web form and apply the template.

Thank you

Sanjit

Tags: Adobe Muse

Similar Questions

  • Muse Contact form response questions

    Can anyone help with this problem.

    Please contact Adobe.
    A representative will be with you shortly.

    Thank you for your patience.

    In the meantime, you can try our community forums where experts are available 24 hours a day, 7 days a week.

    Now you can chat with Sonam.

    Vicky Quick: The contact form for the sites of the Muse does not have my clients to meet the person who contacted them. It updates their address at the top, forcing them to cut and paste the person seeking information. How do I change the answer to the field in the contact form and which is even an option? If this is not the case, do you offer a work around? I asked this question on the forum and no one has an answer. Help, please!

    Sonam: Hello, welcome to Adobe

    Sonam: Vicky, is your site hosted by BC, or a 3rd party hoster?

    Vicky Quick: I've got one in British Colombia and the other on godaddy, that both do not work

    Vicky Quick: The contact form, it represents the response return only

    Vicky Quick: Hello?

    Sonam: Vicky, this feature is not available via Muse or BC. Well want to share the link to your post on the forum, I'll pass on the product team and ask them to get back to you as soon as.

    Sonam: If there is a work around, or if it is possible with any customization, the product team must help you with him.

    Vicky Quick: I put it on the forum, but also the sites of third parties such as muse - themes.com and they did not answer either

    Sonam: kindly share the link to your forum post

    Vicky Quick: How to share the link?

    Sonam: copy and paste to this cat

    Anshul suggested, but a case management system, where your customer can respond directly to the depositing e-mail.

    With BC it is possible, allowing the CSE (Customer Service ticket), you can set the responsible role to which users should receive emails of presentation and then respond to customers directly from e-mail client used.

    Level responses may be used as the first level with the level of climbing. Enable this, submitting a form creates a case which will then turn into a case of web and will be triggered in the responsible mailboxes of the role. Users of the site (your client) can directly respond to the customer of any e-mail client used by using this method.

    In case you use an external server, you can use any third-party ticketing system and setting on the email address to which notifications are received.

    Currently, with Muse when the form is configured with e-mail. Depositing submission form receives notification of that email email and authors of the communication is included in the subject line, you can use manually send their responses by e-mail.

    Thank you

    Sanjit

  • Response of contact form message does not

    So I try to move the place of my response message after the submit button was hit by the user. It happens at the top of the screen, but I want it to appear in a div just below. I read that the use of javascript should work. Here is what ive put:

    PHP:

    <? PHP

    If {($_POST)}

    If (! filter_input (INPUT_POST, 'email', FILTER_VALIDATE_EMAIL)) {}

    $message = 'Please enter a correct e-mail address' ;} else {}

    $fname = strip_tags($_POST['fname']);

    $sname = strip_tags($_POST['sname']);

    $telephone = strip_tags($_POST['tel']);

    $email = $_POST ['email'];

    $comments = strip_tags($_POST['comments']);

      $to = ' [email protected] ';

    $subject = 'Under contact form.';

    $body = $fname. "\n". $sname. "\n". $comments;

    $headers = ' from: '. $email;

    If (mail ($ $subject, $body, $headers)) {}

    echo ' please contact us. We\ will be in contact soon!';

    } else {}

    $message = ' sorry, an error has occurred. Please try again later.';

    }

    }}

    ? >

    <? PHP echo "< style p =" color: red "> $message < /p >"? >

    Form:

    < div class = "contact_form" >
    < table class = "table" >

    < tbody >

    < form id = "contact form" action = "" method = "post" > "

    < b >

    < scope th 'row' = > name: < /th >

    < td > < textarea name = "Pnom" cols = "100" rows = "3" id = "Pnom" > < / textarea > < table >

    < /tr >

    < b >

    < scope = "row" th > family name: < /th >

    < td > < textarea name = "sname" cols = "100" rows = "3" id = "sname" > < / textarea > < table >

    < /tr >

    < b >

    < scope th 'row' = > E-mail address: < /th >

    < td > < textarea name = "email" cols = "100" rows = "3" id = "email" > < / textarea > < table >

    < /tr >

    < b >

    < scope = "row" th > phone number: < /th >

    < td > < textarea name = passes "as" = "100" lines = "3" id = 'this' > < / textarea > < table >

    < /tr >

    < b >

    < scope = "row" th > comments: < /th >

    < td > < textarea name = cols 'comments' = "100" lines = '10' id = 'Comments' > < / textarea > < table >

    < /tr >

    < b >

    < scope = "row" th > < /th >

    < td = "40px" height > < input type = "submit" > < table >

    < /tr >

    < b >

    < / make >

    < /tr >

    < / tbody >

    < /table >

    JavaScript:

    "< script type =" text/javascript"src="morris_construction/jquery-1.11.2.min.js "> < / script >

    < script >

    $("#contactForm").submit (function (event)

    {

    / * stop form to submit normally * /.

    Event.preventDefault ();

    / * get some values from elements on the page: * /.

    var $form = $(this);

    $submit = $form.find ("button [type = 'submit']'").

    fname_value = $form.find ('input [name = "Pnom"]'). val(),.

    sname_value = $form.find ('input [name = 'sname']'). val(),.

    tel_value = $form.find ('input [name = 'such']'). val(),.

    email_value = $form.find ('entry [name = 'email']'). val(),.

    comments_value = $form.find ('textarea [name = 'comments']'). val(),.

    URL = $form.attr ('action');

    / * Send data using message * /.

    announcement var = $.post (url, {}

    fname: fname_value,.

    sName: sname_value,.

    Tel: tel_value,

    E-mail: email_value

    Comments: comments_value

    });

    posting. Done (function (data)

    {

    / * Put the results in a div * /.

    .html (data) $(«#contactResponse»);

    / * Change the text of the button. */

    $submit.text ("' envoys, thanks");

    / * Disable the button. */

    $submit.attr ("disabled", true);

    });

    });

    < /script >

    < / div > <! - end of the contact form - >

    No javascript required or desired for this solution code.

    Instead of

    echo ' please contact us. We\ will be in contact soon!';

    } else {}

    echo "sorry, an error occurred. Please try again later.';

    }

    make variable, like this:

    $message = ' please contact us. We\ will be in contact soon!';

    } else {}

    $message = ' sorry, an error has occurred. Please try again later.';

    }

    Then, at the location where you want the message to appear...

  • Problem with contact form on mobile zoom layout

    Hey there,

    I don't know how to get around this problem yet. When I use a contact form on a mobile device, my Zoom window to enlarge the entry fields. This makes it difficult to use because pinch out does not work and after hitting "submit" on the form, in which you find yourself watching a zoomed layout. Is there a way to prevent the zoom?

    I can provide a link if necessary, do not know if this is specific to my site or a broader issue.

    Thank you
    Alex

    I just found out that if the font size in the input field is set to 16px, that it will not automatically zoom. That seems to work for me now, always curious, if there is another way around this.

  • color of the text in the contact form

    I have my new live site on its URL and contact forms are in line with work recapthcas. But when someone tried to kick it, the text is so light color, it is very difficult to see. How to make that more dark? I feel that I clicked on every possible arrow and checked all the windows.

    I tried that to no avail. Finally realized the problem: I had done in the background of the text blue block of 15% if the words were printing also present to 15% black. Do you have a redesign and all is well. Too bad, that you can't have a variation here. But thank you for answering

  • Attach text Yes/No boxes in the Contact form

    How can I add text to a contact form which will be yes/no boxes that go hand in hand? For now I have questions in plain text format, but since they are not part of the contact form, I do not think this information we will roll to the e-mail that I receive when someone clicks on the submit button.

    Yes, I figured out how to add a checkbox for the widget field and changed "label of the box" or not. But I want to know how to ensure that the question associated with the YES / no checkboxes should be included in the notification of form submission. I guess a text box gross will not be included in the notification of form submission, so is it possible to add text without a field of text associated with a contact form?

  • Change 'new form submission' text on receipt of e-mail of the contact form.

    Hello

    One of our clients asked us to change the text that they receive when they receive an email from the contact form.

    It currently says: "new form submission.

    they want to tell him: ' West of the Moon ~ Ayr ~ site survey '


    We tried to change the name of the form, but does not change the object in the email, not the text in the email. Is it possible to do this?

    Hi Richard,

    Please check the php script to which the web form submits to that open with a text editor and change the verbiage you want here.

    PS - You will need to make these changes after each export of Muse as Muse will override them on each export/download.

    - Abhishek Maurya

  • Contact form, how to hide text and display the clues?

    I want to create a contact form, using Dreamweaver. In the preview, it looks all right. But when downloading, I have the following problems:

    The "tips" in the boxes are missing, nomatter what browser I use.

    The text "a value is required" (for example) is visible all the time. It should be visible if people enter and leave the box blank.

    And I just saw that he does not respect my fonts either, only in preview mode.

    Overview:

    preview.png

    Downloaded (bad!):

    uploaded.png

    < form id = "form1" name = "form1" method = "post" action = "formmail.php" >
    < span id = "nameTextField" >
    < label for 'name' = > name < / label > < br / >

    < input type = "text" name = "name" id = "name" tabindex = "10" / >
    < span class = "textfieldRequiredMsg" > a value is required. </span > < / span >
    < p > < span id = "emailTextField" >
    < label for 'email' = > Email < / label > < br / >

    < input type = "text" name = "email" id = "email" tabindex = "20" / >
    < span class = "textfieldRequiredMsg" > a value is required. </span > < span class = "textfieldInvalidFormatMsg" > Invalid format. </span > < / span > < / p >
    < p > < span id = "messageTextArea" >
    < label for 'message' = > Message < / label > < br / >

    < name textarea = 'message' id = cols "message" = "75lignes" = "8" tabindex = "30" > < / textarea >
    < span id = "countmessageTextArea" > < / span > < span class = "textareaRequiredMsg" > a value is required. </span > < span class = "textareaMinCharsMsg" > Minimum number of characters not met. </span > < span class = "textareaMaxCharsMsg" > has exceeded the maximum number of < br / >
    Characters. </span > < / span > < / p >
    < label = "submit" > < / label >
    < input type = "submit" name = "submit" id = "submit" value = "Submit" tabindex = "40" / >
    < / make >

    < script type = "text/javascript" >

    <!--

    var sprytextfield1 = new Spry.Widget.ValidationTextField ("nameTextField", "none", {validateOn: ["blur"], hint: "Your name"});

    var sprytextfield2 = new Spry.Widget.ValidationTextField ("emailTextField", "email", {hint: "Your e-mail", validateOn:["blur"]});})

    var sprytextarea1 = new Spry.Widget.ValidationTextarea ("messageTextArea", {minChars:1, maxChars:999, counterType: "chars_remaining", counterId: "countmessageTextArea", validateOn: ["blur"], hint: "Your message"});

    ->

    < /script >

    You download your Spry assets folder and CSS files to your remote server?

    You can provide a link to your problem page?

    Nancy O.

  • Arabic text just "?" when mailed using Flash contact form. There?

    Hi there, the guru of the Flash.

    I have this pros with a flash contact form sending Arabic text flash using php to my mailid. The Arab side come from? While the English part is really fine. Can someone help me with this? I ran all over the web for it but he hard work very well...

    This is my flash code-

    // Loading Variables and Settings
    stop();
    error_clip._alpha = 0;
    System.useCodepage = true;
    send_btn.onRelease = function() {
         my_vars = new LoadVars();
         my_vars.namex = name_txt.text;
         my_vars.email = email_txt.text;
         my_vars.msg = msg_txt.text;
    
         // If text fields are not blank the message will be sent
         if (my_vars.namex != "" and my_vars.email != "" and my_vars.msg != "") {
              my_vars.sendAndLoad("send_mail.php",my_vars,"POST");
              gotoAndStop(2);
              // Else if text fields are blank a warning message will appear
         } else {
              error_clip._alpha = 100;
         }
         // After the message is sent the user will be redirected to frame 3
         my_vars.onLoad = function() {
              gotoAndStop(3);
         };
    };
    // If you click on another field "All Fields Required" will dissapear
    name_txt.onSetFocus = email_txt.onSetFocus=msg_txt.onSetFocus=function () {
         if (error_clip._alpha != 0) {
              error_clip._alpha = 0;
         }
    };
    
    clr_btn.onPress = function() {
    
         msg_txt.text = "";
    
    };
    

    And here is the PHP part.

    <?php
    // Loading Variables
    $name = $_REQUEST["namex"] . "\n\n";
    $email = $_REQUEST["email"];
    $message = $_REQUEST["msg"] . "\n\n";
    // The \n character means New Line
    
    // Mixing all variables, including IP
    $full_message ="From ".$name.",  ".$email."    ".$message;
    
    // Remove the backslashes that appears when entering characters like " or '
    //$name = stripslashes($name); 
    //$email = stripslashes($email); 
    //$message = stripslashes($message); 
    
         $subject = "Tell Me!!";
         $from = $name;
         $headers  = "From: $from\r\n"; 
         $headers .= "CC: [email protected]\r\n";
    
         
    
    
         
          $headers .= "Content-Type: text/html; charset=utf-8"; 
          
          $body = $full_message;
    
         /*$body = "<html><head><title>Untitled Document</title><meta http-equiv=Content-Type content='text/html; charset=iso-8859-1'></head><table width=440 border=0 align=center cellpadding=6 cellspacing=1 bgcolor=#000000>  <tr bgcolor=#000000><td colspan=2 nowrap><font color=#FFFFFF size=2 face='MS Sans Serif'><B>ONLINE FEEDBACK</B></font></td>  </tr>";
         $body .= "<tr bgcolor=#FFFFFF><td width=32% nowrap><font size=2 face='MS Sans Serif'>Name<font size=1>:</font></font></td>    <td width='68%'><font size=2 face='MS Sans Serif'><B>" . $name . "</B></font></td></tr>";
         $body .= "<tr bgcolor=#FFFFFF><td width=32% nowrap><font size=2 face='MS Sans Serif'>E-mail/Website</font></td><td><font size=2 face='MS Sans Serif'><B>" . $email . "</B></font></td></tr>";
         $body .= "<tr bgcolor=#FFFFFF><td width=32% nowrap><font size=2 face='MS Sans Serif'>Message</font></td><td><font size=2 face='MS Sans Serif'><B>" . $message . "</B></font></td></tr>";
         $body .= "<tr><td nowrap valign=top> </td><td> </td></tr></table></body></html>";*/
         
    
         
         // Sending the mail
    // Note: Don't forget to change "[email protected]" to receive the mail from contact form
         mail("[email protected]", $subject, $body, $headers);
    
    ?>
    

    There were several probs like this online and I couldn't find the right solution. Can you please help me? The form works completely in the English text file. No probs in the code, but the Arab side is very delicate.

    Thank you very much in advance.

    In the text fields, do you have embeded the Arabic language?

  • Contact form of the custom in the response e-mail fields

    I have a question about contact forms - I have a client who needs a form which is huge and requires 25 + custom fields (rental request form). The problem is when the customer receives the e-mail message all custom fields are labeled "Custom" - it is not useful to the customer due to the multiplicity of fields returning similar data. Does anyone know if you can fix it for the shape reflects the answer by e-mail?

    Name labels for custom field in your form. This name is used as the field name in the corresponding enail.

    If you do not see the labels, turn them on in the panels of configuratuon forms.

  • Is it possible to add a 'Call' button for the contact form in the mobile layout? How?

    I want to add a 'call' button to my contact form that will automatically appear in the Dialer of the person ready to call the phone number. Possible? And how to set up? Thank you.

    Just type the phone number in the control of hyperlink (without punctuation or spaces) and Muse will do the rest.

  • Muse 2015.1.1 - Contact forms now broken

    I have been using the widget of contact forms without problem on Muse sites for more than a year. I applied the most recent update of Muse CC (2015) on March 1. Make a few mods text the content of a site earlier today; downloaded mods on my server and got the following error message:

    "Failed to connect to a PHP file. Failed to check if the web server supports PHP required by forms of the Muse. Make sure that the URL of the site is entered in the FTP download dialog box is correct. »

    Until it has been updated using the 2015.1.1 Muse, there is no problem with the contact form on the site of the Muse.

    The release notes for Muse 2015.1.1 mention that the latest version contains a fix for the following problem:

    ""An error occurred on the server"message when presentation contact forms on a site that has PHP 5.4 version installed on the server.

    It is however precisely the error message received when sending the form is attempted.

    My (Linux/cPanel) server is running PHP and it does not work properly - there are other sites (both Muse and non-Muse) on this server that are still working. So here are my questions:

    1. What is the minimum PHP version required by the 2015.1.1 Muse? (Please, no alternate responses making reference to other positions - just the version number)
    2. Which, if any, additional services of PHP must be enabled for Muse 2015.1.1?

    A suggestion to Adobe; It would be useful if the details of the requirements for the servers hosting the sites of Muse have been published and accessible.

    Thank you.

    Did some research on this and found that by editing form_process.php and comment out lines 15 & 16 (see example below), the problem is resolved.

    /*

    If (formthrottle_too_many_submissions($_SERVER['REMOTE_ADDR']))

    Die (get_form_error_response ($Form ['resources'] ['too_many_submissions']));

    */

    It is buggy code - nothing more, nothing less - so please fix this problem.

  • My customer is having a serious problem with the Contact form Widget

    My Client is to have a serious problem with the Contact form Widget that I can't seem to figure out how to fix.

    I created a website for a client and inserted a widget of Contact form on the "Contact us" page Whenever someone uses the form, e-mail receive my client shows my e-mail address as the sender. So when they "meet" the email, the response is sent to me and not the person who sent the original message. This creates a major problem in that I get flooded with answers e-mail while my client's potential customers go without a response.

    When I look at ' Site Manager > email system > Workflow information > e-mail address on the site administration Console, it displays my e-mail information. This is what needs to be changed?  If this is the case, what needs to be placed in this field for the email address of my client receives presents information email senders in the field "from".  My client wants to be able to click on reply and the message sent to the right side. They would be very angry if should be cut and past shippers Correo electronico of the body text on all the contacts they receive.

    Their feeling is that if I can't find a way to make the contact form works as it should, then there is no need for them.

    Can someone help me understand this? I really don't want to disappoint my first client.

    Congratulations for your first customer! =>

    Looks like you can have your email in places where your customers email should be.

    Here are the places you need to change your e-mail address.

    First adjust the answering of your web form is your customer email. Screenshot: http://screencast.com/t/YWiZZ30E0jE and http://screencast.com/t/u4t69anTLR

    Second set Emails to come your clients e-mail system. Site management > system email > set default "from" e-mail. Screenshot: http://screencast.com/t/EAr2sfXk

    I always go through each email system and check the e-mail address after you set the default value. I found that it doesn't always change them for some reason any. Note: If you are on a lower to webCommerce plan your list can be shorter than what is shown.

    Make sure that the email you the list of customers is also an email they want in public.

    Also provide information on the TSA that thetrickster888 is good information.

    I hope this helps.

    Lynda

  • Problem with 'Reply-To' on the PHP contact form...

    Hi guys,.

    I created a PHP contact form that works perfectly; except, when I received the email in my Inbox and go to there to answer, it is not an answer to the e-mail address of the person who submits the form - in the area of response, he seems to have the email address of the default server.

    Here is my code I included in the same PHP page as my form:

    Sorted!

    I removed...

    $headers. = "reply-To:". "." $_POST ['email']. « \r\n » ;

    .. .and added...

    $headers = "MIME-Version: 1.0\r\n";

    $headers. = "content-type: text/html;" charset = iso-8859-1\r\n ";

    $headers. = "reply-To:". "." $_POST ['email']. « \r\n » ;

  • Contact form - &lt; mx:ComboBox / &gt; submit data and not on label

    Hi all

    First of all I am new to Flex and looked away from the last two hours now to answer this question. How would you send the data to an e-mail address and not on his label (but retaining the label displayed inside the form)? I found some tutorials on the creation of a general form for example Codes RIA and posted Trap17.com, both are perfect for a general form.

    But, lets say if you go with the tutorial and want to add a combo box that allows you to select the person you want to send, without displaying the email address. Say that we release a combobox for the tutorial of RIA Codes , in order to select those enamel's. That's what I have below and it works, just keep putting in the tag in rather than the data (in bold below). "" Certainly, I could just change the labelField="@label" to labelField="@data" , but it will display the e-mail address, which I don't.

    Basically, I'm trying to find a way to show the names of individuals and not the email in the contact form, but when you submit the form it would publish the data (containing the email) and not on its label (containing the name of the person), so that the php would show something like this $sendToEmail = $_POST ['recieverEmail']; and send the email. Thanks in advance for your help on this.

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:mx mx:Application ' http://www.Adobe.com/2006/MXML "layout ="vertical"> "

    < mx:Style source = "style.css" / >

    < mx:Script >
    <! [CDATA]
    Import mx.events.ValidationResultEvent;
    Import mx.controls.Alert;

    private function sendMail (): void {}
    var _senderName:String = senderName.text;
    var _senderEmail:String = senderEmail.text;
    var _recieverEmail:String = recieverEmail.text;
    var _emailMessage:String = emailMessage.text;
    var _emailSubject:String = emailSubject.text;

    var evValidMail:ValidationResultEvent = mailValidator.validate ();
    var evValidContact:ValidationResultEvent = contactValidator.validate ();
    var evValidName:ValidationResultEvent = nameValidator.validate ();
    var evValidMessage: ValidationResultEvent = mailValidator.validate ();

    If (evValidMail.type is ValidationResultEvent.VALID
    & & evValidName.type == ValidationResultEvent.VALID
    & & evValidContact.type is ValidationResultEvent.VALID
    (& & evValidMessage.type == ValidationResultEvent.VALID) {}
    emailService.send ({senderName:_senderName, senderEmail:_senderEmail, recieverEmail:_recieverEmail, emailSubject:_emailSubject, emailMessage: _emailMessage});
    }
    else {}
    resultLabel.text = "There are errors of form";
    resultLabel.setStyle ("styleName", "invalid");
    }
    }

    private function emailResult (): void {}
    Alert.Show ("please contact us");
    clearForm();
    }

    private function clearForm (): void {}
    resultLabel.text ="";
    recieverEmail.selectedIndex = 0;
    emailSubject.text ="";
    emailMessage.text ="";
    }
    []] >
    < / mx:Script >

    "< mx:HTTPService id ="emailService"url ="mail.php"method ="POST"resultFormat ="xml"result =" emailResult () "useProxy ="false"/ >
    < mx:EmailValidator id = "mailValidator".
    Source = "{senderEmail}" = "text" property
    requiredFieldError = "Enter your email" required = "true" / >
    < mx:StringValidator id = "contactValidator".
    Source = "{recieverEmail}" = "text" property
    requiredFieldError = "SΘlectionner contact" required = "true" / >

    < mx:StringValidator id = "nameValidator.
    Source = "{senderName}" = "text" property
    requiredFieldError = "Enter your name" required = "true" / >
    < mx:StringValidator id = 'emailValidator '.
    Source = "{emailMessage}" = "text" property
    requiredFieldError = "Enter your message" required = "true" / >

    < mx:Panel height = "401" width = "400" layout = "absolute" title = 'contact us' >
    < mx:Form x = "9" y = "10" width = "360" >
    < mx:FormItem label = "name:" >
    < mx:TextInput id = 'senderName"width ="200"/ >
    < / mx:FormItem >
    < mx:FormItem label = "Email:" >
    < mx:TextInput id = "senderEmail" width = "200" / >
    < / mx:FormItem >
    < mx:FormItem label = "Contact:" >
    "< mx:ComboBox id ="recieverEmail"width ="200"selectedIndex = dataProvider"0"="{contactXMLList}"labelField="@label "/ >
    < / mx:FormItem >

    < mx:FormItem label = "subject:" >
    < mx:TextInput id = "emailSubject" width = "200" / >
    < / mx:FormItem >
    < mx:FormItem label = "Message:" >
    < mx:TextArea id = "emailMessage" height = "130" width = "200" / >
    < / mx:FormItem >
    < / mx:Form >
    < mx:Button label = "Submit" click = "sendMail ()" x = "138" y = "274" / > "
    < mx:Label id = "resultLabel" x = "212" y = "276" / >
    < / mx:Panel >

    < mx:XMLList id = "contactXMLList" >
    "< labelrecieverEmail="1 person"data ="[email protected]"/ > ".
    " < recieverEmail label ="Person 2"data =" [email protected] "/ > "
    " < recieverEmail label ="Person 3"data =" [email protected] "/ > "

    " < recieverEmail label ="Person 4"data =" [email protected] "/ > "
    " < recieverEmail label ="Person 5"data =" [email protected] "/ > "
    < / mx:XMLList >

    < / mx:Application >

    Your labelField must be set to '@label' to display the

    name of the person in the drop-down list, but in your form submission method

    you will need to use the ComboBox selectedItem property to extract the

    email address of the person who has been selected.

    Thus, instead of the line:

    * var _recieverEmail:String = recieverEmail.text;

    * Have you tried:

    var _recieverEmail:String = recieverEmail.selectedItem.@data;

Maybe you are looking for