XML forms - send email

Dear friends,
   Using xml forms editor, is it possible to create a button which, when clicked, will send emails to selected recepients? Does xml forms provide this functionality?
Any help is appreciated,
Thanks,
  Mandar

Hi Patricio,
Thanks for your prompt response. I am not trying to show documents using xml forms. What I want to achieve is
Create a form which will have send button, which when clicked sends out emails to selected recepients. I was thinking of creating a workflow template using xml forms. Is this something possible?
I am too familiar with xml forms so any input from your side is valuable to me.
Thanks and Regards,
  Mandar

Similar Messages

  • Form Sends Email from Adobe Pro X but not from Adobe Reader x

    I have windows 7, adobe pro X and adobe reader X, and thunderbird 9.01 email client.
    I have a PDF form (created in lifecycle 9.0.0.2_) that is complete and is reader extended though adobe pro x.
    It will send the email correctly in abobe pro x, it opens all the correct windows etc and sends, and I receive the filled out PDF form.
    When I open the form in adobe reader X it opens the correct window as before, but never sends the email.
    Can any one here be of some help.
    Thanks
    Steve

    Did you reader extend the form?
    Open the form in Adobe Acrobat PRO.
    Goto Advanced menu -> Enable usage rights in Adobe Reader and save file..
    Thanks
    Srini

  • Send Email to Sharepoint Group

    Hi All,
    How can i send email to sharepoint group? using infopath form send email data connection.
    1) I have created three groups i.e GroupA, GroupB and GroupC. i have a dropdown list (Items are GroupA,GroupB,GroupC) in my form. lets say user selected GroupA from dropdownlist then up on submit i have to send an emal to GroupA.
    --> Can this be possible? if yes then how
    2) I have another alternate solution. can this be achieved? please let me know
    I have created a three sharepoint custom list for GroupA, B & C in that few listed users email id are present.
    Here my questio is:
    1) How can i get the list of all the users when user select GroupA/GroupB/GroupC in dropdown list and sends an email to those users on submit button?
    2) Can this be possible Using Rules/setting Condition? If not
    3) Can this be achieved by using vbscript? because my client doesn't want to go with manage code and the big problem is i didn't have any idea on VBScript
    Please help me. Thanks in Advance.
    Mohammed

    All this can easily be done with a pretty simple workflow.  Is there a reason you're not doing it that way?  It's best NOT to send the entire form via email, because the data is immediately out of date, the formatting gets messed up, it requires
    InfoPath to be installed on the client, and it duplicates the data across the system.
    Please explain why you want to send via email submit instead of workflow, and then I'll see about testing your scenarios.
    SharePoint Architect || Microsoft MVP ||
    My Blog
    Planet Technologies ||
    SharePoint Task Force

  • Adding the send email function on a form.

    Hey,
    This has been bugging me lately. I have tried lots of methods
    to try and get this form to send to a specified email, yet I cannot
    get my head around it. I tried integrating PHP, it worked...to some
    extent. Problem was that the application was not defined as a form
    and the email sent was all screwed up ( no titles and shizzles ).
    Also, I had to add validators to the form, so I had to start from
    scratch again.
    Here is the current form code.
    <?xml version="1.0" encoding="utf-8"?>
    <!-- validators\FullApp.mxml -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.events.ValidationResultEvent;
    private var vResult:ValidationResultEvent;
    private function validateAndSubmit():void {
    vResult = fNameV.validate();
    if (vResult.type==ValidationResultEvent.INVALID)
    return;
    vResult = lNameV.validate();
    if (vResult.type==ValidationResultEvent.INVALID)
    return;
    ]]>
    </mx:Script>
    <mx:Model id="formInfo">
    <formData>
    <name>
    <firstName>{fNameInput.text}</firstName>
    <lastName>{lNameInput.text}</lastName>
    </name>
    <phoneNum>{phoneInput.text}</phoneNum>
    <email>{emailInput.text</email>
    </formData>
    </mx:Model>
    <mx:StringValidator id="fNameV"
    required="true"
    source="{fNameInput}"
    property="text"/>
    <mx:StringValidator id="lNameV"
    required="true"
    source="{lNameInput}"
    property="text"/>
    <mx:PhoneNumberValidator id="pnV"
    source="{phoneInput}"
    property="text"/>
    <mx:EmailValidator id="emV"
    source="{emailInput}"
    property="text"/>
    <mx:Form x="271" y="25">
    <mx:FormItem label="First name">
    <mx:TextInput id="fNameInput"/>
    </mx:FormItem>
    <mx:FormItem label="Last name">
    <mx:TextInput id="lNameInput"/>
    </mx:FormItem>
    <mx:FormItem label="Phone">
    <mx:TextInput id="phoneInput"/>
    </mx:FormItem>
    <mx:FormItem label="Email">
    <mx:TextInput id="emailInput"/>
    </mx:FormItem>
    </mx:Form>
    <mx:Button label="Submit"
    click="validateAndSubmit();" x="373" y="195"/>
    </mx:Application>
    I know I have to add some sort of HTTPService and then
    connect it to a PHP form sender. But how? I have searched high and
    low and have yet to find a solid answer with some good code that
    will work with most forms.
    Thanks a lot.
    Kindest regards,
    David

    Have you checked out the RIA Codes tutorial at http://www.riacodes.com/flex/create-an-email-form-in-flex-with-php/? They show how to do this, I'm pretty sure.

  • How to send generated form in PDF form through email

    hi,
    i am working on interactive form in Webdynpro Java, when i am trying to send pdf form as an attachment. i kept Email Submit button in the form and when i am clickink on send email button it is taking local outlook user in default and attachment as .XML attachment. i want attachment as .PDF form.
    can any body please help.
    thanks,
    kishore.

    hi,
    Read the following blog it is explaining nicely about this scenario.
    Sending mail with an online interactive form(pdf) as an attachment.
    Thanks and Regards
    shanto aloor

  • Sending a pdf form through email

    Hi,
    I want to send a pdf form through mail for this i have to write code(given below) but my problem is that
    it send a xml file to vendor. i want to send its pdf form. how it is possible.........................
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
      EXPORTING
        buffer                = fp_outputparams
      APPEND_TO_TABLE       = ' '
    IMPORTING
      OUTPUT_LENGTH         =
      TABLES
        binary_tab            = lt_att_content_hex.
    CLASS cl_bcs DEFINITION LOAD.
    DATA:
    lo_send_request TYPE REF TO cl_bcs VALUE IS INITIAL.
    *--Create persistent send request
    lo_send_request = cl_bcs=>create_persistent( ).
    Message body and subject*****************************************************************************************
    DATA:
    lt_message_body TYPE bcsy_text VALUE IS INITIAL,
    lo_document TYPE REF TO cl_document_bcs VALUE IS INITIAL.
    APPEND 'Dear Vendor,' TO lt_message_body.
    APPEND ' ' TO lt_message_body.
    APPEND 'Please fill the attached form and send it back to us.' TO lt_message_body.
    APPEND ' ' TO lt_message_body.
    APPEND 'Thank You,' TO lt_message_body.
    lo_document = cl_document_bcs=>create_document(
                                   i_type = 'RAW'
                                   i_text = lt_message_body
                                   i_subject = 'Vendor Payment Form' ).
    DATA: lx_document_bcs TYPE REF TO cx_document_bcs VALUE IS INITIAL.
    TRY.
        lo_document->add_attachment(
                     EXPORTING
                     i_attachment_type = 'PDF'
                     i_attachment_subject = 'A Test Adobe Form').
                   i_attachment_size =
                   i_attachment_language = space
                   i_att_content_text =
                   i_attachment_header =
                   i_att_content_hex =  lt_att_content_hex ).
      CATCH cx_document_bcs INTO lx_document_bcs.
    ENDTRY.
    Add attachment
    Pass the document to send request
    lo_send_request->set_document( lo_document ).
    Create sender
    DATA:
    lo_sender TYPE REF TO if_sender_bcs VALUE IS INITIAL,
    l_send TYPE adr6-smtp_addr VALUE  '.............'.
    lo_sender = cl_cam_address_bcs=>create_internet_address( l_send ).
    Set sender
    lo_send_request->set_sender(
                            EXPORTING
                                i_sender = lo_sender ).
    Create recipient
    DATA:
    lo_recipient TYPE REF TO if_recipient_bcs VALUE IS INITIAL.
    lo_recipient = cl_sapuser_bcs=>create( sy-uname ).
    Set recipient
    lo_send_request->add_recipient(
                              EXPORTING
                                  i_recipient = lo_recipient
                                                i_express = 'X' ).
    lo_send_request->add_recipient(
                              EXPORTING
                                  i_recipient = lo_recipient
                                                 i_express = 'X' ).
    Send email
    DATA: lv_sent_to_all(1) TYPE c VALUE IS INITIAL.
    lo_send_request->send(
                              EXPORTING
                                  i_with_error_screen = 'X'
                              RECEIVING
                                  result = lv_sent_to_all ).
    COMMIT WORK.
    MESSAGE 'The payment form has been emailed to the Vendor' TYPE 'I'.
    Thanks in advance
    Shri

    Try below logic.
      DATA : it_objpack   TYPE STANDARD TABLE OF sopcklsti1 ,
             it_objtxt    TYPE STANDARD TABLE OF solisti1 ,
             it_objbin    TYPE STANDARD TABLE OF solisti1 ,
             it_reclist   TYPE STANDARD TABLE OF somlreci1 ,
             wa_doc_chng  TYPE sodocchgi1,
             wa_objhead   TYPE soli_tab,
             l_attachment TYPE i,
             l_testo      TYPE i.
      DATA:   wa_objpack TYPE sopcklsti1,
              wa_objtxt TYPE solisti1 ,
              wa_objbin TYPE  solisti1 ,
              wa_reclist TYPE  somlreci1 .
      CLEAR:  wa_reclist,
              wa_objhead,
              wa_objtxt,  it_objtxt[],
              wa_objbin,  it_objbin[],
              wa_objpack, it_objpack[].
    Object with PDF.
      CLEAR wa_objbin.
      REFRESH it_objbin.
      it_objbin[] = gt_mess_att[].
      DESCRIBE TABLE it_objbin LINES l_attachment.
    Object with main text of the mail.
      LOOP AT it_message INTO wa_message.
        wa_objtxt = wa_message. APPEND wa_objtxt TO it_objtxt.
      ENDLOOP.
      DESCRIBE TABLE it_objtxt LINES l_testo.
    Document information.
      wa_doc_chng-obj_name = 'test'.
      wa_doc_chng-expiry_dat = sy-datum + 10.
      CONCATENATE 'Amex Settlement' ' '
                    INTO wa_doc_chng-obj_descr .
    doc_chng-sensitivty = 'F'.
      wa_doc_chng-sensitivty = 'P'.
      wa_doc_chng-obj_prio = '1'.
      wa_doc_chng-doc_size = l_testo * 255.
      CLEAR wa_objpack-transf_bin.
      wa_objpack-head_start = 1.
      wa_objpack-head_num   = 0.
      wa_objpack-body_start = 1.
      wa_objpack-body_num   = l_testo.
      wa_objpack-doc_type   = 'RAW'.
      APPEND wa_objpack TO it_objpack.
      CLEAR wa_reclist.
      wa_reclist-copy = 'X'.
      IF wa_email IS NOT INITIAL.
        wa_reclist-receiver = wa_email-value1.
        wa_reclist-express  = 'X'.
        wa_reclist-rec_type = 'U'.
        wa_reclist-notif_del = 'X'.
        wa_reclist-notif_ndel = 'X'.
        APPEND wa_reclist TO it_reclist.
       ENDLOOP.
        CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
            document_data              = wa_doc_chng
            put_in_outbox              = 'X'
            commit_work                = 'X'
          TABLES
            packing_list               = it_objpack
            object_header              = wa_objhead
            contents_bin               = it_objbin
            contents_txt               = it_objtxt
            receivers                  = it_reclist
          EXCEPTIONS
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
            OTHERS                     = 8.
        IF sy-subrc <> 0.
          WRITE 'Cannot send email'.
        ENDIF.
      ENDIF.

  • Data in XML files from emailed PDF form

    I have set up a form based on a template andam having problems with the resulting XML. When I click on the e-mail to test it and I open the XML file in Excel, I get multiple rows of data - it's almost like it stores the data from previous completions of the form. What am I doing wrong?

    Are you clicking the Send Email button while previewing the pdf form?
         -> If yes, have you specified preview data on Form Properties panel?
                    -> If yes, does your form contain Table or repeatable subforms?
    If all the above point are true, you will get multiple data in your xml.
    Nith

  • Emailing contents of XML form

    Hi, I have designed an XML form (using XML Forms Builder ) which accepts input from the user and when the user clicks on the "Send" button, the data needs to be saved as well as sent to 3 email addresses. Currently, I have created 2 iviews namely "Admin Form" iView and "Display Form" iView. When I preview "Admin Form" iview, I see a link which says "New InputForm" (where, InputForm is the name of my form). When I click on the "New InputForm" link, I am able to enter data and then preview it. In the "Display Form" iview, I only display the data. Now is it sufficient to have just the "Admin Form" iview since, I just need to accept input from the user? Also, do I have to edit "RenderConfig.properties" file, since I already see only the "New InputForm" link in "Admin Form" iView? If so, can you please tell me how to go about with editing the "RenderConfig.properties" form and also under what name should I save it? Also can you please tell me in which file I can find my source code? I believe I need to call a component from the code which will email the input to the recepients. I have just started learning XML and hence all these questions. Can you please point me in the right direction? Thanks for all your valuable time and effort.
    Sincerely,
    Sri

    Hi Sri,
    You need to develop a custom EventReceiver (there is an example of a simple eventreceiver somewhere on SDN...), which should be triggered when the user presses the send button. As far as I know, there is no way to find out which button has been pressed, the eventreceiver just listens to events such as "create" and "edit" (So it will work if you always want to email the xmlform).
    The flow of the program will be something like:
    -user gives input in xmlform, and saves
    -eventreceiver gets the "create" event (here you should check if the resourcetype is the xmlform you created)
    -eventreceiver gets the content of the xmlform input (most likely you will want the formatted input e.g. use ...Show.xsl), for this you can use the XMLFormsService.
    -send the emails using the mail API
    Hope this helps.
    Johan

  • 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

  • Apex 4: How to send email when form is submitted?

    Hi,
    Using Apex 4.0.2 on DB 11g, I've a form with around 80 fields and 4 check boxes.
    When the user clicks on submit button, besides saving the values in the database I also have to send emails. Selection of the 4 check boxes decides whom the email has to go to, i.e if 2 check boxes are checked, send 2 emails.
    In the emails, some contents will be based on the data the user has filled and some from the database; also data in different emails will be different.
    From what I've read, to send email I've to use APEX_MAIL API and make a conditional process depending on the check boxes selected. Also that I have configure mail server in database and that mail sever has to accept autonomous user (i.e. sending email without password)
    Is this the right approach?
    How can I do this?
    Is there any example/tutorial that will guide me in doing this?
    Thank you for your time.

    The Apex email package is very simple.
    v_id := apex_mail.send(
              p_to        => v_to,
              p_from      => v_from,
              p_subj      => v_subject,
              p_body      => v_body,
              p_body_html => v_html);It's up to you how you get the values of the variables.
    Also that I have configure mail server in database and that mail sever has to accept autonomous userThe mail server is not in the database, but you do have to inform Apex which server to use (smtp.yourcompany.com).
    Most smtp servers require user and password. In that case you have to write your own procedure. Search the pl/sql forum for email authentication and you will find many examples.
    It is probably also possible to configure the smtp server in such a way that requests coming from the database do not need authentication. That is how we have it configured (but I don't know how the administrator did it, though).

  • How can I create a contact form for sending emails in SharePoint Online?

    Dear Forum members,
    I´ve got a question about creating a custom contact form to send emails for a public site in SharePoint online.
    Could someone help us with some advise?
    In advance, thank you very much.
    Kind regards,
    Frits

    You can create Custom list and make alerts enable to send emails as soon as contact created.
    Bala

  • Customization of DAC to send emails in XML format

    Hi,
    We need to customize DAC to send emails in XML format to the support team whenever there is a failure of the ETL load.
    We use the HPSC ticketing system.
    Any help to achieve this functionality is much appreciated.
    we have tried to customize the existing email template of DAC, but it is not serving the purpose to generate the ticket in HPSC.
    To generate the HPSC ticket, we have a XML format. We need to customize DAC to use this format.
    This is the version of Oracle BI application we are using:
    Build: 10.1.3.2.1.070411.1900
    Release Version: Oracle Business Intelligence 10.1.3.2.1
    Package: 070411.1900
    Build: 7.9.1.032307.0900
    Release Version: Oracle Business Intelligence Applications 7.9.1
    Package: 032307.0900
    Regards,

    Hi,
    We have raised a SR with Oracle support and are in touch with Engineering also today onwards. However, would like to try out options while waiting for a solution/workaround for this issue.
    Regards,

  • Is it possible to get the information from the complete forms send to different email account

    When i have a paid account is it than possible to get the information from the different forms send to seperate emailaddresses.
    Who dont have a account from formscentral but just need the information directly in there own inboxes?
    Because we're looking for a good and simple way to make qoustion & complain forms. But these need to go to different people in the company.

    You can have notifications sent to multiple email addresses, but each will need to have a FormsCentral account.  They can be free accounts.  What you do is create your form and set up the email addresses that you want the information to go to to be Co-authors or Contributors.  The co-author/contributor accounts will then need to log into FormsCentral, go to the Options tab and check the email notifications checkbox. 
    I hope this helps.
    -Jeff

  • Hi - I created a form in Adobe Livecycle and have a button on it to send the form via email.  t worked, but only for those with PC.  I could not get it to work with Apple Yosemite even with reader installed .  is there a way i can make it work for apple /

    Hi - I created a form in Adobe Livecycle and have a button on it to send the form via email. It worked, but only for those with PC. However,  I could not get it to work with Apple loaded with Yosemite even with reader installed .  Is there a way i can make it work for apple / Mac? It worked fine on a mac using Mountain Lion and reader
    Thanks

    LiveCycle = XFA forms.
    afaik - These cannot be used in Apple OSs.
    Be well...

  • Hi - I created a form in Adobe Livecycle and have a button on it to send the form via email.  the button did not work and i looked online and saw where you could change it to a regular button and enter the email for it to go.  it worked, but only for thos

    Hi - I created a form in Adobe Livecycle and have a button on it to send the form via email.  the button did not work and i looked online and saw where you could change it to a regular button and enter the email for it to go.  it worked, but only for those with adobe pro.  i could not get it to work with reader.  is there a way i can make it work for reader?

    Noted.
    The LiveCycle user to user forum is across town at:
    Adobe LiveCycle 
    Be well...

Maybe you are looking for

  • Create ticket using CRM_ORDER_MAINTAIN

    I am creating a service ticket using the above mentined RFC. I want to insert the problem area and actual fault as Level1 (parent) and Level2 (child) within the problem area. For that I am making use of the lt_service_os table and building the subjec

  • Connect Non-SAP Oracle db (32bit) in sql 2005 (64 bit) using linked server

    Hi, I am connecting Oracle 10g database from SQL 2005 using linked server, in which i get the error "Cannot initialize the data source object of OLE DB provider "MSDAORA" for linked server "L2ORACLE". OLE DB provider "MSDAORA" for linked server "L2OR

  • Root Handles (icons next to the node) not visible in TreeTable

    Hi i am using the example provided at www.java.sun.com for TreeTable. I have a tree table and when i add new nodes the data is visible in the table but the handles are not visible. I don't know how to resolve this problem. Below is my code where i'm

  • 11gR2 win2008

    hi all is 11gR2 on windows 2008 available or not because i am not able to get the link thanks Edited by: user12104101 on Nov 17, 2009 11:17 PM

  • How to get this effect? (photo included)

    I want to create on my photos that effect that is a sort of red, or purple glow. Its often used and its something i cant find how to do it. http://www.andimayr.de/pictures/people/pl_17.jpg That is an example. Thanks!