Output data to look like form input data

Hey guys I'm looking for a specific feature and I'm wondering if a subscription to Forms central would allow me to do this.
I want to design an online form (that looks nice) for my wedding Cinematography & Photography company. This for would be sent to clients about two weeks before thier wedding reminding them of some things like getting in their balance, (no need for dynamic data merge) this would just be a static"Don't forget" note. but then the form would have things they will fill out like:
Bride and Grooms name as they want it spelled on thier wedding film....I am thinking of something that almost looks like an i9 for from the IRS. You know it would have the little spots for each letter of the name _ _ _ _ _ etc...
Permanent mailing adress  etc...
other various quiestions....
Then I want a section where they can upload some documents or a couple of still images to us.
Then the form would have some parts that maybe they don't see (You know sort of like, for staff use only notes).
The real trick in this is rather than looking at the data in an excel style database what I need to do is recieve an email notification of the form or even a PDF of the form and maybe the picture files attached in email. I don't mind going to the database to download the file attachements if need be but the excel style view is not what I need in the end. The reason I need it to print out like an actual form is I plan that this form will get put on a clip board and will follow thier project around the studio as it gets worked on by a producer, then an editor, then a color specialist, and then a sound engineer etc... All these people might be putting notes on that form as it comes around to them. If it can happen electronicly then cool but I don't mind simply printing the form out once the client fills it out as long as I can create sections for my different staff to write (old school pen and paper) on it.
If this isn't the right product does anybody have a suggestion?
Thank you,
Jason

Hi,
FormsCentral can meet most of your requirements:
FormsCentral uses text fields for users to fill out information, so you won't be able to use the underline to mark input areas.
Also FormsCentral supports file attachments that you can have in your form for your guest to upload pictures. Here is a tutorial on collect attachments: http://forums.adobe.com/docs/DOC-2656.
You may use show/hide region feature in your form to hide staff-only areas, please check out help on show/hide regions at http://help.adobe.com/en_US/formscentral/using/WSd789abd336388b1642c7fce012da94afe4f-8000. html#WS0faeceb8c23f5d60-774f03e3131ddc76d7d-8000
Once guests have filled out the form, you can log into FormsCentrl and download their responses in PDF format. Then you can view their responses in form format and print the form out and have have your staff fill out rest of the form. Please see http://forums.adobe.com/docs/DOC-1383 for how to download responses as PDF file.
Please try FormsCentral and let us know if you have futher questions.
Thanks,
Wenlan

