Form results return to multiple recipient

Is there a way of allowing forms to return the collected information to multiple recipient?
I would love if anyone could point me in the right direction.
Thanks a mil

You could build a process using Workbench that uses Forms and then send the information to multiple participants.
Jasmin

Similar Messages

  • Sending form results to a 2nd recipient

    I'm trying to modify the javascript line in my "contact" form
    to send the information (POST method) to a second email
    recipient. Here is the single-recipient code:
    <input name="Submit" type="submit"
    onClick="MM_validateForm('1','','RisEmail','textarea','','R');MM_callJS('mailto:recipient [email protected]');return
    document.MM_returnValue" value="Submit">
    I've tried commas, semicolons, plus signs, repeat of the
    MM_callJS statement all to no avail (only the first one is sent).
    I also looked into hosted forms, ended up sending an email to
    support which hasn't been answered 4 days later.
    Got me to thinking, maybe I could do it by modifying the
    above script? Instead of futzing with hosted forms.
    My host is Yahoo!, they pointed me to the script above -
    guess that's the one that plays with their form-handling script on
    the server.
    Thanks in advance for any help....
    -steve

    I use Jmail and in order to add a second recipient I repeat
    the first line with the second recipients address like so:
    msg.AddRecipient "[email protected]", "XXX Information"
    msg.AddRecipient "[email protected]", "XXX Office"
    I wonder if you should try something along the same lines.
    I'm not familiar with what you are using but maybe it should
    read something like:
    <input name="Submit" type="submit"
    onClick="MM_validateForm('1','','RisEmail','textarea','','R');MM_callJS('mailto:recipient [email protected]')('mailto:[email protected]');return
    document.MM_returnValue" value="Submit">

  • Appending results returned by multiple queries into 1 row?

    I have multiple select queries in a procedure. Each query processes different tables and returns one or two columns that need to be inserted to a staging table.
    The results of these queries should be appended to one row.
    select col1, col2 from table1 where......
    select col3, col4 from table2 where....
    Now the results of the above queries col1,col2, col3, col4 should be inserted to a temp table into one row as 4 columns.
    How would I achieve this?

    Thanks very much for everyone's help.
    I am little confused. How would this fit in my queries. Please help me figure out how should I put these queries together.
    SELECT
    o.outageid,
    et.Billlabor
    FROM
    emp_time et,
    job j,
    rate r,
    vend v,
    outage o,
    outage_emp oe
    where
    j.jobid = et.jobid
    and et.rateid = r.rateid
    and r.vendid = v.vendid
    and et.outage_empid = oe.outage_empid
    and oe.outageid = o.outageid
    group by
    j.outageid
    select
    o.outageid,
    count(e.empid) as empcount,
    decode(o.outage_hrs, 0, 1, 0),
    from
    employee e,
    outage_emp oe,
    outage o,
    outage_vend v
    WHERE
    e.empid = oe.outage_empid
    and oe.outageid = o.outageid
    and o.outageid = v.outageid
    group by
    o.outageid
    select
    o.outageid,
    et.INTLABOR
    from
    emp_time et,
    outage_emp oe,
    outage o,
    job j,
    rate r,
    vend v
    where
    j.jobid = et.jobid
    and et.rateid = r.rateid
    and r.vendid = v.vendid
    and et.outage_emp_id = oe.outage_empid
    and oe.outageid = o.outageid
    group by o.outageid

  • How to using one HTTPService to handle multiple result returns

    I have a HTTPService class that handles one fault and one result events. Is there a way to the same HTTPService to handle more than one result returns.
    For example, to handle Result1, Result2, ... events with different Listeners: Listener1, Listerner2, ...

    My approach would be to include the logic necessary to handle the possible results in my result handler. The result handler receives the ResultEvent and the logic conditionally executes based on the result returned.

  • Multiple recipient email addresses is not working  for xsl & PDF Attachment

    multiple recipient email addresses is not working properly when
    to list has some external email address and sending xls and PDF file as an attachment.
    Test Scenario:
    (A) Create mail target activity
    1)To email : use the multiple email id with some external domain (ex.
    [email protected] ,[email protected], [email protected])
    2)File attachment with .xls file and this file is sending to mail target as an inputstream(at runtime)
    3)Use all other valid parameter in activity.
    (B) Create a process flow File source to mail target
    Execute the process flow.
    Actual Result: Mail is received by every email account. Only external email account get correct file but other email account(as ([email protected])) attachment files
    displaying message
    �abc.xls� can not be accessed. The file may be read-only, Or you may be
    trying to access a read only location. Or, the server the document is stored on
    may not be responding.�
    When i trying to open xls and PDF file
    Expected Result:
    All type of file attachments should be supported with all valid email address
    (servers).
    Pls help me about this senario:
    What is problem in this case:
    I am sending code
    Session session =getSession(host,port,secure);
    session.setDebug(this._debug);
                   Transport trans = connect(host,port,session,userID,password);
                   Message message = new MimeMessage(session);
                   InternetAddress[] iAddr = null;
                   message.setFrom(new InternetAddress(fromName));
                   iAddr = InternetAddress.parse(toUserName, true);
                   message.setRecipients(Message.RecipientType.TO, iAddr);
                   message.setSubject(subject);
                   //BodyPart messageBodyPart = new MimeBodyPart();
                   Multipart multipart = new MimeMultipart();
                   MimeBodyPart messageBodyPart=null;
    if(dataLocation!=null && dataLocation.equalsIgnoreCase("ATTACHMENT")){
                        String tmpName=fileName;
                        if( inputstream != null)
                                  tmpName = makeAttachment(fileName,inputstream);
                        messageBodyPart = new MimeBodyPart();
                        DataSource source = new FileDataSource(tmpName);
                        messageBodyPart.setDataHandler(new DataHandler(source));
                        fileName = fileName.replace('\\', '/');
                        fileName = fileName.substring(fileName.lastIndexOf('/') + 1,
                                  fileName.length());
                        messageBodyPart.setFileName(fileName);
                        multipart.addBodyPart(messageBodyPart);

    First, when sending your message, the filename should be a simple
    filename, not containing any directory names.
    It sounds like your mail server might be doing some special
    processing of attachments, perhaps to prevent viruses.

  • Message tracking max results returned

    Hi All,
    On message tracking page the predefined max rsults returned value only have 3 options 250, 500 and 1000. May i know how can i increase query setting more than 1000 results return.
    Regards,
    Rock

    Hi Rock,
    You cannot increase the query to more than 1000, but you can change your other parameters.  For example, you could change the date scope until you get down to under 1000 results. 
    You will have to run multiple queries to pull all the data you're looking for, but unless/until they change the maximum results this will give you a workaround.
    Thanks,
    Rachel

  • Adobe Interactive Forms displaying returned tables

    can anyone help me display returned tables in adobe
    interactive forms
    i have an 2 adobe interactive forms, one for input
    the other for output on 2 different views
    the input form takes a few parameters, calls the
    back end RFC and the
    output form displays okay, but i just get the last
    row from the table
    i've tried binding 1 of the output table parameters to a drop down box and subform,the drop down box displays
    one of the return parameters but will not drop down
    whenever i include a subform i get a java error on
    the output form with no display
    i know there are several rows returned from testing the rfc inside abap workbench

    Hi Dennis,
    To display table in Adobe forms.
    Follow these steps :
    1. Insert one sub furm.
    2. make its type to flow content and flow direction to Table in object property.
    3. Insert another subform in above sub form and makes its type to flow content and flow direction  to Table row.
    4.In binding tab for this subform check the checkbox for "Repeat subform for each Data Item" and in min count you can specify at a time how much rows you want to display.
    5. Now place your UI Elements for Data view into this sub form.
    6. format these ui elements as you required.
    Run application now u can see multiple rows in adobe forms, if you have multiple elements in your table node.
    Let me know the status.
    Regards,
    Bhavik

  • Iterating through the result of a multiple row sql statement

    Hi all,
    I would like to access the results of a multiple row sql-statement. However I can't find out how to do this, can you help me here?
    I have tried using the "node-set" functions in xpath, but I can't seem to get it right.
    How should I approach this scenario?
    Sincerely
    Kim

    The jdbc service has the option of returning xml back to you ...if you do it this way then you can interogate the xml

  • Do I need a new case number for the Transfer of License Form? I am the recipient of a transfer of li

      Do I need a new case number for the Transfer of License Form? I am the recipient of a transfer of license product registration. The transferring person has already filled out and returned the transfer of license form. Do I use the same number or do I need a new number.

    You need to get a new number for yourself because the transferor and the recipient cannot use the same number.
    Reference: I chatted with an Adobe agent, and that was the response they gave me.

  • Send PO via email to multiple recipient

    Hi,
    We are using the standard output type NEU, medium 5 (external send).  But the standard PO process will send email to only 1 recipient.  The email will be taken from the vendor master where email is flagged as Standard.
    Is there any other way (or any user exit) to send PO to a multiple recipient (TO and COPY-TO)?  We are planning to maintain other email address from the contact persons address in vendor master.
    Appreciate your input.
    Thanks

    hi the following are the two scenarios defined plz look in
    Hi ,
    call the following function module in a loop and pass the values in the reciever list table with the no. of email ids and check the output .hope it works
    Creating the entry for the compressed document
    CLEAR gs_objpack-transf_bin.
    gs_objpack-head_start = 1.
    gs_objpack-head_num = 0.
    gs_objpack-body_start = 1.
    gs_objpack-body_num = gv_tab_lines.
    gs_objpack-doc_type = 'RAW'.
    APPEND gs_objpack TO gt_objpack.
    Entering names in the distribution list
    IF p_plist IS NOT INITIAL.
    gs_reclist-receiver = p_plist.
    gs_reclist-rec_type = gc_c.
    APPEND gs_reclist TO gt_reclist.
    CLEAR gs_reclist.
    ENDIF.
    Populating the reciever list
    gs_reclist-receiver = p_plist.
    gs_reclist-rec_type = gc_u.
    APPEND gs_reclist TO gt_reclist.
    Sending the document
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    EXPORTING
    document_data = gs_doc_chng
    put_in_outbox = gc_x
    commit_work = gc_x
    TABLES
    packing_list = gt_objpack
    object_header = gt_objhead
    contents_bin = gt_objbin
    contents_txt = gt_objtxt
    receivers = gt_reclist
    EXCEPTIONS
    too_many_receivers = 1
    document_not_sent = 2
    operation_no_authorization = 4
    OTHERS = 99.
    CASE sy-subrc.
    WHEN 0.
    WRITE: 'eMail sent successfully'(005).
    WHEN OTHERS.
    WRITE: / 'eMail could not be sent'(008).
    ENDCASE.
    in order to change that u have to alter ur print program and use condition value of nacha ...on the other side u have to configure the nace output type and make the scot settings.
    for this use the following code.
    *& Form nacha_5
    Send the Form as an Email
    -->P_FOUND Flag 'X' if sub routine is found
    FORM nacha_5 USING write_out TYPE xfeld
    CHANGING p_found TYPE xfeld.
    DATA : lv_mail_id TYPE so_name,
    lv_mail_tp TYPE so_escape VALUE 'U',
    l_subrc TYPE sy-subrc.
    p_found = 'X'.
    Get the Mail ID from the Control Table
    lv_mail_id = t_ctrl_app-recipient.
    Create The Recipient Object
    CALL FUNCTION 'CREATE_RECIPIENT_OBJ_PPF'
    EXPORTING
    ip_mailaddr = lv_mail_id
    ip_type_id = lv_mail_tp
    IMPORTING
    ep_recipient_id = w_recipient
    EXCEPTIONS
    invalid_recipient = 1
    OTHERS = 2.
    IF sy-subrc NE 0.
    IF write_out = 'X'.
    FORMAT COLOR 6.
    WRITE AT /5 text-001.
    ENDIF.
    RAISE other.
    ENDIF.
    Create The Sender Object
    CALL FUNCTION 'CREATE_SENDER_OBJECT_PPF'
    EXPORTING
    ip_sender = sy-uname
    IMPORTING
    ep_sender_id = w_sender
    EXCEPTIONS
    invalid_sender = 1
    OTHERS = 2.
    IF sy-subrc NE 0.
    IF write_out = 'X'.
    FORMAT COLOR 6.
    WRITE AT /5 text-002.
    ENDIF.
    RAISE other.
    ENDIF.
    Populate the Control Data & Title
    w_sf_control-device = 'MAIL'.
    w_sf_control-no_dialog = 'X'.
    w_sf_control-langu = t_ctrl_app-spras.
    Nacha = 2
    Populate the Fax Number and the country.
    Data : lv_fax_tp TYPE so_escape VALUE 'F',
    lv_fax = t_ctrl_app-recipient.
    lv_land1 = t_ctrl_app-country.
    Create the Recipient Object
    CALL FUNCTION 'CREATE_RECIPIENT_OBJ_PPF'
    EXPORTING
    ip_country = lv_land1
    ip_faxno = lv_fax
    ip_type_id = lv_fax_tp
    IMPORTING
    ep_recipient_id = w_recipient
    EXCEPTIONS
    invalid_recipient = 1
    OTHERS = 2.
    IF sy-subrc NE 0.
    IF write_out = 'X'.
    FORMAT COLOR 6.
    WRITE AT /5 text-004.
    ENDIF.
    RAISE other.
    ENDIF.
    Create The Sender Object
    CALL FUNCTION 'CREATE_SENDER_OBJECT_PPF'
    EXPORTING
    ip_sender = sy-uname
    IMPORTING
    ep_sender_id = w_sender
    EXCEPTIONS
    invalid_sender = 1
    OTHERS = 2.
    IF sy-subrc NE 0.
    IF write_out = 'X'.
    FORMAT COLOR 6.
    WRITE AT /5 text-003.
    ENDIF.
    RAISE other.
    ENDIF.
    Populate the Control Data
    w_sf_control-device = 'TELEFAX'.
    w_sf_control-no_dialog = 'X'.
    w_sf_control-langu = t_ctrl_app-spras.
    Populate the Output Options.
    w_output_options-tdteleland = lv_land1.
    w_output_options-tdtelenum = lv_fax.
    w_output_options-faxformat = 'PS'.

  • Display form results

    I am creating an HTML form for a customer where customers
    will fill out the form then print it off to send in with a
    registration payment. Is there a way I can have the user redirected
    to another page with the form results displayed so that they can
    print them. I do not want to create a database for this as the
    customer does not have hosting yet and I am not sure what database
    would be available. They also are not going to be saving the
    information. I could have the user just print the form after it is
    filled out but that obviously does not look as good. Appreciate any
    ideas you might have.

    Thank you for the quick response.
    I have never done any coding in ASP so sorry if I have
    several questions that might seem very basic. Below is the start of
    my form including the first two form fields. Is the post method
    correct?
    <form action="print.asp" method="post" name="form1"
    target="_blank">
    <table width="98%" align="center" cellpadding="5">
    <tr>
    <td colspan="2"><p align="center"
    class="headline">Required
    fields are marked with a *. Please be sure
    to fill in all required fields.</p>
    </td>
    </tr>
    <tr>
    <td class="headline"><div align="right"
    class="style8">
    <label class="style5">Course Date: </label>
    </div>
    </td>
    <td class="normal"><select name="course">
    <option value="">Select a course date
    <option value="March 5th-9th, 2007">March
    5th-9th, 2007
    <option value="March 26th-30th, 2007">March
    26th-30th, 2007
    <option value="April 16th-20th, 2007">April
    16th-20th, 2007
    <option value="April 30th - May 4, 2007">April
    30th - May 4, 2007
    <option value="June 4th-8th, 2007">June 4th-8th,
    2007
    <option value="June 25th-29th, 2007">June
    25th-29th, 2007
    <option value="July 23rd-27th, 2007">July
    23rd-27th, 2007
    <option value="August 13th-17th, 2007">August
    13th-17th, 2007
    <option value="September 10th-14th">September
    10th-14th
    </select>
    </td>
    </tr>
    <tr>
    <td class="headline"><div align="right"
    class="style8">
    <label class="style5">Contact Name: </label>
    </div>
    </td>
    <td><label>
    <input name="name" type="text"
    onBlur="MM_validateForm('name','','R','address1','','R','city','','R','phone','','R','ema il','','R');return
    document.MM_returnValue" value="" size="25"/>
    </label>
    <span class="headline
    style5">*</span></td>
    </tr>
    Not exactly sure how to do the Request.Form("nameOfElement")
    for the "print" page. I understand that "nameOfElement" would be
    changed to "course" and "name" but not sure on the rest. Should
    this be in a "form"? Again, sorry, never worked with ASP before.

  • How do I reorder the form results from a non-BC form in Muse?

    I have a problem with Muse, in that the emails that get delivered from filled-in forms have various fields in the wrong order and not the order that the fields appear in the actual form.
    How do I ensure the form results emails maintain the order of the fields in the form?
    For example, on the www.actconstruction.com Subcontractors form, several of the fields are wildly out of order. Here's a screen capture of the form results email:
    Here's the form as it appears on the site. You can see the fields are in completely different order to the results emai:
    So, how do I make sure the fields follow a particular order that I want them to (i.e. in the order I placed them in the form itself)?
    The form can be seen at www.actconstruction.com/contact-us.html. This shows the actual order of information. The form results email should follow the order exactly as shown on the web site.
    I've had complaints from clients about this and need to handle it immediately. Please have someone get back to me with a figure-out.
    Many thanks,
    Len Williams
    727-466-6888

    I have a problem with Muse, in that the emails that get delivered from filled-in forms have various fields in the wrong order and not the order that the fields appear in the actual form.
    How do I ensure the form results emails maintain the order of the fields in the form?
    For example, on the www.actconstruction.com Subcontractors form, several of the fields are wildly out of order. Here's a screen capture of the form results email:
    Here's the form as it appears on the site. You can see the fields are in completely different order to the results emai:
    So, how do I make sure the fields follow a particular order that I want them to (i.e. in the order I placed them in the form itself)?
    The form can be seen at www.actconstruction.com/contact-us.html. This shows the actual order of information. The form results email should follow the order exactly as shown on the web site.
    I've had complaints from clients about this and need to handle it immediately. Please have someone get back to me with a figure-out.
    Many thanks,
    Len Williams
    727-466-6888

  • How can I show all the results returned by a sql query?

    Hi guys,
    I need your help.
    Let's say I have one table: TableA. Fields of TableA are aleg, anon, apes. The following sentence can return, in general, several rows: select anon from TableA where aleg = somevalue. I'd like to show the result of column anon but no luck. If I try to show the results in a TextArea and the origin is an sql query only shows the first row value. I tried Show as: show as text (based in PLSQL) and coding an anonymous plsql block as
    DECLARE
    v_anon TableA.anon%TYPE;
    CURSOR v_cur IS
         select anon from TableA where aleg = somevalue;
    BEGIN
    OPEN v_cur;
    LOOP
    FETCH v_cur INTO v_anon;
    EXIT WHEN v_cur%NOTFOUND;
    :FIELD_IN_FORM := v_anon;
    END LOOP;
    CLOSE v_cur;
    END;
    but in this case it's not shown any result.
    So the first question is what kind of field should I use to show the result. And the second one is what can I do to being able to show all the results returned by the query (provided that is more than one single row).
    regards

    Hi Denes,
    Just starting with apex. I think I know how to show the results in a report region. I've simplified the posted question.
    A more detailed question would be: Suppose you have a region where you have put several text areas to accommodate the result of a multi-column query (lets say for TableA) that only returns one row, each column value returned put in a different text area. Also you want to show the values of other fields in TableB that depends on some value just retrieved from TableA and that you want all values retrieved (from TableA and the linked TableB) to be show in the same region. Is that possible? If yes, how?
    Thank you in advance

  • DW CS5, Sending contact form results to email with page redirection using php script

    I am currently building a site from scratch with Dreamweaver, with the intent of replacing my current website layout that was designed using Intuit's website builder. My dreamweaver site is not online, but i have setup a local test server on my computer, using XAMPP, and i have an apache server with a MySQL database and a mercury mailserver running. I mention that in case it makes a difference in your answers. If necessary, I can include those settings, but that may be asking too much.
    I have an html contact form for users to schedule service appointments. I need the resulting actioned php file to do the following after submit is clicked: verify certain fields have been entered; prevent spammers or verify human visitors; send the form results to a (hidden from public view of any kind) email address; redirect user to a confirmation page, or an error page.
    I found the following code but being less than a newbie im not sure what needs to be changed, or if its even the right script i should be using:
    5 <?php
    6 $email = $_POST['email'];
    7 $mailto = '[email protected]';
    8 $mailsubj = 'You Have a Service Request';
    9 $url = '/MyLandingPage.html';
    10 $req = '0';
    11 $mailbody = "Results from form:\r\n";
    12 $space = ' ';
    13 $line = '
    14 ';
    15 foreach ($_POST as $key => $value)
    16 {
    17 if ($req == '1')
    18 {
    19 if ($value == '')
    20 {echo "$key is empty";die;}
    21 }
    22 $j = strlen($key);
    23 if ($j >= 20)
    24 {echo "Name of form element $key cannot be longer than 20 characters";die;}
    25 $j = 20 - $j;
    26 for ($i = 1; $i <= $j; $i++)
    27 {$space .= ' ';}
    28 $value = str_replace('\r\n', "$line", $value);
    29 $conc = "{$key}:$space{$value}$line";
    30 $text .= $conc;
    31 $space = ' ';
    32 }
    33 mail($emailadd, $subject, $text, 'From: '.$emailadd.'');
    34 echo '<META HTTP-EQUIV=Refresh CONTENT="0; URL='.$url.'">';
    35 ?>
    Can anyone please illuminate me on what I need?
    Thank You in advance

    Take a read here, this might enlighten you a little.
    http://www.paulgdesigns.com/learncontactform.php
    You are doing this with your local testing server, is it set up to email?
    Gary

  • Can I set up form results to be viewed in a password protected area?

    Hi,
    I am trying to create a form to capture leads for my new lead capture website. I have a bankruptcy business and would like another, new website that I can capture bankruptcy leads from a form. A lead would, of course, be someone who comes to my site and is interested in contacting with an attorney to schedule a free consultation by filling out an online form - "name, state, county, debts, etc.)
    What I would like to do is set up a nationwide site and sell, refer, give, trade? leads from other states to other local attorneys.
    So, my question is, could I set up a form with FormsCentral that I could integrate with a password protected section of my website that the other lawyers could login to in order to check form results? Could it be set so many different users (ie lawyers advertising on my site) could login to check results for their personalized form (for example lawyer A in State A can log into his own private page to check results from Form A, lawyer B in State B can login to a private page to check results from form B and so on and so forth...) Would I need a developer to code this application? Any help would be appreciated.
    Obviously this project was a larger than I expected.
    Thanks a lot!

    We likely wouldn't be a good fit for this. You'll likely have to build a custom application (developer doing coding) to support your use case.
    Randy

Maybe you are looking for

  • I have lost the adobe acrobat 9 pro serial number

    The serial number is unreadable and I have a new computer. any options?

  • Adding 1 PDF to many seperate PDFs

    I've been trying to figure out a way to take one PDF (a title page) and adding it to many different PDFs. I would prefer to not do this manually because at my company we're changing things all of the time. Is there any way to just apply my title page

  • Can't open .ircp saved projects in Speedgrade CC

    After saving a project in Speedgrade, I'll try and reopen the .ircp file and receive this error message:      Error      Expected <      File: /Volumes/HDD_name/EDL_name/Directory_name/Project_name.ircp      Line: 37 Column: 55 It doesn't matter what

  • Three Finger Swipe on Finder

    I'm using MacBook Pro Retina, 15-inch, Early 2013 After the install of Mavericks, three finger swipe doesn't work on Finder. Trackpad Settings is right at how it should be (Swipe between pages is ticked and with Swipe with three fingers) It works fin

  • Pan has no effect when routed to a bus/Aux anyone have a clue?

    I am out putting vocals through to a bus for processing and noticed that when i pan the original track it has no effect - the signal stays centred.. I have tried finding a previous post on this and cannot find one... does anyone know why this is happ