Submitting Forms via Email

I have created an order form in LiveCycle that i wish to post on my website. I want my customers to be able to open the form directly from the site, fill it in, click submit, and for their form to be emailed directly back to me. I have tried a couple of different forms, however, when the customers click the submit button, nothing is ever sent, it will only ever try to save the document elsewhere, and this is not practical for my customers. I am convinced that i have set the form up correctly, and distributed it correctly in Adobe Acrobat, but it still does not work.
Any help would be highly appreciated!!
CraigM

Unfortunately, I think that the only data structure you can get with Designer is XML. If you recast the form in Acrobat (form tools are under the TOOLS menu, not the FORMS menu (this one takes you to Designer), you should be able to select HTML as an output data format. The only reason that would be important is if you collected the data in cgimail or formmail. An example of HTML for a web form is given at "http://www.computing.vt.edu/internet_and_web/web_publishing/webmasters_toolkit/web_form_ma iler/quickstart.html". Yes, this is HTML, but you can do the same thing by including the hidden fields in a PDF form and submitting to the formmail server. You can not use this one as it only works for folks at VT, but it provides an example. You can check with your ISP provider to see if there is such a form service available to you.
As sample form return from a HTML submit is as follows (from a different server than the VT.EDU one above):
=======================================================
Below is the result of your feedback form.  It was submitted by
([email protected]) on Thursday, July 29, 2004 at 21:31:37
http://www.server???.net/ordsubmit.html
Order:
Name:    Home C. Name
Address:    555 5th St
City:    Anywhere, State  99999
Phone:    (xxx) yyy-yyyy
E-Mail:    [email protected]
Subject:    Order Request
Payment:    Credit
Comment:
Order Items:
#    Code    Color    Size    Quantity    Cost    Item
0    1311    white    king    5    35.00    Big_Foot_athletic_socks
1    401    white    6X    3    42.00    Players_two-pack_briefs
SubTotal:        77.00
Tax:        3.47
Shipping:        8.00
Total:        88.47
=======================================================
If this suffices, then submitting your form as HTML data with the hidden fields will do the job.
If that is not adequate, then at least just submit the data to you by e-mail (that will do for 80-90% of the time) while you work out how to submit to a web server. The XML or FDF files can be imported to the form file, giving you the same result as if the full form had been sent (and no extended rights are needed). With a little programming skill, or with the form, you can insert the data from the form to a database file (sorry, I have not done it, just know you can).
I suggest you try to work things out in steps until you reach the final solution needed. Bill

Similar Messages

  • Error message received submitting form via email - "Acrobat cannot connect to the server"

    Some of my users are unable to submit form data.  The forms are set up to be submitted via email and only a few of the users are effected.  They have installed the latest versions of both Acrobat and Adobe Reader.
    "Acrobat cannot connect to the server, but will automatically submit your form once the server is online.  You can check tracker for the status of this submission."
    "You have already submitted the data on this form and it is waiting to be sent.  Further changes are not allowed until the prior data is sent."
    I know that this question has been asked before, but there has not been a response.  This is very frustrating.
    Thanks for any help or sugesstions.

    I have this exact same error, but also have not yet found a workaround.
    Only sporatic users get the error, and I've been unable to duplicate it from my machine.  I am on Adobe Reader v 10.1.2.
    Actually I can get around the error if I were to downgrade to Adobe v9, but that is a bandaid fix - not really a secure answer.

  • Naming of PDF when submitting form via email...

    Is there a way to name the pdf that gets attached to the email when using the submit by email button? currently it seems to assign a random selection of characters as the name of the pdf.

    Please see following thread:
    http://forums.adobe.com/message/4450906

  • 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...

  • Need to send Smart form via email through Driver program

    Hi All,
    We need to send smart form via email through a new driver program (z program). Can you please guide me on this.
    I have used the following code to achieve this. We are getting message saying 'Mail request has created' when executed, but the mail is not sent.
    lvs_comm_type = 'INT'.
    lvs_comm_values-adsmtp-SMTP_ADDR = e_mail.
    lvs_comm_values-adsmtp-R3_USER = 'X'.
    lvs_comm_values-adsmtp-ENCODE = '0'.
    call function 'CONVERT_COMM_TYPE_DATA'
    exporting
    pi_comm_type = lvs_comm_type
    pi_comm_values = lvs_comm_values
    pi_screen = ' '
    pi_newid = 'X'
    importing
    pe_itcpo = lvs_itcpo
    pe_device = lvf_device
    pe_mail_recipient = p_mail_recipient
    pe_mail_sender = p_mail_sender
    exceptions
    comm_type_not_supported = 1
    recipient_creation_failed = 2
    sender_creation_failed = 3
    others = 4.
    if sy-subrc ne 0.
    raise COMMUNICATION_ERROR.
    endif.
    control_parameters-device = 'MAIL'.
    output_options-TDIMMED = 'X'.
    output_options-TDDELETE = 'X'.
    CALL FUNCTION fm_name
    exporting
    CONTROL_PARAMETERS = control_parameters
    MAIL_RECIPIENT = mail_recipient
    MAIL_SENDER = mail_sender
    OUTPUT_OPTIONS = output_options
    USER_SETTINGS = space
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5.
    Thank you

    Hi,
    For sending smartform output into mail you first have to generate spool request and convert it into PDF and then
    only it can be sended into mail, please find the sample code in the mail below:
    http://wiki.sdn.sap.com/wiki/display/sandbox/ConversionofSpoolRequestDataintoPDFandExcelFormatandSenditintoMail
    Mansi
    Edited by: Matt on Jan 29, 2010 8:25 AM - removed code, instead point to wiki that Mansi authored.

  • How do I received the filled out form via email? After the user hits SUBMIT, I'd like to receive the filled out form via email.

    How do I received the filled out form via email? After the user hits SUBMIT, I'd like to receive the filled out form via email.

    Formscentral doesn't support direct delivery of filled forms via email at this time. You can however use Acrobat to add an email link to a form instead of a submit button. In this way the PDF will be returned to the email of your choice.
    Andrew

  • Sending Offline Interactive Form Via Email

    Hi,
    I am running NW 2004s SPS09 and trying to configure GP to use offline adobe interactive forms.  As of now, I am able to create a callable object from an Adobe template, prefill fields from other background execution/web service callable objects, and launch a process when the form is submitted via email.  I am having trouble routing the form to the next processor through email.  I created an interactive form callable object, checked 'Enable Use In Guided Procedures' and selected 'Create Offline Interactive Form And Send By E-Mail'.  My first thought was that there was some delay in the sending of emails, but callable objects in other processes that send plain text notifications work fine.  The process does not enter an erroneous state and waits at that action.  Looking at the GP monitor under NW administration, the correct processor is set for the action, but the task does not appear in the user's UWL or GP runtime center (I figure this is because the task is meant to be completed offline).  Any suggestions would be much appreciated.  Thanks!
    ~Greg

    Turned out the 'switchToNewMailCommunication' property for the GP service was set to true when it should have been false.
    ~Greg

  • How do I send entire pdf form via email from web browser

    How do you send a pdf completed form on your web browser via email to email address?

    Hello Wayne, see no offense in this message
    There is a faster scheme.
    Copy the range of cells to send (it may be an entire table)
    Enter the application entitled Preview.
    File > Create a new doc from the clipboard
    File > Send the selected PDF document (I'm not sure of the exact wording).
    It's the highlighted one.
    Bingo, it will create a mail with the PDF embedded.
    Yvan KOENIG (VALLAURIS, France) jeudi 3 novembre 2011 22:32:21
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • How can recipients submit a distributed form via email to any email address they want?

    First, a little background to describe our situation:
    I have a standard Acrobat form here that I need about 20 of my salespeople to use to send to their new prospective customers,  have the customers fill it out, and return the completed form to their respective salesperson.
    I don't want to allow my salespeople or their customers to be able to save local copies of the form because it will include personal information about the customer. If customers were to save their completed forms and email them to our salespeople, I worry that the salespeople will accidentally send out one of those completed forms to a new customer thinking that it is a clean/unfilled version of the form (and not realizing that it includes sensitive information about another customer!)
    Thus, I need a way for our customers to fill and return the forms without being able to save them locally as their own versions and then sending those new versions to our salespeople.
    I believe that means that I should use the "distributed forms" method and ask the customers to "submit" the forms directly rather than save/email them on their own.
    I'd like to have a single form up on our website, and our salespeople will just send out the link to that form so that customers can fill out their data and submit it. If our salespeople get into the habit of just sending out the link, and they get an email with the completed form after a customer completes it, then they'll never email around actual PDF copies of the form, so they'll avoid the risk of accidentally sending out a customer's completed form that has all their personal info on it.
    Here's the problem though:
    Using the "distributed form" method, whenever a form is submitted by a prospective customer, it seems that it can only be submitted/sent to the email address on the Adobe account that originally created the form (which is me), but I need the completed form to be sent directly to the salesperson who covers that customer (not me).
    So, is there some way to get around this issue?
    Can I create a form field that allows the customer to type in the salesperson's email address so that the completed PDF of the form is sent to that salesperson when they submit it (rather than all of them being sent to me)?This would be ideal because it would still be a distributed form that allows people to submit their forms directly to their salespersons without having to save local versions of the form w/ all their personal info and then emailing to the salesperson.
    If this can't work, is there some way to make sure that when a customer fills out a form that they are required to save it as a new version under a new file name (like "NormalFileName_CustomerLastName")?If the file name is always different than the original, clean copy of the form, then it would make it less likely that my salespeople would send out the wrong version.
    I know this issue must come up with people all the time! Any help would be greatly appreciated!

    You would have to first change the email address that Acrobat uses (Edit > Preferences > Identity > Email Address) and then redistribute the form in Acrobat and send it to your users.

  • Return form via email

    Insert button to return filled out form via email

    You can send a link to a form within an email, but the form itself will open within the browser (or Reader if it's a PDF).  A submit button will already be present on the form.

  • Submit PDF form via email = Operation is not permited!

    Hi there,
    I just downloaded a trial version of Acrobat 9.0 to see if we can make a bunch of our forms more user friendly and possibly interacive.
    I have created a form, and now I'd like to enable the user to submit the entire form by email to one of our email accounts by clicking a Submit button.
    I followed the required steps religously and defined the "Submit a form" action, triggered by "Mouse Up" and included  the required mailto:[email protected] link.
    However, when I open the form in either Acrobat Pro 9 or Reader 9, the text on the button is not there and when I click on the button it either pulls up an email that looks the way it's supposed to, but the "email was not sent". If I try the same thing on my MAC, clicking on the button generates "Operation not permitted" message.
    Where did I go wrong?
    Any pointers would be greatly appreciated as this feature or ability is pretty much crucial to our decision to purchase the application.
    Many thanks.

    There are a few things to be careful about, particularly if others are to read your form on a variety of systems.
    1. Don't use spaces in the file name. A lot of browsers will choke on spaces, though most are starting to accept this non-standard habit resulting from Windows habits.
    2. Don't put a space between mailto: and your email. It will send a space in from of your e-mail address that may cause a problem with an e-mail client.
    3. Your submit button was not labelled, with an icon as you had it set or simply text "Submit."
    I modified the form to come to me and filled it out. The data was sent to me and I asked to open it, it could not find the file but allowed me to select the form file and it opened up just fine. You can also open the form in Acrobat and use the import data option. It sounds like this last little bit was the hangup for you. In the past I have been able to select the FDF file and it would open right up. I am not sure what is necessary for it to find the form - standard placement or what I am not sure.

  • Button to send filled out form as completed pdf form via email

    I have created a form that when filled out, should send the form by email to the recipient as a completed pdf form. It works with Adobe Acrobat but not Reader.
    Any Ideas?
    form can be found at:  http://www.lcyc.ca/images/stories/macman2012/macmanentry.pdf

    Check out:
    http://www.nk-inc.com/macmanentry.pdf
    Use your real name, and e-mail address in the PDF form fields, and recieve a customized email copy and response.
    The script will parse and merge the XDP submission, so there's no need to Reader Enable your forms.
    PDFEmail.net works in ASP.net web servers.
    Note: Do not submit sensitive information, this is just a demo. I may get a BCC of the form.
    For more info:
    http://www.pdfemail.net
    Feel free to contact me on my website:
    http://www.nk-inc.com/support/sales/

  • Submitting form via button click

    Hi, i have a following code and it doesnt work and i dont know why
    <jsp:useBean id="pageinfo" class="zrna.PageInfo" scope="session"/>
    <jsp:setProperty name="pageinfo" property="*"/>
    <html>
    <head>
    <script type="text/javascript">
         function clickEvent(form,md,wrkOn)
              form.mode.value = md;
              form.workingOn.value = wrkOn;
              form.submit();
         function m(form){return true;}
    </script>     
    </head>
    <form action="index.jsp" method=get >
         <input type="hidden" name="mode" value="">
         <input type="hidden" name="workingOn" value="">
         <input type="submit" value="Add" onclick="clickEvent(this.form,'add','Student')">
         <input type="submit" value="Alter" onclick="clickEvent(this.form,'alter','Student')">
         <input type="submit" value="Done" onclick="clickEvent(this.form,'general','')">
    </form>          
    So im trying to change jsp bean properties of pageinfo thru submiting form and it doesnt work. when button is clicked the page goes blank. What am i missing?

    is this page you posted "index.jsp"?
    Not sure offhand, but could the form submit before onclick fires? If so, change them to button types, not submit types.
    The bean has those named fields? Public get/set methods?
    Does useBean have to be this?
    <jsp:useBean id="pageinfo" class="zrna.PageInfo" scope="session">
    <jsp:setProperty name="pageinfo" property="*"/>
    </jsp:useBean>

  • I created a document and want to share it in word form via email and email window does not appear

    I created a document and want to share it via email in word, however, when the email window does not how up with the attachent in it ready for email addresses.  I have done this procedue before without any problem. TY

    Look at the suggested discussions on the right and see if you have the answer there.

Maybe you are looking for

  • Set select one of the cell in subtotal row in ALV report

    Dear all, I have a ALV report that has subtotal amount by Vendor ID. I want to set the selection at vendor ID column (same row with subtotal). I tried both set_selected_cell() and set_current_cell() methods, the cell selected is incorrect. It doesnt

  • Getting the value from a PL/SQL table

    I have a view ( VIEW$TEMP ) that is building on runtime using FormsDDL.All its fields are varchar2 but the columns are not predefined. In a Package (P) Specification I have define a PL/SQL Table like that: type tt is table of view$temp%rowtype index

  • No contacs after firmware upgrade on N70

    Hi I did a firmware upgrade yesterday on my N70 using NSU. Of course I did a backup using the uptodate Nokia PC suite. After the firmware upgrade I saved the data back to the phone aagin using the Nokia PC suite. Everything looks good except that no

  • GP Work Items are not coming in UWL after refresh the cache.

    Hi All, We are facing strange problem. We have cleared the UWL Cache for the GP connector and after that workitems releated to GP are not showing up into the UWL. Any Idea.?? Thanks Dheerendra

  • Retieving lost "Recently Added" folder

    Hello I recently mistakingly deleted the "Recently Added" folder. Is there any way to retrieve this folder?