Coding help w/ CC email on a livecycle form

After reviewing this forum for hours last year I was able to get my form to work to email to a specific to address from the form data with a prescribed subject and body. However, I was never able to get the cc function to work.
Here's my code that currently works just fine (with a few changes for privacy). I want to add a cc: function to fixed email address ([email protected]). I have limited knowledge about coding so as specific as you can be is much appreciated.
button/>
            </ui>
            <font typeface="Myriad Pro"/>
            <caption>
               <value>
                  <text>Request Approved</text>
               </value>
               <para hAlign="center" vAlign="middle"/>
               <font typeface="Myriad Pro"/>
            </caption>
            <border hand="right">
               <?templateDesigner StyleID apbx2?>
               <edge cap="butt" stroke="raised"/>
               <fill>
                  <color value="212,208,200"/>
               </fill>
            </border>
            <bind match="none"/>
            <event activity="click">
               <script contentType="application/x-javascript">event.target.submitForm({cURL:"mailto:"+ Email.rawValue +"?subject="+Student.rawValue +"'s Override Request for "+Course.rawValue +" Approved  &amp;body=Your request to enroll in "+Course.rawValue +" has been approved. An electronic override has been issued for you. Please note that this approval/override DOES NOT enroll you in the course automatically. You are responsible for logging into myBanner and adding this course to your schedule. If you are experiencing registration issues, please review this website for more information first: http://www.xxxxxxxxx.edu. If you need further assistance, please contact the Registrar's office at 123-456-7890.",cSubmitAs:"PDF",cCharset:"utf-8"});</script>
            </event>
         </field>
         <field h="6mm" name="Button2" w="28.6851mm" x="172.7175mm" y="268.9341mm">
            <ui>
               <button/>

