How do I include a 'submit' button so that clients can submit my form online?

Once I have created my form and attached it to my website, how does a client submit it back to me?

Thanks for the input. I think you might have a different version of LiveCycle than the copy I have since it looks a little different. However, I found the answer in Adobe help. I had to type "mailto:" before the email address to indicate it's an email and not a URL. See below.
To collect form data as attachments to email, type mailto: followed by the email address. For example, mailto:[email protected]

Similar Messages

  • How do I enable cookies in Safari so that I can submit an on-line resume?

    How do I enable cookies in Safari so that I can submit an on-line resume?
    Message reads, "You do not have per-session cookies enables!
    Per-session cookies must be enabled in your browser to submit online resumes."

    From your Safari menu bar click Safari > Preferences > Privacy
    Select Never to the right of Block Cookies.

  • How can I embed a form on my website and set up a submit button so that when people fill out and click Submit, the filled form will be emailed to me as an attached pdf file?

    How can I embed a form on my website and set up a submit button so that when people fill out and click Submit, the filled form will be emailed to me as an attached pdf file?
    Thank you!

    Hi;
    That is not a workflow that is supported by the Adobe forms solutions at this time.
    Thanks,
    Josh

  • When i placed a AccessKey to Submit Button (Eg: AccessKey="S"), and pressed Shift + Alt + S, the focus is going to Submit button and as well as Submit operation is also performed. Is this the expected behaviour in FireFox for AccessKeys

    When i placed a AccessKey to Submit Button (Eg: AccessKey="S"), and pressed Shift + Alt + S, the focus is going to Submit button and as well as Submit operation is also performed. Is this the expected behaviour in FireFox for AccessKeys

    What were you expecting when using an accesskey?
    I use that also on this forum to submit my posts:
    <pre><nowiki><input accesskey="s" class="btn btn-important" value="Post Reply" type="submit">
    </nowiki></pre>

  • How do I set up my iPad so that I can recieve the emails from my Outlook Express account

    How do I set up my iPad so that I can recieve the emails from my Outlook Express account

    Your iPad doesn't receive email from Outlook Express (or any other email client).  It receives email from your email provider.  To set up your email account on your iPad go to Settings>Mail,Contacts,Calendars...tap Add Account and add your email provider's account settings with your username and password.  iCloud, Gmail, Yahoo, AOL and Hotmail email settings are automatically entered by tapping the appropriate button.  Others must be manually entered by tapping Other.  (Exchange accounts will also require you to enter your email provider's settings.)

  • How to scan a hard copy to pdf that I can convert to word for editing?

    I've got a HP deskjet 3050A and my operating system is Windows 7, how to scan a hard copy to pdf that I can convert to word for editing?
    This question was solved.
    View Solution.

    Hi,
    The software provided for your device does not include OCR functionality
    You may use any 3rd part OCR solution to scan as editable text.
    If you have Microsoft Office suite there is a good chance the office suite provide this kind of capabilities:
    Office 2007 or 2010:
    http://www.howtogeek.com/howto/14595/ocr-anything-with-onenote-2007-and-2010/
    Office 2003:
    http://agsci.psu.edu/it/how-to/perform-ocr-with-microsoft-office-2003-document-imaging
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Is there a way to include material in a DVD that some CAN copy?

    Is there a way to include material in a DVD that some CAN copy?
    I have a 30min project that I am going to burn that is copyrighted. But I’d like to add some stills or maybe a screensaver that the purchaser could copy from the disk and use.
    Thanks!

    Copyright is not the same thing as copy protect. Your material may very well be copyrighted, but it won't be copy protected if you are burning the DVD in your Superdrive. You must use a replication house to get copy protection. If you do this, you can include copyable stuff on the disc. I've seen commercial disks with PDF files, etc that you can freely use. I have no experience on how to do it though.
    But, don't fool yourself. There really is no copy protection anymore on DVDs. Anyone with an internet connection can figure out how to defeat it using software available free on the internet. All you can do is make it a hassle to copy it.

  • How do I set up my system so that I can program in C

    How do I set up my system so that I can program in C,C  ? Without using Xcode. Just want to write simple "hello, world" stuff. So far, my Mac seem oblivious to my efforts even though it seems that all the files are there.
    At first, it could not find gcc. Then I added /Developer/usr/bin to the path and it seemed to find gcc.
    Then it didn't find stdio.h. I added /Developer/SDKs/MacOSX10.6.sdk/usr/include/ to the path but it still doesn't find stdio.h
    There must be a standard C setup that my Mac is not conformaing to. How can I get set up like a regular Unix system and do C programming like I used to?
    Thanks,
    JfromG

    None of the responses/experiences seems to apply to me. Let me ask the question this way, because it's partly for my education and also I'd like to program in C. Let's say I have a Unix box and I want to program in C. What files need to be where in what directories? And why wouldn't that work on a Mac? My impression is that the Mac OS X 10.8 contains all I need, but it doesn't work. At least I don't think it does. I may be out in left field here. But surely, being a Unix box, I can get this machine to compile C code in something like the usual fashion. I don't need editors or development environments beyond the basic stuff - unless your telling me maybe I do! Anyway, just wondering what files need to go where in order to compile C programs. Thanks for you forbearance. I appreciate it.
    JohnfromG

  • How to configure IIS webserver with weblogic so that I can invoke servlets without the .wlforward extension

    How to configure IIS webserver with weblogic so that I can
    invoke servlets without the .wlforward extension
    As per the documentation iisforward.dll is registered as a filter and .wlforward
    has also been
    included as a special file type. However this requires me to key-in ".wlforward"
    after my servlet name.
    What I want is something like this
    http://iis/MyServlet
    Please help me find a solution to this
    Thanks,
    Rishi

    I am able to invoke the servlet without the wlforward extension now.
    However, now I am required to add /weblogic before the servlet
    name otherwise it does not execute the pathtrim property.
    I have tried with the pathprepend thing also.
    Can we get rid of the /weblogic part also. I just want to execute
    my servlet as http://iis/myServlet.
    Your help in this regard is greatly appreciated...
    Thanks..
    "Rishi" <[email protected]> wrote:
    >
    Thanks for the reply Kumar.
    I did follow the instructions as given in the Weblogic documentation
    The documentation said to add iisforward.dll as a filter service
    and register .wlforward as a special
    file type to be handled by iisproxy.dll. For this,
    while configuring the IIS server in the Home Directory tab
    I added an extension ".wlforward" and the executable as
    iisproxy.dll. Is this the way it should have been done...
    I also modified the iisproxy.ini file as per the documentation.
    I have added the WLForwardPath property and set it to /weblogic.
    My server works fine when I give the url as
    http://iis/myServlet.wlforward
    but it does not work for
    http://iis/myServlet and this is the way i'd want it to work.
    Please tell me if I am missing something on the configuration part
    and if there is something special that needs to be done. I shall
    be grateful to you.
    Kumar Allamraju <[email protected]> wrote:
    http://e-docs.bea.com/wls/docs61/adminguide/isapi.html#101184
    Rishi wrote:
    How to configure IIS webserver with weblogic so that I can
    invoke servlets without the .wlforward extension
    As per the documentation iisforward.dll is registered as a filter
    and
    .wlforward
    has also been
    included as a special file type. However this requires me to key-in".wlforward"
    after my servlet name.
    What I want is something like this
    http://iis/MyServlet
    Please help me find a solution to this
    Thanks,
    Rishi

  • How do I put text into an Edge File that clients can edit easily afterwards

    Hi
    Can anyone explain how I can put text into an edge file (styled with google fonts) and make it so that clients can access the text and update the text as they require?
    Previous suggestion was dynamically loading a .txt file - any instructions would be most appreciated.
    Thanks.

    Hi Resdesign!
    Your code is very useful to learn how to use Json in Adobe Edge Animate!
    But I have a question: why you use ( i ) as argument of the function UpdateInfo and when you recall it you use ( index )?
    $.getJSON('slides.json', function(data){
              //for(var i=0; i<data.length; i++){
    function updateInfo(i){
                        sym.$("photo").css({"background-image": "url('"+data[i].image+"')"});
                        sym.$("pillar").html(data[i].pillar);
                        sym.$("what").html(data[i].what);
                        // position
              index = -1;
              sym.$("btn").click(function(){
              index++;
                        if (index>=5){
                                  index = 0;
              updateInfo(index);
    Many thanks for your attention!
    Davide

  • How do I setup my Airport Extreme so that I can extend the coverage of my existing AT&T wifi network?

    How do I setup my Airport Extreme so that I can extend the coverage of my existing AT&T wifi network?

    Start by establishing a permanent fixed Ethernet cable connection from one of the available LAN <-> ports on the ATT modem/router to the WAN "O" port on the AirPort Extreme.
    Ethernet cabling can be run up to 300+ feet or 100 meters, so you should be able to locate the AirPort Extreme exactly where it will be needed to provide more wireless signal coverage.
    Configure the AirPort Extreme to "create" a wireless network using exactly the same wireless network name, same wireless security setting, and same wireless network password that the ATT wireless is using.
    The final step is to insure that the AirPort Extreme is configured to operate in Bridge Mode, so it will work correctly with the ATT modem/router.
    If you need more specific steps, we need to know what operating system you are using on your Mac or PC. If you have a Mac and do not know which operating system it is using.....click the Apple icon in the upper left corner of the screen and then click About This Mac, and post back with the OS X version number that you see there.

  • When I try to buy something, I get an Apple-ID which is not the one I want to use, and I don't know how to get rid of it either, so that I can use my ID, which is in Mail, Contacts etc. The ID I get, I can't find, so that I can delete it. What to do?

    When I try to buy something, I get an Apple-ID which is not the one I want to use, and I don't know how to get rid of it either, so that I can replace it with my ID in Mail, contacts etc. The ID I get without wanting it, I can't find anywhere. I have to delete it. How do I solve this problem, anyone?

    My content was obtained through another ID, which popped up earlier. Now this one doesn't pop up, and my current ID doesn't pop up either, but another one. How do you find an ID which is not in the store, and not in Mail, contacts etc. either?
    Or is it possible to write the ID yourself when you want to buy something, not only to have it popped up being unable to be changed?

  • When I click share to Facebook it takes me to my sons Facebook account. How do I add my facebook account so that I can send photos to that instead of my sons!!?

    When I click share to Facebook it takes me to my sons Facebook account. How do I add my facebook account so that I can send photos to that instead of my sons!!?

    iPhoto Preferences > Accounts > click the little plus in the lower left corner and follow the onscreen instructions.
    Cheers

  • Thanks in advance..apple newbie here.  Have 12 photos/videos on camera roll, but only 3 appear on photostream (which is on), how do i get the rest over so that i can see them on apple tv.  thx so much

    Thanks in advance..apple newbie here.  Have 12 photos/videos on camera roll, but only 3 appear on photostream (which is on), how do i get the rest over so that i can see them on apple tv.  thx so much

    FAQ photo stream http://support.apple.com/kb/HT4486

  • Installed Trend Micro Smart Surfing on new MacBook Pro and now it has caused error that won't let computer boot up.  How do I get it to a point that I can delete program?

    Installed Trend Micro Smart Surfing on new MacBook Pro and now it has caused error that won't let computer boot up.  How do I get it to a point that I can delete program?

    Try booting up in Safe mode (holding down the Shift key while booting). If the software came with an unistaller, use it to remove alll traces of the software - it's nothing that you need and, as you've experienced, can do more actual hard than good (as is the case with most software of this type). When you're booted in Safe Mode, if you can't run an uninstaller, at least check to make sure that there are no Trend Micro items that are set for automatic log in, at least.
    Clinton

Maybe you are looking for

  • Change Open item status to GL account

    Hi, I have tried to execute the program z_RFSEPA02 to change the Open item status of a GL account. Before executing this program i make that account balance as zero. But while executing the program Z_RFSEPA02, I am getting the following error. Messag

  • Please help!!!!!!!!! My Mac won't let me sign in!!!!

    Someone please help!!!!!  Last night after having some issues with my mac I decided that it would be the best solution to restore my mac to a previous version saved on an external harddrive using the time machine!!!  That entire process went great an

  • Problem with Email - Anyone there to help??

    Can any one help how to configure BPEL to send emails from GMAIL account. Tried to send an email via BPEL. I use my Gmail Account - which I've setup to use POP for outgoing mail. I've changed the settings in ns_emails, users-properties.xml and wf_con

  • ABAP API For SP06?

    Hi We are trying to integrate MDM (5.5 SP06 Patch 3) with an ECC 6.0 server. We downloaded the MDM TECHNOLOGY 5.5.5.7.00 CAR file from service market  place. It was installed successfully in the ECC 6.0 server. But we are unable to find the relevant

  • How can we edit in standard programe in sap

    i want to add new field in one report from standard so can anybody tell me how i can do in abap.