How to Have Same Form Sent to Contingent Email Recipients?

I'm trying to create a form that should go to different sets of email recipients depending on a choice selected from a drop down list menu.
I know how to create the drop-down list, but I can't figure out how to connect it to some kind of "if, then" button or command? Who knows how to solve this?

I'm pasting below an answer by "lkassuba" that was posted in a related forum and seems to also explain our issue:
lkassuba - 10:24am Mar 10, 09 PST (#2 of 2)
The problem is that the Form Distribution Wizard only accepts a single email address for the return data. Unfortunately this cannot be changed because the Wizard also applies Reader-enabling to the form so it can't be changed later.
As a work around you can try using the Wizard to create the collection DataSet, but not send out the form. Instead send out your original form with the multiple return addresses. Be sure to Reader Enabled the form for "Form" and "Save" rights, and make sure the submit is returning the entire PDF. When the files come back from the users you'll have to manually add them into the data collection.

Similar Messages

  • Have a form sent to an email address after completion without the use of Mailto:

    This project is for a dentist office.
    We need to have the customers go to the office website and fill out a form before their appointment.  I need the completed form to the sent by email to the receptionist.
    Below are some of the issues to be resolved;
    Mailto: will not work with web based emails.
    Some users will have trouble with download, complete, and attaching the form to the web email client.
    Do not need to analyze data I only need to print the form it can be filed in the office records.
    In essence I need a web form that can be filled out on the web and when submitted show up in a mailbox.
    I was hoping this could be done through Form Central, however if coding is require I have some experience with ASP.net and the office website is sitting on an ASP server.  Also if this project needs coding to accomplish please leave sample(s), or links to point me in the right direction.
    Thanks in advance.

    Hi this is Rick again;
    Question. 
    Could I use FormsCentral to collect the data than have one of the office personnel login and retrieve the data into a PDF format and/or download data and merge into PDF form in the office for printing.  Also if the previous is doable, can the FormCentral collection form sent an email that a form has been fill out.   

  • How do i have copies of the forms sent to my email once they are filled out

    how do i have copies of the filled out forms sent to my email once they submit?

    Open the form file and go to the Options tab -> Notification section. Select the receive notifiction check box.
    Randy

  • HT5312 I can't remember the answers to my security questions.  How do I get them.  I've built a rescue email but don't know how to have the answers sent to it.

    How do I get iTune to send me the answers to my security questions or how to reset them.  I do have a rescue email address but don't know how to have the answers sent to it.

    1. See my User Tip for some help: Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities.
    2. Here are two different but direct methods:
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contacting Apple for support
            and service.
    3. For other queries about Apple ID see Frequently asked questions about Apple ID.
    4. Rescue email address and how to reset Apple ID security questions

  • I would like to build a drag n drop interface and have the results sent to my email in PDF format. Is this possible?

    I would like to build a drag n drop interface and have the results sent to my email in PDF format. Is this possible?

    Captivate is not really designed to do what you want in this instance.  It's more targeted at allowing a user to complete an assessment and then track whether or not they passed.  So it's only really set up to send information in a format that the LMS will understand and interpret as Pass/Faill and what the score was.
    You really need something more flexible than that. So I think you would need to get a programmer involved and have the solution custom made.  In my experience, any time you try to diverge Captivate from what it was designed to do, and you need to get other IT professionals involved, you can kiss thousands of dollars goodbye before you have a workable solution.

  • HT202297 How can I add a new account on Reminders on my iPad 2 iOS 6.1.3 ? How I have on my iPhone 4S all emails accounts I have reminders accounts and it doesn't happen with the iPad.

    How can I add a new account on Reminders on my iPad 2 iOS 6.1.3 ? How I have on my iPhone 4S all emails accounts I have a reminder account and it doesn't happen with the iPad.

    How can I add a new account on Reminders on my iPad 2 iOS 6.1.3 ? How I have on my iPhone 4S all emails accounts I have a reminder account and it doesn't happen with the iPad.

  • How to use same form for Editing info and creating info.

    Hi all,
    Here my aim is to select the user from list and edit the user info. There is one more option to create the new user.
    Currently I am using two separate input forms one for Editing and one more creating new user.
    Can anyone tel me, how to use the same form for both editing and creating.
    Thanks,
    Ramesh Biradar

    Hi Ramesh,
    I'll make some assumptions about how you're going about this, and then give you a possible solution:
    I assume that you have a table with selection on one page. To edit an item, you wish to select it's radio button and click an edit button to take you to another page with the item filled in to edit it. To create a new item, you'd like to click a "new" button and go to the same page.
    If this is correct, here's the basic steps:
    1). Assuming you have both the list and edit pages already created, make sure you have a JSF navigation case defined going from the list page to the edit page. I'll call this navigation case "goToEditPage" for this discussion.
    2). To make the edit button, drag a command button from the component palette and drop it on the af:TableSelectOne (the column in your table containing the radio buttons for selection).
    3). Set the action property on this command button to "goToEditPage".
    4). Now, to make the create button, drag a command button from the component palette somewhere on the page. I like to put mine in a panelButtonBar inside the actions facet of an af:Page component.
    5). Now, for the Action property of this command button, bind it to a method in your page's backing bean. The code will look something like this:
    public String performNew()
        BindingContainer bindings = getBindings();
        OperationBinding operationBinding = bindings.getOperationBinding("Create");
        Object result = operationBinding.execute();
        if (!operationBinding.getErrors().isEmpty())
          return null;
        return "goToEditPage";
    }Hope this is helpful, Ramesh.
    Regards,
    John

  • How to have Infopath form use Sharepoint Domain credentials

    I have built a for in infopath which is published to a library on Sharepoint 2013. This form is filled out by certain users and when its completed it gets moved into a subfolder. We then provide a link to a client who has a domain account with restricted
    access to just this folder of sharepoint. They can view this form and any others we put in this folder.
    The form has 2 views. The first is the view our staff sees when filling it out. There are some hidden sections in there for us that the client does not need to see. So there is a second view which is read only and I have taken away the option for them to
    switch views so they can't go back to our internal view.
    What I would like to happen is that the form can somehow detect by the domain login info from sharepoint, what user is opening the form and switch views based on that. What I can't figure out how to do it to have the form pull domain credentials from the
    sharepoint site and use those a a variable when opening the form to set the view.
    I believe I am on the right path what trying to setup a data connection but I am just missing something. I found this great guide http://www.pointgowin.com/seethepoint/Lists/Posts/Post.aspx?ID=55 but now when I open the form I get a warning stating "You
    do not have permissions to access a SharePoint list that contains data required for this form to function correctly." Also I still can't seem to pull the username.
    Can someone help me out? Point me in the right direction? Thanks.

    Hi,
    According to your post, my understanding is that you wanted to have Infopath form use Sharepoint Domain credentials.
    When you use Claims-based authentication, your user name is prefaced by “0#.w|”.  So for example, if your user name is SuesDomain\jdoe then your Claims-based user token will be, without
    the quotes:     “0#.w|SuesDomain\jdoe”
    InfoPath can’t handle that, or more specifically, the UserProfile.asmx method GetUserProfileByName method can’t handle that.  InfoPath tries to pass in your Claims-based user token instead
    of your domain\User Name.
    You have an authentication problem where the currently logged in user is not allowed to hit the web service, so you get an Access Denied 401 authentication error
    To resolve the issue, you can refer to the great blog:
    SharePoint 2013, InfoPath and Claims – GetUserProfileByName
    More information:
    InfoPath over Claims Authentication (SharePoint 2010 & 2013)
    SharePoint 2013 Business Connectivity Services Search and Profile PageMetroStar Systems Blog
    Thanks,
    Linda Li
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • How to have same contacts in ipod touch and Mac

    I don't understand how to have matching contacts between my ipod touch 2nd generation and Mac. I tried to sync but I think if I well undertsood only fropm my ipod ( not updated contacts) to my Mac ( whihc normally has updated contacts) how to go about it ?  Thanks

    How to choose the option to sync data in Mac to ipod and not viceversa. As explained something wrong in syncing
    thanks

  • HOW TO OPEN LMX FILES SENT TO MY EMAIL ON NOKIA LU...

    I TRY TO OPEN LMX FILES SENT TO MY EMAIL BUT SEE MESSAGE THAT THERE IS NOT APPLICATION FOR THIS FILE FORMAT. COULD SOMEBODY HELP ME?

    There you go …
    I recommend to subscribe to that thread (top, left-hand side) because when this import feature is added or another user knows a workaround, you get notified by E-mail.

  • How to have same spry tab open when validate form?

    i have a blog where the insert blog form is on the second spry tab and when the form does not validate it stays on the same page but the spry tab goes to the first tab; i want the second spry tab to remain open.
    Can that be done?
    see the page here
    http://www.golftrailusa.com/golfblog2.php

    I have been having this same problem. When I go to close Firefox, I get the message asking if I want to close the 2 tabs, even though I only see one. To view the hidden tab, close the currently open tab. The hidden tab will reveal itself.
    This just happened to me and the URL of the hidden tab was:
    http : // s . ytimg . com / yts / jsbin / html5player-vfliqjKfF.js
    (Spaces added so as to not create a click-able link.)
    Hope this helps anyone with the problem and anyone researching the issue.

  • How does one create a form using flash and have it be sent to an email address (using adobe air for android if that matters) ?

    I am trying to make an app for my Cab Company and was going to add a reservation form, however idk if you can add html code or how to make one with as3, and I haven't been able to find a decent tutorial anywhere online.

    You will need to find a tutorial for sending email via AS3 (normally requires a PHP or other server-side processing file).  Search Google using terms like "AS3 send email tutorial" and develop things from there.

  • How to call same form by different performs as below?

    Hi,
    i want to use a Form get_data by calling Perform get_data twice with two different internal tables as below
    perform get_data    tables   it_upload
                                using    tab_name
                                changing it_material. 
    it_material has structure as below
    types : begin of ty_material,
                 serno  type sy-tabix,
                 matnr1 type mara-matnr,
                 matnr2 type mara-matnr,
                 matnr3 type mara-matnr,
                end of ty_material.
    perform get_data    tables   it_upload
                                using    tab_name
                                changing it_location.
    it_location has structure as below
    types : begin of ty_location,
                site1  type mard-werks,
                site2  type mard-werks,
                sloc1  type mard-lgort,
                sloc2  type mard-lgort,
              end of ty_location.
    now how to declare Form Get_data
    can anyone suggest me how to declare Form Get_data

    FORM parameters are normally strongly typed, so if you want to pass different tables in different calls to the same PERFORM, you need to use two internal table parameters in the FORM interface like below
    FORM foo  USING /CHANGING itab1 TYPE <table type1>
                              itab2 TYPE <table type2>
    ENDFORM
    Otherwise you need to use TYPE STANDARD TABLE, in which case you can use a single parameter for both the internal tables but you will also need to FIELD-SYMBOLS, and there should be some indication for you to ASSIGN the field symbol to what internal table type that may come at runtime. This will be a overkill, without much use, when you can achieve what you want by simply using two parameters.

  • How to have same view options on ALL playlists?

    Maybe this is simple, but I've searched and cannot find an answer.  How can i make all my playlists show the same view options?  I want, for example, bit rate and sample rate shown on all playlists - but some have them and some don't.  I'd also like whatever options I choose to be in the same order left to right, and new playlists to default to my arrangement.  Thanks.

    When you create a new playlist, it uses the view as shown in the main library.
    This script -> http://dougscripts.com/itunes/scripts/ss.php?sp=assimilateviewoptions
    will set playlists to match after they are created.

  • How to have same version of Network Magic on all pc`s on home network

    I had to uninstall Network Magice from my laptop, and on re-installation I ended up with version 4.1 I am running version 5.0 on my desktop. Before uninstalling I had the same version on both. My question is, how can I get back to version 5.0 on my laptop, all I get from NM is a prompt to buy an update or a new version, I have entered my license key onto my laptop but I cannot upgrade, any help would be greatly appreciated.........

    You "must" uninstall the older version and do a clean install of your new version, using the new key.
    Network Magic 5.59195.0 Pure0, Platform Ver. 11.2.9195.1
    Microsoft Windows Vista Home Premium Ver. 6.0.6002 Service Pack 2
    HP Pavilion a6700f PC
    Cisco 2203c Modem, Road Runner Broadband TWC
    Linksys WRT54GSv4 1.06.3

Maybe you are looking for

  • The Favorite Content Portlet could not be populated

    Hi all, I am new in PORTAL, I made an Instant portlet which was working fine. But then started an error occuring when I view the Portal Page: "The Favorite Content Portlet could not be populated.<br/><br/>Error Message<br/>." This error is show in a

  • Can't create or combine files anymore!

    I have Adobe X pro for mac. When I click on 'create pdf' or 'combine files', I get a grey blob in the middle of my screen and then nothing else happens. Does anyone know how to fix this?

  • Can't access a bpel process from a standalone java client

    Hi i am using soa suite 10.1.3 and i'm trying to invoke a bpel process from a java client I am using the tutorial from this page: http://www.oracle.com/technology/products/ias/bpel/pdf/orabpel-Tutorial7-InvokingBPELProcesses.pdf but i am trying to do

  • Multi plotting limit?

    Hi there. I need to plot a force x position curve for a automated process and then some rectangles on it, that will be the regions of the graph that will be analyses ( if the graph passes through every rectangle I have, its fine ), but I am having s

  • How to overlay one pdf page onto other page?

    Hi,     I don't know how to overlay one pdf page onto other. Remember, i am not looking to merge them. Please let me know which software will help me in doing that. Thanks Sami