Similar Messages

  • After upgrading to Mavericks, all of my contacts disappeared. Did a "contacts archive" export and the file is 17mbs. Looks like there's data, but none of it at all displays. What gives? 20" iMac, early '09

    After upgrading to Mavericks, all of my contacts disappeared. Did a "contacts archive" export and the file is 17mbs. Looks like there's data, but none of it at all displays. What gives? 20" iMac, early '09

    After upgrading to Mavericks, all of my contacts disappeared. Did a "contacts archive" export and the file is 17mbs. Looks like there's data, but none of it at all displays. What gives? 20" iMac, early '09

  • Make links look like form-submit buttons?

    How can I make normal links look like form-submit buttons?
    Is there a css solution? If not how do i write the html so the button is a link but appears as a button?
    Just so you know what I mean by 'button', im talking about how the 'Post Message' and 'Cancel' buttons look at the bottom of this form as I write it.
    Thanks

    <p>here is some text</p>
    <form name="button1" method="post" action="path_to_your_page.html">
    <input type="submit" name="submit" value="some_linky_phrase" />
    </form>
    <p>here is some more text</p>
    or
    <p>here is some text</p>
    <button onclick="window.location='path_to_your_page.html'">click</button>
    <p>here is some more text</p>

  • HOW to set the value attribute of FORM INPUT data to a variable in a JSP

    eg. Registration.jsp
    The data is accessed from an hidden field called course
    for example, if I have "Java programming" in the field course, and I use
    an expression to access the value from the hidden field.
    **My problem is that the data gets truncated to "Java" , I need "Java Programming"to display. The code looks like this
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <INPUT TYPE="text" SIZE=12 NAME="course"
    VALUE=<%=getParameter("course") %>
    IS there ANY OTHER WAY to set the value of VALUE to a variable?

    Instead of value=<%=request.getParameter("course")%>
    Use double codes
    value="<%=request.getParameter("course")%>"

  • Looks like the double data promo went bye bye

    If you didn't hop on it, it's gone. The old 12,14,16,18 GB plans are gone too. So it's 15 GB for $100 or $150 for 20 GB and back to the extremely overpriced 30 GB-100 GB plans. Also stating the 10 GB and 15 GB are temporary too. You'd think Verizon would learn. One day T-Mobile and Sprint will actually have competitive networks what's Verizon going to then when they're offering unlimited data or at least much higher data caps for the same money? In a few years there will be virtually no difference in the networks. I guess they'll worry about that then.

    T-Mobile says it reaches 250 million as of their 3rd quarter report. That's 80%
    T-Mobile LTE Now Reaches 250 Million Americans - Months Ahead of Schedule | T-Mobile Newsroom
    We’re now on track to cover 280 million people with 4G LTE by mid-2015, and, I’m telling you today, we expect to hit the 300 million mark by the end of 2015.
    If they can hit that 300 million they basically have matched Verizon in coverage,.

  • How to export only the form field data in an XFA form when data connection is used

    I have used xml data connection to populate the values in the dropdown. The data to be loaded into the DropDown is very large , So I have used data connection using xml scheme.
    Then I used export data functionality to export all fields in the form to xml.Insead of exporting all the fileds it just export the values of the dropdown which has been binded through Xml Schema.
    I am not having the licenced version of Adobe Life Cycle. Could you help me solving this issue ? I just want both the data binding and the export data functionality.
    Thanks & regards,
    Karthikeya

    If you could use the below command you can get all the field values from the form.
    xfa.data.saveXML("pretty");
    Thanks
    Srini

  • Best practice for large form input data.

    I'm developing an HIE system with FLEX. I'm looking for a strategy, and management layout for pretty close to 20-30 TextInput/Combobox/Grid controls.
    What is the best way to present this in FLEX without a lot of cluter, and a given panel being way too large and unweildy.
    The options that I have come up with so far.
    1) Use lots of Tabs combined with lots of accordions, and split panes.
    2) Use popup windows
    3) Use panels that appear, capture the data, then, make the panel go away.
    I'm shying away from the popup windows, as, that strategy ALWAYS result in performance issues.
    Any help is greatly appreciated.
    Thanks.

    In general the Flex navigator containers are the way to go. ViewStack is probably the most versatile, though TabNavigator and Accordion are good. It all depends on your assumed workflow.
    If this post answers your question or helps, please mark it as such.

  • Convert varchar(20) date to date that looks like mm/dd/yyyy

    Good afternoon,
    I am a total novice at SQL and have been tasked to change a varchar(20) date column (shows up as m/dd/yy) to show up as mm/dd/yyyy. I've looked at the previous posts, but being a novice, it's difficult to wade through the non-applicable stuff. The column
    that needs to be changed is field2, but I'm not sure how to construct a statement to reflect my objective.
    Thank you in advance. 

    The sample uses a table variable. You can program it the same way for a table:
    DECLARE @t TABLE (dt VARCHAR(20))
    INSERT INTO @t
    VALUES ('1/2/12')
    ,('3/10/10')
    ,('7/23/9')
    ,('aa')
    ,('12/31/99')
    ,('10/20/00')
    ,('10/20/01')
    SET DATEFORMAT mdy
    SELECT dt
    ,CONVERT(VARCHAR(10), CASE
    WHEN isdate(dt) = 0
    THEN NULL
    ELSE cast(dt AS DATE)
    END, 101) AS newDt
    FROM @t;/******** TRY_CONVERT() method ************/
    SELECT dt, newDt=CONVERT(varchar(10),TRY_CONVERT(date,dt),101) FROM @t;
    GO
    dt newDt
    1/2/12 01/02/2012
    3/10/10 03/10/2010
    7/23/9 07/23/2009
    aa NULL
    12/31/99 12/31/1999
    10/20/00 10/20/2000
    10/20/01 10/20/2001
    dt newDt
    1/2/12 01/02/2012
    3/10/10 03/10/2010
    7/23/9 07/23/2009
    aa NULL
    12/31/99 12/31/1999
    10/20/00 10/20/2000
    10/20/01 10/20/2001
    Starting with SQL Server 2012 you can use TRY_CONVERT().
    You can start studying datetime functions here:
    http://www.sqlusa.com/bestpractices/datetimeconversion/
    Kalman Toth Database & OLAP Architect
    T-SQL Scripts at sqlusa.com
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • I can view the data in front end form, but data is not avilable in backend

    Hi,
    i created a form with three blocks.In first block i entered the data.Based on the data it will fetch recodrs from A & B tables and insert into C table.This logic i have written in backend and put commit in front end and back end. In the 2nd block iam using C table. i can view the data in front end(C table) . But i unable to
    see the data in C table when i go and see in back end.
    Form is used for only querying purpose. for the C block insert allowed and update allowed is false.
    Plz do the need ful

    Please try and post sufficient information for someone to replicate your problem. We are not looking over your shoulder and do not have access to your database.
    We need a minimum table structure, example data, a walk-through of how the form works - you mention 3 blocks and only half-way describe 1. Is another for the C block? Or is that a different form?
    e.g. Enter search data in Block A. Execute Query. Blocks A and B populated with data from database tables based on FK relationship B to A. User presses Save button, procedure in form updates table C based on data in form and issues commit. Execute Query in Block C retrieves just inserted data in table C.
    Is that remotely what's happening? Or something completely different?

  • APEX4: How to create a report whose data is based on user input date fields

    Using Apex 4 I've to create a report that allows the user to input two date and shows a report between the date range.
    How can I do this?
    Thank you.

    This has nothing to do with apex 4.0. If you create a report using this query:
    SELECT *
      FROM emp
    WHERE hiredate BETWEEN NVL (TO_DATE (:p1_date_from, 'mm/dd/yyyy'), hiredate)
                        AND NVL (TO_DATE (:p1_date_to, 'mm/dd/yyyy'), hiredate)and create two date picker items with names P1_DATE_FROM and P1_DATE_TO (take care of using the right date format), your report will show all records by default and those that match after you fill in the date items.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • HT1349 I lost everything on my old computer, so I ended up buying a new one. I formatted my harddrive by accident. It all started when I upgraded to itunes 10. Ok I see I have all my Data by looking down on the data bars at the bottom. So what do I do nex

    I lost all Data on old computer, I accidentally formatted hard drive. I was right in the middle of syncing my iPhone with computer, but computer was full so I had to delete some programs. Well I purchased new computer and tried to sync but nothing happened. I know I need to choose the right menu command but I'm a fraid to loose all Data on my phone. Please Help

    Let me see if I've gotten this right! You want to remove an account from BOTH machines? Do this for your new machine first, then for the other.
    Click the Apple logo on the top left of the screen, System Preferences, Users and Groups (under Systems), unlock the lock in the window if its locked (you need to know the password), select the user that you wish to remove, and click the - sign next to the + sign for Login options. A window will pop up with some options. Select Delete this user and securely, and click 'Delete user'.
    After this, do an update from the App Store.
    Thats all there is to it.
    For the other machine repeat the process except for one thing. Before you delete the user in this case YOU, you will have to give Administrator priviledges to your son bu checking the box 'Allow user to administer this computer'.
    Do NOT do anything from Finder ... if you dont know how to fix the consequences of the problems caused.
    There is no need to unauthorize your iTunes account on your new machine. Do it on the old machine though.

  • Icloud keeps inserting fake calendar events and fake contacts - looks like test data

    In the last few days, meetings for someone in  Palo Alto and contacts with fake data [ (555) 555-xxxx ] have been showing up on my wife's iPhone.  It looks like Apple test data.
    Any ideas??

    Are you sure no one else is using the same iCloud account?  That would account for it (no pun intended).

  • Auto increment between 2 inputed dates by 1

    Hi
    Can someone please tell me how to list the dates in order between 2 inputed dates.
    for eg., if my input is just one date : 17-jan-98, I can give this SQL
    select '17-jan-99', count(*) DAILYCOUNT from full_list where
    '17-jan-99' between list_begin_date and list_end_date
    This output gives me
    17-jan-99 1561
    What if my input is startdate 17-jan-99 and enddate is 20-jan-99, I would like to have the output as such
    17-jan-99 1561
    18-jan-99 1887
    19-jan-99 1345
    20-jan-99 1444
    Please help, thanks
    Joe.

    Never mind, I was able to do it myself, thanks
    select a.newdate, count(*) DAILYCOUNT from full_list,
    (select distinct list_begin_date newdate from full_list where
    list_begin_date between '17-jan-99' and '20-jan-99') a
    where
    a.newdate between list_begin_date and list_end_date
    group by a.newdate

  • How to show data in a matrix form from a table using SQL

    Dear Friends,
    I have a table with three columns with the following data:
    Market, Product, Date, Value
    Market-A Product-A 01/01/04 34
    Market-A Product-A 01/02/04 33
    Market-A Product-A 01/03/04 67
    Market-A Product-A 01/04/04 64
    Market-A Product-B 01/01/04 34
    Market-A Product-B 01/02/04 36
    Market-A Product-B 01/03/04 77
    Market-A Product-B 01/04/04 32
    Market-B Product-C 01/01/04 25
    Market-B Product-C 01/02/04 56
    Market-B Product-C 01/03/04 45
    Market-B Product-C 01/04/04 68
    Market-B Product-D 01/01/04 78
    Market-B Product-D 01/02/04 75
    Market-B Product-D 01/03/04 32
    Market-B Product-D 01/04/04 35
    I have a requirement where in I have to filter the products based on market and then show in the following format on the screen:
    After filtering based on Market-A (eg) the data should look like:
    01/01/04 01/02/04 01/03/04 01/04/04
    Product-A 34 33 67 64
    Product-B 34 36 77 32
    Kinldy suggest how can I write a query to get the data in this format using SQL
    Thanks & Regards,
    Vinay

    scott@ORA92> -- test data:
    scott@ORA92> SELECT * FROM a_table
      2  /
    Market-A Product-A 01/01/04         34
    Market-A Product-A 01/02/04         33
    Market-A Product-A 01/03/04         67
    Market-A Product-A 01/04/04         64
    Market-A Product-B 01/01/04         34
    Market-A Product-B 01/02/04         36
    Market-A Product-B 01/03/04         77
    Market-A Product-B 01/04/04         32
    Market-B Product-C 01/01/04         25
    Market-B Product-C 01/02/04         56
    Market-B Product-C 01/03/04         45
    Market-B Product-C 01/04/04         68
    Market-B Product-D 01/01/04         78
    Market-B Product-D 01/02/04         75
    Market-B Product-D 01/03/04         32
    Market-B Product-D 01/04/04         35
    scott@ORA92> -- query:
    scott@ORA92> SELECT product,
      2           SUM (DECODE (the_date, to_date ('01/01/2004', 'mm/dd/yyyy'), value)) AS "01/01/04",
      3           SUM (DECODE (the_date, to_date ('01/02/2004', 'mm/dd/yyyy'), value)) AS "01/02/04",
      4           SUM (DECODE (the_date, to_date ('01/03/2004', 'mm/dd/yyyy'), value)) AS "01/03/04",
      5           SUM (DECODE (the_date, to_date ('01/04/2004', 'mm/dd/yyyy'), value)) AS "01/04/04"
      6  FROM   a_table
      7  WHERE  market = 'Market-A'
      8  GROUP  BY product
      9  /
    Product-A         34         33         67         64
    Product-B         34         36         77         32
    scott@ORA92>

  • Input data on parent

    I'd like to input data on parent account and then allocate the amount on child account with allocation keys. Can I do that with hyperion planning? I'd like to do the same thing with parent and child entities.
    Best regards,
    Ludovic

    Yes - this is possible. In order to do this in Hyperion Planning, your version must be setup as a "Target" version, and not a "Bottom-up" Version.
    If you don't want to use a "target" version, designers will sometimes create "proxy" members that represent an upper-level member in a hierarchy (but are actually level 0). These can be used to hold amounts to be allocated. The benefit of this approach is that the amount to be allocated doesn't actually get overwritten with the results of the allocation. This can make testing and validations easier. With that said, these proxy members can be difficult to manage, especially if you need to allocate from many upper-level points in a hierarchy.
    Hope this helps,
    - Jake

Maybe you are looking for