No, a radio button can have only one value.
Use conditional logic in your processing to assign the price.
switch ($_POST['option') {
  case 'Cotton':
    $price = 10;
    break;
  case 'Suede':
    $price = 15;
    break;
  default:
    $price = 20;

Similar Messages

  • Help with Element EMAIL is undefined in FORM

    I am having issues getting my form to work properly after
    moving my files in my repository into a trunk directory. It may not
    be the reason things are failing now but it is the only change I
    have made since yesterday when this code worked. Any help would be
    greatly appreciated.
    Element EMAIL is undefined in FORM.
    The error occurred in C:\dev\b\trunk\content\contactnew.cfm:
    line 139
    137 : <!--- Send an e-mail to the proper group with the
    form information --->
    138 : <cfmail
    139 : from="#form.email#"
    140 : to="[email protected]"
    141 : subject="Contact Us Form from"
    Resources:
    Check the
    ColdFusion documentation
    to verify that you are using the correct syntax.
    Search the
    Knowledge Base
    to find a solution to your problem.
    Browser Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
    .NET CLR 1.1.4322; .NET CLR 2.0.50727)
    Remote Address 127.0.0.1
    Referrer
    Date/Time 11-Nov-08 03:51 PM
    Stack Trace (click to expand)
    at
    cfcontactnew2ecfm541056183.runPage(C:\dev\b\trunk\content\contactnew.cfm:139)
    coldfusion.runtime.UndefinedElementException: Element EMAIL
    is undefined in FORM.
    at
    coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1659)
    at
    coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1612)
    at
    coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1747)
    at
    coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1740)
    at
    cfcontactnew2ecfm541056183.runPage(C:\dev\b\trunk\content\contactnew.cfm:139)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
    at
    coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at
    coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279)
    at
    coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
    at
    coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at coldfusion.CfmServlet.service(CfmServlet.java:175)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
    at
    coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
    at
    coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Here is the code I am working on...

    I tried adding what you said to the document. The email is
    not given when the form opens in the browser but is passed via the
    form after it is filled out and submited. The email value should be
    whatever the person adds to the email textbox. Again this was
    working yesterday but has since stopped after I migrated my files
    into a trunk directory in SVN.
    Thanks for your reply.

  • Godaddy email and muse contact forms

    I need help with godly email and muse contact forms...

    Hi,
    Could you please provide some more details, so we can suggest anything.

  • Need Help; Must accept email and create item in custom list

    Hello Forum,
    We have a Sharepoint 2010 site that has been using Microsoft's ticketing system for years. What I need to confirm is if there is a way to email the sharepoint list and have it create a ticket (parsing the from address, subject and body then creating a ticket
    from that and sending a confirmation email reply to the user).
    I understand there may be some coding needed, but don't know where to start without having to start over and lose our years of  lists / data. Can someone please help provide information or at the very least a starting point for me?
    Thanks.

    I coded something similar very recently. This community project helped me a lot; http://www.codeproject.com/Articles/32899/Reading-an-Outlook-MSG-File-in-C
    I called
    out to this code from an ItemAdded Event Receiver on the library to parse the email metadata.
    It's also possible to email enable Libraries and receive items emailed straight to the library. There's a special event receiver available for that which helps you parse email metadata. (But I couldn't receive email directly from my project so I didn't use
    this approach though I daresay it's simpler); http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spemaileventreceiver.aspx
    w: http://www.the-north.com/sharepoint | t: @JMcAllisterCH | YouTube: http://www.youtube.com/user/JamieMcAllisterMVP

  • Coding help reqd for BADI

    HI Friends,
    Im working on MB_MIGO_BADI object for MType: 261.Here, im facing a problem to call a info msg with coding effect.i.e, I've to give a conditional message says that if the user tries to change the quantity (changing the existing/available in the field text of MIGO), then it'll give a window pop-up message or info msg like "Quantity should not be changed". Pls reply ur post how to fix this.
    The fields are
    1) cs_goitem-bwart " MType
    2) cs_goitem-erfmg "Quantity
    Note: A) It'll be applied only for MType:261.
              B) Pls advise, Here, shall I declare the export and import memory id concept?
    FYI
    ******Below is the coding part declared inside the method function.
    method IF_EX_MB_MIGO_BADI~LINE_MODIFY.
    if cs_goitem-bwart eq '261'.
    *cs_goitem-erfmg is not initial and
    *call function 'CUSTOMIZED_MESSAGE'
    *exporting
    Message i006(zmsg).
    endif.
    endmethod.
    Above, it helps only showing the info msg while entering the mtype: 261.But i need to display it only if the cursor comes into Qty (ERFMG) field. Pls advise me how to fix with ur coding example.
    mail me:[email protected]

    Posted newly since one of the issue got solved.
    thanks

  • When trying to verify the email address, I get the following message. Please help. This email address is already in use or you may already have an Apple ID associated with this email address. Please try again or sign in using your existing Apple ID.

    When trying to verify the email address, I get the following message. Please help. This email address is already in use or you may already have an Apple ID associated with this email address. Please try again or sign in using your existing Apple ID.

    Me too. I try to verify and i get the same message.
    I've created 3 alternate e-mail addresses and tried creating new accounts.
    Same Result!
    This is bullsh!t. How the **** can all 4 of my attempts result in the same freakin error???

  • Help please , iv emailed bt but been ignored .....

    help please , iv emailed bt but been ignored , iv phone but the operator had know idea what he was talking about .
    hope this is in the write forum .
    last year i applied to be on bt basic , the cheap one for if your on income support etc , it was excepted as far as i know but i have realized i was never put on it or if i was it wasn't for very long .
    the only thing i can think is i was not aloud to have o2 broad band on the basic tariff , anyone know if thats the case ?
    in the info about "basic " which is about £5  a month it says you can have broad band but this may mean only bt broadband ,
    any ideas ?

    Hi Toastie,
    Nope cant see anything saying that you need to take BT Broadband, shouldn't matter who you are with.
    Could you drop me in an email please with your BT account and telephone number along with a link back to this thread.
    Just send to the email address in my profile.
    Thx
    Craig
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)”
    td-p/30">Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • HT5622 i need help using the icloud it is not making any since to me can some one call me and help me with it please don't try to help me through email i need to talk and listen i don't understand instruction by reading

    i need help using the icloud it is not making any since to me can some one call me and help me with it please don't try to help me through email i need to talk and listen i don't understand instruction by reading.
    <Phone Number Edited by Host>

    You aren't addressing anyone from Apple here.  This is a user forum.
    You might want to call a neaby Apple store to see if they have a free class you could attend.

  • Help needed in email address validation !

    Hi all,
    I am developing a web page in which there is a text box and a submit buttion. User enters his email id and clicks the button. As soon as the button is clicked, the email- address validation should be done.
    some thing like,
    only one @ shold be there,
    the address should terminate with .net, .com, .org.....
    there should not be any special characters like / , ?, < > \ etc..;
    It should be in JSP or JAVA Script
    Can anyone help me ????
    Regards
    AShvini

    function validateEmail(email) {
        // A very simple email validation checking.
        // you can add more complex email checking if it helps
        var splitted = email.match("^(.+)@(.+)$");
        if(splitted == null) {
            return false;
        if(splitted[1] != null ) {
            var regexp_user=/^\"?[\w-_\.\']*\"?$/;
            if(splitted[1].match(regexp_user) == null) {
                    return false;
        if(splitted[2] != null) {
            var regexp_domain=/^[\w-\.]*\.[A-Za-z]{2,4}$/;
            if(splitted[2].match(regexp_domain) == null) {
                var regexp_ip =/^\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\]$/;
                if(splitted[2].match(regexp_ip) == null) {
                        return false;
            }// if
            return true;
        return false;
    }Here's one in JS. A little bit of modification could make it suited to your requirements!

  • Help BB 9330 email wont activate

    transferred old BB phone number to new BB phone and used switch devices to transfer information.
    Cant get my email accounts working / activated. Sees the email accounts under setup - current - but activate button does nothing after I enter all passwords in.  Verify comes back with "Sorry unable to continue your session. Please log in again"

    Hello CJSurfr,
    I understand how frustrating it could be that your email account will not activate. I am here to assist. I have provided a link to help with your email issue: http://bit.ly/ycpD28
    Let me know if this helps.
    Thanks,
    LatachaM_VZW
    Follow us on Twitter @VZWSupport

  • Need help with ODBC Connections in Adobe LiveCycle

    Hello I have designed a form for my company that uses a database to populate a few fields on the form. I am unable to get it to work correctly without acrobat pro installed. I am using using xfa.sourceSet.DataConnection but as I said it will only work with acrobat pro installed. We do not have acrobat pro on any of the machines at my company and installing it is not an option is there any other way to accompish this?

    Please see this article for what options you have for deployment of your form:
    http://assuredynamics.com/index.php/2010/11/using-livecycle-forms-in-acrobat-and-reader/

  • Email address changes when form is distributed.

    I recently helped a friend with a fill form for his clients. I added a "submit by email" button athte bottom and coded it with his email address.  I did the ditribution and send them hte form and responce file.  Much to out dismay te responces tot he form were going to my email and not his.  I went back into the orginalt file and saw it was his email, but when we opened the distribted form it had been changed to mine.  I've tried several times to fix it but it keeps changing.  What do we do?
    Tim

    Hello there,
    I'm sorry to hear that you've been having trouble; this sounds like an Acrobat issue (not an Acrobat.com issue), so it's not likely to get a satisfactory answer from this forum, which is for questions pertaining to Acrobat.com (www.acrobat.com). I recommend re-posting it to the forums at the Acrobat Users Community:
    http://www.acrobatusers.com/forums
    You'll have more of a chance of getting a comprehensive answer from the moderators there. Best of luck, and sorry not to be able to offer more specific advice.
    Kind regards,
    Rebecca

  • When I send an email notification that the form has been sent I want the receiver to get a copy of the actual filled out form not a ling to the data, how can I make this happen?

    When I send an email notification that the form has been sent I want the receiver to get a copy of the actual filled out form not a ling to the data, how can I make this happen?

    Hi,
    you can find documentation for Designer under this website
    http://help.adobe.com/en_US/livecycle/10.0/documentation.html#task=4,5&module=2
    In Designer you can use the JavaScript API of Acrobat.
    So the Devnet for Acrobat is also a good source.
    http://www.adobe.com/devnet/acrobat.html
    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_api_reference.pdf

  • Send Email from approval task form

    In my reusable workflow, I have added an approval action. Everything works perfectly. What I want is - When approver comes to approval form, he should be able to send notification email to the initiator (From that form) that he has started working on that document.
    What I have tried - I have added a button clicking on which will submit the form to initiator. 
    But it fails. possible reason - when I create a data connection in workflow's infopath form to submit form as email, I am getting following warning
    "Domain trust form templates cannot be sent as email attachments. to fix this problem, modify the form option to change the security level of form template to restricted".
    I also tried to update status field and wait for it to changes in workflow and send an email from sp designer workflow. it didn't work.
    Please help or suggest any other possible way to achieve this functionality (Send Email from approval task form to initiator).

    Hi mry,
    I could reproduce on my SharePoint 2013 on-premise based on your another
    post.
    Based on the the following article, SharePoint workflow cannot use the InfoPath form in restricted mode which doesn't allow the data connection, but as your image warning message shows sending InfoPath form as mail attachments will need restricted level.
    http://msdn.microsoft.com/en-us/library/office/ee526352.aspx
    You can consider to send a mail to initiator in "Whe a Task Completes" step when you click button approved/rejected, and construct the current task form link format as follow,
    http://sp/_layouts/15/WrkTaskIP.aspx?List=WorkflowTasksListGUID&ID=[%Current Task:ID%]
    Thanks
    Daniel Yang
    TechNet Community Support

  • How do I create an email list sign up form for my iWeb website?

    Well that's the question - how do I create an email list sign up form for my iWeb website?
    Could someone tell me what's the simplest way using iWeb to create an interactive option
    for users to enter their email address and the info be forwarded to me so I can add to an
    email list?
    It would be great if, since I'm using a Mac computer & iWeb, there was a way to have the
    submitted emails automatically added to a group in my Mac Addressbook.
    I got this MacBook Pro in Sept 2010 so I believe that's iWeb '08 I'm using.
    Anyway I'm thinking there should be a way to do this with some system involving an HTMK
    Widget and an email account.
    By the way this is for hosting through a 'real server', not MobileMe (which I plan to get later
    when I can afford it).
    Any help or suggestions would be appreciated.
    Mark

    Website forms require some code in a snippet and a formmail.php script on the server to process the form and send the info to the required email address. You can do all this when you switch to a "real" server.
    In the meantime you can use a form  or marketing service or, better still, an application like MailShoot which generates the form, handles the database and sends out the bulk emails.
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

Maybe you are looking for

  • JScrollPane bars problem Help!!!

    There is some problem with my JScrollPane I have added components to the JScrollPane but when components exceeds thee size of the JScrollPane the bars of the JScrollPane are not appearing. Please somebody help me... Just drag the JFrame and increase

  • One src message to multiple IDocs without BPM?

    Hi guys! Is it possible to cerate multiple IDocs from one source incoming message without BPM? I tried the scenario, but I get following error: <SAP:Code area="OUTBINDING">CO_TXT_MMF_ENGINETYPE</SAP:Code> <SAP:Stack>Messages in multi-message format c

  • Rollover animation and click combination problem

    Hey everyone....thanks in advance for the help I'm trying to edit an old Flash 8 in CS4, so I'm using AS2.0 My problem is I have a menu bar that animates on screen from left to right on load and then it animates and plays a sound on rollover. I can't

  • Battery Probs; Could it be the charger?

    Had a battery for my PowerBook 2.4 GHz Intel Core 2 Duo (early 2008) replaced under warranty 3 months ago, and the replacement battery is already showing signs of going the same way; 95% health. I've noticed that the transformer on the charger makes

  • Extra Phantom display reported

    I've tried a search but I'm not sure how to phrase this problem. I have a 2006 mac pro with 2 x NVIDIA GeForce 7300 GT installed from new. I have always run 3 monitors, a 20" Viewsonic LCD in the middle and 2 x 19" CRT's either side (Samsung on the l