Can LiveCycle do all of what I need?

I wish to build a website where (only) authorized persons submit forms electronically via a Windows PC.  The information in these forms must then be automatically placed into a spreadsheet, and viewed on our website, without additional webmaster intervention.  We plan to restrict the download of our forms and website access by password.  I know some of the following are features of LiveCycle, but some features don’t seem to work when other features are enabled. 
I know this a big newbie post, and if this isn’t the correct forum, please let me know. 
Any help with these 18 issues would be greatly appreciated.   Greg – Cleveland  Ohio area.
1.    Forms are to be submitted to the website by authorized persons using a name and password.
2.    Forms must be dynamic.
3.    The forms will have a field for the submitter’s own comments.
4.    The data from each form must be kept together on a horizontal line on a table.  (Data will be name, address ,phone etc., with many fields being checked yes/no, a few with numbers, and a few fields provided for comments.  The data must be searchable by field. There will be no calculations or totals of the data.
5.    All completed forms should be able to be automatically archived on our website (.tiff?)  and able to be printed and downloaded by authorized visitors to our website in case comments are made.  (Would this also be possible if a scanned form is submitted?)
6.    The website/software must allow the viewer access (only as determined by his log-in and password) to all the forms matching the zip code(s) they are registered for.  (After signing in, they may use a “ENTER SITE NOW” link that will search for and display only forms and tables from specific zip codes.)
7.    The user cannot change any form fields, but they should be able to add notes or flag data for the next time they log on to our website.
8.    Data may be viewed on our website with the option to be downloaded to their PC for local archiving and printing.
9.    Self owned, controlled and managed on my secure server.
10.                       Information must be secure.
11.                       Digital signatures will be required.
12.                       The site must provide the authorized user form data in both a spreadsheet view and the original completed form-image.
13.                       Each field must be searchable, returning each form with that search request, and displayed in a table.
14.                       Forms will be downloadable from our website (unless e-mailing them is automated and triggered by the user’s request).
Optional website features, but very desirable:
15.                       Ideally, paper forms will also be able to be used.  The user would scan the completed paper form, convert it using OCR, and then submit it electronically for automatic loading into the website’s spreadsheet(s).   Possible?
16.                       The website should not show blank fields when the form’s data table is viewed online.
17.                       Ideally, the website will accept forms completed and submitted using a PDA or iPhone device. Doable?
18.                       Barcode scanning may be desirable, in the future.
My questions:
How much of the above is handled by the features found in LiveCycle Designer?
Is there standard “server side programming” I can employ for handling my form data automatically for display on my company website?  Does Adobe provide this service?  Are there Adobe partners you can refer me to that provide their own software for displaying the form data?
Is there any site you can send me to that is already doing what we wish to do on our site?

Hi Greg, I'll try to answer some of your questions in order:
1.    Forms are to be submitted to the website by authorized persons using a name and password.
-> There are a number of ways you can protect your form and the submission process.  Ideally you would apply a policy to the form so that it could only be accessed by people with the appropriate user name and password.  Alternatively if you don’t want to restrict access to the form and only the submission process you could “protect” the submission process by wrapping the submission process with a user name and password prompt using Web Services to call a back-end process that checks the users credentials before passing the data back.
http://www.adobe.com/products/livecycle/rightsmanagement/
2.    Forms must be dynamic.
-> Adobe LiveCycle Designer ES can create Dynamic forms.  There are plenty of samples in the samples directory of Designer that will demonstrate dynamic forms, i.e.: the additional of new lines / pages / sections in a form. 
3.    The forms will have a field for the submitter’s own comments.
-> You can add a form field dynamically for comments in a dynamic form if you wish.  Just keep in mind that Acrobat commenting is slightly different than adding a field to a form to allow commenting at a specific section in your form.
4.    The data from each form must be kept together on a horizontal line on a table.  (Data will be name, address ,phone etc., with many fields being checked yes/no, a few with numbers, and a few fields provided for comments.  The data must be searchable by field. There will be no calculations or totals of the data.
-> This depends on how you plan on extracting the data from your form.  There is no direct-to-excel functionality out of the box but you could create a custom component to create the output in whatever format you require.  Adobe LiveCycle Forms will be your starting point (to populate and extract data).
http://www.adobe.com/products/livecycle/forms/
5.    All completed forms should be able to be automatically archived on our website (.tiff?)  and able to be printed and downloaded by authorized visitors to our website in case comments are made.  (Would this also be possible if a scanned form is submitted?)
-> Adobe LiveCycle Output could do PDF to TIFF conversion or alternatively PDF/A output for long term archival.
6.    The website/software must allow the viewer access (only as determined by his log-in and password) to all the forms matching the zip code(s) they are registered for.  (After signing in, they may use a “ENTER SITE NOW” link that will search for and display only forms and tables from specific zip codes.)
-> This would be a customization to Workspace http://help.adobe.com/en_US/livecycle/es/customizeworkspaceui.pdf or the creation of your own Web UI.
7.    The user cannot change any form fields, but they should be able to add notes or flag data for the next time they log on to our website.
-> In this case I would suggest “flattening” the forms and then Reader Extending them so that they cannot be modified but commenting can be added with the free Adobe Reader.
http://www.adobe.com/products/livecycle/readerextensions/
8.    Data may be viewed on our website with the option to be downloaded to their PC for local archiving and printing.
-> Again, LiveCycle Forms can be used to extract the data, it’s up to you on how it is published.
9.    Self owned, controlled and managed on my secure server.
-> LiveCycle is a server-based product.  Check the compatibility matrix for server support options.
http://www.adobe.com/support/products/enterprise/knowledgecenter/softcomp2_0_1.pdf
10.                       Information must be secure.
-> Data can be secured within the PDF and transmitted by secure means.
11.                       Digital signatures will be required.
-> Digital Signatures can be applied to a Reader Extended form using the free Adobe Reader and verified on the back end using  LC Digital Signatures.
http://www.adobe.com/products/livecycle/digitalsignatures/
12.                       The site must provide the authorized user form data in both a spreadsheet view and the original completed form-image.
-> This would be a custom UI.  Using iFrames would probably give you the view you're looking for (ie: inside browser view of both spreadsheet and form).
13.                       Each field must be searchable, returning each form with that search request, and displayed in a table.
-> If you don’t already have a repository and search capability in-house then you can add on Content Services.
http://www.adobe.com/products/livecycle/contentservices/
14.                       Forms will be downloadable from our website (unless e-mailing them is automated and triggered by the user’s request).
-> This can be done through Workspace for credential-carrying customers or simply provide the PDF’s as you would an HTML page.
Optional website features, but very desirable:
15.                       Ideally, paper forms will also be able to be used.  The user would scan the completed paper form, convert it using OCR, and then submit it electronically for automatic loading into the website’s spreadsheet(s).   Possible?
-> Check out Barcoded Forms.  This is the ideal paper to digital solution.  Forms filled-in and then printed may get a decent OCR rate though, not 100% like you would get with Barcoded Forms.
http://www.adobe.com/products/livecycle/barcodedforms/
16.                       The website should not show blank fields when the form’s data table is viewed online.
-> Again, your custom UI.
17.                       Ideally, the website will accept forms completed and submitted using a PDA or iPhone device. Doable?
-> Adobe LiveCycle Forms can render the same forms designed with Designer in PDF or HTML format (not many people know this).        
http://www.adobe.com/products/livecycle/forms/features.html
18.                      Barcode scanning may be desirable, in the future.
-> The decoder provided with Adobe LiveCycle Barcoded Forms does provide you with 1D and 2D decoding capabilities.  This can be used to route forms and of course, decode data from 2D barcoded forms.
Let me know if you have any other questions.

Similar Messages

  • I am trying to reset my security questions and i am not getting an email from apple... can anyone please tell me what i need to do to fix this?

    i am trying to reset my security questions and i am not getting an email from apple... can anyone please tell me what i need to do to fix this?

    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • HT4718 Upgrade to OS X Mountain Lion and my computer keeps restarting! Can you please tell me what I need to do to fix it so I can use it.  The only way I can get in is by using Safe Mode :( Please help

    Help
    I upgrated my computer to OS X Mountain Lion last night and since then my computer keeps restarting over and over again.  The only way I can use it is by being in Safe Mode.  Can  you please tell me what I need to do so my computer works perfectly again.
    Thank you

    If you have more than one user account, you must be logged in as an administrator to carry out these instructions.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Select the most recent panic log under the heading System Diagnostic Reports on the left. If you don't see that heading, select  
    View ▹ Show Log List   from the menu bar. Post the entire contents of the panic report — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

  • I need to replace the cable to my 3rd generation iPad, charger to iPad.  The ones currently available seem to have a different end.  Can someone tell me exactly what I need to purchase?

    The cable from the power adapter (charger) to my 3rd generation iPad is fraying, but it looks like the available cables now have a different end on them.  Can someone tell me exactly what I need to purchase to replace the cable (adapter too?). I also noticed the power adapters are now 5 or 12 watt, but the one that came with my iPad is a 10 watt.  Is this going to be an issue?

    Using stevejobsfan0123's link, searching the Q&A for "length" shows the cable is roughly 2 feet long.
    http://store.apple.com/us/question/answers/product/MA591G/C/what-length/Q9YKTPUH JJYA7HD2D?fnode=3a&qt=length
    UPDATE: I see an answer further down in the search result that says it's 1 meter long.  I think this is more accurate.

  • HT3529 hello! i have bought two iphones 5 without contract, but i can't send message! what i need to do? there was sprint sim inside

    hello! i have bought two iphones 5 without contract, but i can't send message! what i need to do? there was sprint sim inside

    Contact the carrier and troubleshoot the account.

  • I can't seem to download what's needed to watch the latest movie trailers,any ideas?

    I've tried loading the latest Adobe Flash but my PowerBook G4 won't accept it. Not sure why, any ideas?

    What version are you trying to install? The max version for Tiger is v10.1. You can donnload here:
    http://prodesigntools.com/adobe-flash-player-10-1-direct-download-links-for-wind ows-mac.html
     Cheers, Tom

  • When i make i call they can't hear me? what i need to do?

    I have Iphone 4. it was working well but now when a make a call nobody can't hear me. i need to press any bottom?

    Hello Californiapink,
    It sounds like the ooVoo app on your iPhone is not playing audio.  I recommend following the steps in the article below for an issue like this (you can skip step 3 since it is not related to this issue):
    iOS: Troubleshooting apps purchased from the App Store
    http://support.apple.com/kb/TS1702
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I am trying to update itunes version 500 resule is an error occured while backing up the ipad 5000 would you like to continue..will resule in loss of all contents on ipad...i can't loose all that.what to do

    an error occured while trying to update i tunes version 500...it read an error occured while backing up the ipad (-5000)would you like to continue..to contunue will result in loss of all contents on ipad...i don't want that to happen....my first time doing any of this....

    am i replying to myself.......this is confusing.....where is my answer?

  • Im traveling to New York in a few months and considering buying the new iPad while im there. Can anyone give me advice on what i need to buy while im there so as to be able to use to use it back here in the UK?? Any advice is much appreciated.

    Im  travelling to New York soon and consrdering buying a iPad while out there. Can anyone give me advice what i need to buythanks.
    to allow me to use it back here in the UK?? Many thanks
    Mark th

    Buy the "AT&T" model iPad, not the Verizon one (which does not support SIM cards used most everywhere in the world).  The ATT model comes with a SIM card, but you can then get one from a UK provider.  Be sure it's a "microSIM" card, not the larger kind when back in the UK.

  • How can I use all tracks from multi-channel source audio with Multicam clips?

    I cannot figure this out. Working in Premiere I'm prepping for a 2 camera show, with typically 4 to 6 track dual-system audio recorded by the sound guy. I can sync, and make multicam clips any number of ways–whether sync by timecode, sync by audio, or eyeballing–but whenever I edit using the MC clip, Premiere mixes down all the audio channels into a stereo single track, and I cannot pick and choose which audio track from the original to use. With 2-5 people mic'd on lavs, I need to be able to choose which audio is either cut in or heard at any given shot.
    Is there any way to have control in multicam clips over which track of audio gets edited into the timeline, or even: that all tracks of audio get cut in? It's very important for the editors to be able to see waveform (which also disappears for some reason in the mixdown) and pick and choose which audio is heard?
    I'm sure this might be a simple fix, but I cannot get my head around it for workflow purposes for my assistant editors. We need to use multicam, but this audio thing is driving all of us crazy. None of us can figure out how to have a multicam clip and use it with control over what audio is cut in.

    True, but what I need to be able to do is have my multicam sequence in the source monitor, and cut into my working sequence with either just the audio I need from the sound guy's multi-channel WAV, OR cut in all the sound and from then I can just enable or disable what I need or don't need. But also be able to match back to the Multicam source from my working sequence.
    I don't want to have to open the synced sequence, and razor blade the things I need and have to copy and paste into my working sequence in order to have the full spectrum of my multi-channel mono lav WAV files...with their waveforms visible.
    Essentially, I want my Multicam clips to load in the source monitor, and the ability to cut them into the working sequence without it mixing down the audio into a single track with no visible waveform–which is what it is doing currently. Can I choose to edit in either ALL of the tracks of the WAV file along with the camera shot I want, or control which audio gets cut in?

  • [WNTFIX]Enabling Chromium password sync, what's needed for it to work?

    Hello, I'm using Google Chrome in multiple machines, some of them running Windows OSs. In my Arch machines I'm using Chromium from the extra repository, I have different environments but my Gnome based one is quite complete yet I still can't sync passwords.
    What's needed for it to be able to sync passwords? Maybe some compile time flag?
    Here is a list of all the packages I have installed in the Gnome machine, in case I'm missing something: http://pastebin.com/19AQhQsj
    Last edited by MickST (2011-03-20 23:27:57)

    Huh, that's strange. I checked it on my browser and there's doesn't seem to be a password sync option under the sync settings. A short Google expedition reveals that I'm not the only one. Luckily, the first comment explains it. It was recently disabled by default because it doesn't play nice with GNOME Keyring. To enable it, start chromium with the --enable-password-sync and --password-store=basic flags. Haven't tried it my self, though, as I don't really need that particular feature.

  • EPostcards – what's needed?

    Can anyone help me with what's needed in order to set up an
    ePostcard where people can chose from a few designs, add their own
    words and then email to a friend (plus that a copy automatically
    goes to me). I'm looking for simplest possible way to do this since
    I'm not a programmer.
    Thanks a bunch!

    I came across this the other day which I might try
    http://www.buildasiteonline.com/products/postcards.asp
    HannaB wrote:
    > Can anyone help me with what's needed in order to set up
    an ePostcard where
    > people can chose from a few designs, add their own words
    and then email to a
    > friend (plus that a copy automatically goes to me). I'm
    looking for simplest
    > possible way to do this since I'm not a programmer.
    >
    > Thanks a bunch!
    >

  • I am running out of memory on my hard drive and need to delete files. How can I see all the files/applications on my hard drive so I can see what is taking up a lot of room?

    I am running out of memory on my hard drive and need to delete files. How can I see all the files/applications on my hard drive so I can see what is taking up a lot of room?
    Thanks!
    David

    Either of these should help.
    http://grandperspectiv.sourceforge.net/
    http://www.whatsizemac.com/
    Or search 'disk size' in the App Store.
    Be carefull with what you delete & have a backup BEFORE you start, you may also want to reboot to try to free any memory that may have been written to disk.

  • I am trying to use imovie and i have never had this problem before. All of my videos are completly grey and when you try and play them all i get is a black screen but i still hear audio.  Can you please help and tell me what i need to do. Thank you

    I am trying to use imovie and i have never had this problem before. All of my videos are completly grey and when you try and play them all i get is a black screen but i still hear audio.  Can you please help and tell me what i need to do. Thank you

    Make sure all of the videos used in the project that is having that problem are from the same event. If they are from multiple events, move them all into one event.

  • I just updated to OS 10.9.2. i can't open iTunes; it says i need 64 bit. it refers be to info for iTunes and to uncheck 32 bit. it's already unchecked. what do i do. thanks to all.

    i just updated to OS 10.9.2.
    i can't open iTunes; it says i need 64 bit. it refers be to info for iTunes and to uncheck 32 bit.
    the problem is is it's already unchecked.
    what do i do?
    thanks to all.

    thank you very much for a prompt reply! yes, it worked, but now, it created another problem.
    i can't open any videos that i made without getting a message that says: 'This movie requires QuickTime, which is not supported by this version of iTunes.'
    any suggestions?
    thanks

Maybe you are looking for

  • Search Results Panel

    Greetings All, Say I search a folder for pages with links to a specific CSS file and 50 pages are returned in the Results panel-is it possible to open all the files from within the Results panel? I've tried selecting all the files and right-clicking

  • 512GB SSD question

    I have a chance to get the Kingston 512GB V+ Series SSD HD for $700 dollars. My new macbook pro (15 inch hi-res ag, 2.66 Ghz, 8GB ram, 500GB 7200 RPM HD) will arrive in a few days. Should I get the SSD HD and replace the current one with it? Are SSD-

  • 32-bit Linux flash 10.3.181.34 nvidia hardware acceleration chroot

    Hi, I'm trying to run flash in a chroot in a 32-bit debian linux enviroment (the host is also a 32-bit debian system). I'm running the nvidia proprietary drivers and am able to get iceweasel (the debian rebranded firefox) to run flash with hardware a

  • When i try to make a purchase, itunes keeps telling me to verify my billing information

    whenever i try to make a purchase on itunes, it tells me i have to verify my billing information. I went  to my account and made sure all of the information was correct and it still is saying i have to verify my billing information

  • How to remove submit buttons on workspace and use submit buttons on PDF instead?

    I am working with LiveCycle ES2. I will get submit buttons automatically render on workspace according to routes i designed after User component. However, I do not want that submit buttons on Flex. I would like to use submit buttons on PDF as designi