Adding pages to an Adobe form? PLEASE HELP!!

Hey All,
Right now I'm working on a project for an engineering company. The gentleman in charge had two requirements.
1). "I want to have a form like the government has". Meaning
that he wants to be able to fill them out and then store
them. With the help of Adobe Designer 7 I was able to do
that.
2.) "I want the pages to move down like Word Perfect does."
Meaning that when the box fills up, the program that you
are doing data entry on simply moves down to another
page and allows you to fill it in.
I know this may sound kind of stupid but there is a reason for this madness. This is a quote form that this gentleman is using. If
he ever needs to print this form out. He needs to be able to see all of
the data that he has entered. From my experience, it seems that you can
enter all the data that you want and then when you fill up the text field. A scroll bar appears on the right hand side that allows you to move up and down in the text field to see what you have entered. But when you go to print, you only get what is seen in the text field.
Which of course is no good for my employer. Who, when he prints out this filled in form. Needs to be able to see ALL of the data that he has entered. To be honest, I am quite green with Adobe Designer and I could use the help.
Are you able to add new pages to an existing Adobe document?
If you are, how do you do it?
I have discovered one other option while messing around with Adobe Designer 7. In the "Insert" menu there is an option that says simply "button" when learning more about this interactive object. I learned that several are included in the "Insert" field. My question is, can I write a script that would allow me to use this button to add new pages when needed? Would this script be written in Java I take it?
Any help from Adobe guru's, newbys, etc would be wonderful. I would like to make this work. Thank you very much in advance.

I'm fairly new to Designer too, but I know the answer to your first question at least.
"1). 'I want to have a form like the government has.' Meaning that he wants to be able to fill them out and then store them. With the help of Adobe Designer 7 I was able to do that."
My guess is that he's referring to forms such as the 1040 form which allows people with just Acrobat Reader to complete AND save a form. The only way to do this is to have Adobe's Livecycle Reader Extensions. This is an "Enterprise" level (in other words: really expensive server-based) program. I talked to an Adobe rep and she said this program is generally based on the number of forms you want to enable, starting at $10,000 per document. Unfortunately Adobe's documentation on this is incredibly lacking. And the product info on Acrobat 7.0 Pro is (or was) very misleading when it says that with Designer you can enable documents to be completed and saved with Acrobat Reader, cause its not the case at all. End-users will need either Acrobat Elements, Acrobat Standard, or Acrobat Pro in order to be able to save a completed document.
As for a dynamic form that expands (and adds pages) as necessary depending on user input, that is something that you can do with Designer. Designer can create two types of forms, static and dynamic. The default type is static. If you have a form right now that is not expanding, then you need to save as and in the save as filetype dropdown select "Dynamic PDF Form File." Its important to note that a dynamic file cannot be created in any other program (such as Word, Excel or InDesign). The form has to be created from scratch in designer.

Similar Messages

  • Page Errors accessing Adobe Forums, Please Help !!

    Hey Folks,
    My work and personal laptop are unable to access any forum on the Adobe site using Internet Explorer. If I enable debugging, the errors that I receive before the webpage fails to respond include:
    'Jive' is undefined
    'JiveSpotLightSearch' is undefined
    'JiveViewThreads' is undefined
    Line: 2325 Error: Object Expected
    These all seem to be related to Jive Softwares "Clearspace" software that is used on the Adobe site. None of the forums, Yahoo, or google seem to have any information on this problem. It has got to be a missing add-on, a security setting, or some other inocculous problem.
    I had to load Firefox just to access this forum to post this thread !
    Thanks in advance for your help,
    Eric
    Ps    Please don't advise me to use a difference browser or update to I.E. 8. My work has me locked into I.E. 7

    I get the same thing on my personal Laptop as well.
    I am running:
    JAVA  version 1.6
    J2SE Runtime Enviroment 5.0
    Microsoft .NET Framework Version 1.1
    I have tried disabling WinPatrol and Norton Antivirus and the problem remains.
    What specifically should I be looking for in Security and Privacy Settings?
    Eric
    Ps      The post to thread via e-mail function does not work either. When I send a reply, I get a bounced e-mail message (See below)
    This is the mail system at host mail.sgaur.hosted.jivesoftware.com.
    I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below.
    For further assistance, please send mail to <postmaster>
    If you do so, please include this problem report. You can delete your own text from the attached returned message.
                       The mail system
    <[email protected]>: host
        10.137.24.42[10.137.24.42] said: 553
        <[email protected]> address
        unknown. (in reply to RCPT TO command)

  • How to print page numbers in adobe form

    Hi,
    Can anybody tell me how to print page numbers in adobe form.
    Thanks in advance
    Chaitanya

    Hi,
    Yes the field page n of m is used normally for printing page numbers. But it won't display the current page of total pages by itself. You have to set the run time property to n (current page ) and m (Total number of pages). Carefully select the # (current page ) and ## (Total number of pages). Hope this works for you.
    My requirement is to have the user control on current page. For Example:
    Example for a Invoice with 5 PO items (stands on 2 pages) :
    1st  page is the letter : no page number
    2nd page is the 1st page of the 1st copy of the invoice : we should read u201C1 / 2u201D
    3rd page is the 2nd page of the 1st copy of the invoice : we should read u201C2 / 2u201D
    4th page is the 1st page of the 2nd copy of the invoice : we should read u201C1 / 2u201D
    5th page is the 2nd page of the 2nd copy of the invoice : we should read u201C2 / 2u201D
    Presently i cam getting the current page number for page 4th as 3 / 2 and for 5th page 4 / 2. I could able to control the total number of pages from print program. But when i am printing the second copy (4th and 5th pages), I couldn't able to control the current page number. I need to initialize the Current page count (4th page ) as 1.
    I have used the follwing java scripting:
    this.rawValue = wv_pages - xfa.layout.page(this)
    where wv_pages is total no of pages calculated from print program.
    Please help me in this regard with some formcal or java scripting conditions.
    Thank You,
    Regards,
    Naresh.

  • Page Totals in Adobe Form

    Hi
    Need some help in Page totals in Adobe forms
    I am having a table which flows into several pages .
    I need to display the Total of a column at the end of every Page .
    How can i achieve that .
    I have tried the Script wih the pageContent method it is not working .i have also tried the sum method but it gives the grand total not the page total
    Since we can not know at what record in the table page break can occur, i can not add in the back end program . It has to be done dynamically .
    Please help me .
    Thanks
    Ramakanth

    Hi
    Thanks Andres
    I am now able to do the Sub Totals , but i am facing a new problem
    My Requirement is
    I have a table in my Design page
    If the data in my table flows for more than one page then
    1) I should show at page end sub total of Net Amount column in the table
    2) The same Amount should be shown in the starting of the Second Page after which the table contents should flow
    3) At the end of Page 2 i should again display the total amount which is addition of total from previous page and sum of all items in page 2 .
    Example
    Page 1
    Documentnumber currecy Amount
    1                             USD      100
    2                             USD      200
    3                             USD      300
    Balance CarryFwd              600
    Page 2
    Balance Carryfwd              600
    4                           USD       1000
    5                           USD       2000
    6                           USD       3000
    Balance Carryfwd              6600
    Page 3
    Balance Carry fwd            6600
    ..... and so on
    I have tried to use the Overflow leader and Trailer to get this functionality but in that case only texts are being displayed
    not the Values .
    I have tried to create the BalanceCarryfwd form in Master page but the sub totals are not comin up there .
    How can i implement this logic , Please help me in this .
    Thanks
    Ramakanth

  • R12 upgrade issue:Not able to login using forms:Please help****urgent

    We have recently upgraded our instance from 11.5.9 to 12.0.4 in Windows 2003 server.
    We are unable to login to forms after upgrade, however we are able access self service responsibilities without any issues.
    We are getting APP-FND-01496 when we access any forms responsibility. We have tried all possible metalink notes with no luck.
    Any help to resolve this issue will be appreciated.

    Duplicate thread ...
    R12 upgrade issue:Not able to login to forms**please help
    Re: R12 upgrade issue:Not able to login to forms**please help

  • HT5858 I am unable to open some of my apps, apps which I am unable to open were Clash of clans and  Bike race TFG.whenever I try to open these games, it start opening and in middle of opening , it sent me back to home page of my mobile. Please help what t

      I am unable to open some of apps, even one inbuilt app like camera, Example : regarding apps like Clash of clans and  Bike race TFG.whenever I try to open these games, it start opening and in middle of opening , it sent me back to home page of my mobile. Please help what to do ?and with camera it open a blank black page ...... Please help ?

    AmishCake has given you the correct steps for this issue.  What is probably happening is you have too many apps running in the background or the ones that you have open are conflicting in some way with the one you are trying to use, so closing everything out and a good reboot should resolve it.
    Also, make sure your device is updated and all the apps are updated.   Sometimes when the app is updated and the iOS is not, can cause behaviour like this.
    If it continues, back up your device and restore it.
    http://support.apple.com/kb/ht1414

  • TS1398 My Ipad can't connect to WiFi.  I tried to reset and connect to the wifi network, it will divert me to the IOS page...could you please help? Thanks.

    My Ipad can't connect to WiFi.  I tried to reset and connect to the wifi network, it will divert me to the IOS page...could you please help? Thanks.

    Try a soft reset or turn the device completely off then turn it back on again. Also you can toggle Airplane mode on for about 10 seconds and then turn it off. Sometimes that resets the radio signal inside the device.
    A soft reset is basically holding onto the power button and the home button simultaneously together for about 10 seconds or until you see the screen flash and it should go completely black. Afterwards, tun the device back on like normally and see if that fixes the problem.

  • Adobe forms search help

    Hi,
    How can we create the adobe forms search help,can anybody suggest.
    Regards,
    Aravind.

    hi, Jkuma,
    we met the similar situation with you while developing a anpplication form for HR.
    our conclustions are:
    1. it's not feasible to put all the data into the form, it will make the form too big and slow, so it must be a online interactive form
    2. you may put a search field to let the user to input some kind of criteria and do the search on the r3 side and return the hit list on the form , but it's not so easy to develop a table control on the form using javascript to get the selected one.
    3. so we built a 'selection screen' , using webdynpro for abap,
    it will show up before the form, while can use ddic search help, to make the selection, then put all the selected entries into the adobe form for further processiong.
    how this is helpful hint for you.
    br.
    jun

  • I got an order number not a serial number! I cannot install my product Adobe Muse please help!

    i bought adobe muse because my trial expired and i really need the program, i got an order number not a serial number! I cannot install my producto Adobe Muse please help! i have been more than 5 hours trying! im tired!

    Hi,
    Please check this thread,
    i need my serial number
    If nothing works, please reach out to the support team, using the following link ,
    Contact Customer Care

  • Getting data to show from context in adobe pdf form - Please help

    Friends,
    I need to get data passed to pdf based print form.
    Here are the steps i perfomed to bring the data to the form:
    1) created adobe form layout and context in sfp tcode
    2) created interface in sfp tcode. used a copy of a standard sap interface with the code initialization intact.
    3) dragged fields from interface to context
    4) did default binding in object palette of the form fields in the layout to the respective fields from context
    still, the data is not getting displayed in the form layout when the form is executed, whereas it is getting displayed in the standard form.
    Am I missing something here... Please help me as this is urgent.
    Points will be rewarded for helpful answers.
    Regards,
    John.

    Solved

  • How to display page no for different master pages in one adobe form application

    Hi All,
    we have requirement where we need to  display page nos in different master pages in one single adobe form.
    For the First form the page nos should be displayed pgno of total pages and for 2nd form the page no shuld be displayed as pgno of total pg.
    so please help me with any script or suggestions for displaying the page no accordingly in different master pages. Your suggestions are greatly appreciated.
    Thanks
    Raja.

    Hi Lingaraj,
    We have 2 different Master pages and 2 Body pages. For the seccond Master page the page no are comming correct like 1 of 3 ,2 of 3 and 3 of 3 but for First master page the page no are comming 0 of 3  in all of the page its not displaying the current page no in 1st master page.
    Screen shots are attached for first master page and Hierarchy Node.Pls see the highlighted section in 2nd image.
    Pls see and suggest me accordingly. Hope this helps are let me know anything u require.

  • How to call  New Page conditionally in Adobe Form

    Hi,
       Actually I want to develope a adobe form in which the employee training details will be come Page wise.
    Suppose there is 2 employee one has 90 and another has 60 training details.Suppose on  each page only 50 line items can be displayed.now for first employee in 1-st page 50 line item will come ,there afte in secon page 40 line item will be come.Now when second Employee details is coming it should not come in secon page .it should be come on third page.
         Can anybody help me regarding this matter

    Hi,
      I think there is no way to do this,  atleast for Adobe Designer v.7.0. But if you know XML or java scripting you can try that. I dont have much knowledge on it.
       However there is one way. Add dummy records in the table so that there  are mulitple of 50 records for each employee. I have also heard that adobe designer 7.1 has some extra options. Please try that if possible.
      Please let me know too if you find anything out. It will help me too..
    Regards,
    Susanta

  • Problem with new page triggering in ADOBE Forms

    Hi all,
                 I am workin on a Purchase Order adobe form. I have a requirement to dispay Other stipulation text after completion of all the information. The text should be displayed on a fresh new page. I can able to display the text on new page, but if the text is not there then its displaying a blank page. How to avoid this blank page.
    Can anybody please help to solve this issue
                          Thanks.
                          Ranganadh.

    It is because you are calling a NEW-PAGE in the main window and you have not mentioned which should be the next page. For that you need to Go to SE71==> Pages==>Standard Attributes==> Mention the <b>Next page</b>
    Assign the same for both the pages !
    rgds,
    TM
    Please mark points if you got solution.
    Message was edited by: Thomas Mann

  • Probelm with New Page Triggerin in ADOBE Form

    Hi all,
                 I am workin on a Purchase Order adobe form. I have a requirement to dispay Other stipulation text after completion of all the information. The text should be displayed on a fresh new page. I can able to display the text on new page, but if the text is not there then its displaying a blank page. How to avoid this blank page.
                          Thanks.
                          Ranganadh.

    Hi,
      I think there is no way to do this,  atleast for Adobe Designer v.7.0. But if you know XML or java scripting you can try that. I dont have much knowledge on it.
       However there is one way. Add dummy records in the table so that there  are mulitple of 50 records for each employee. I have also heard that adobe designer 7.1 has some extra options. Please try that if possible.
      Please let me know too if you find anything out. It will help me too..
    Regards,
    Susanta

  • Rearrange pages when printing adobe form with multiple master pages

    Hello!
    Good day to you all.
    I have an issue in regards with printing my adobe form with multiple Master pages. I have 4 master pages:
    1st master page: a
    2nd master page: b
    3rd master page: c
    4th master page: d
    all with different headers and footers all having the same contents (items). I don't have issue with one page content (it just prints 4 pages with different headers and footers). The issue comes out once the items exceed 1 page.
    What happens is that the preview/print shows (example: 3-page item)
    a1-a2-a3-b1-b2-b3-c1-c2-c3-d1-d2-d3.
    What i need is to print these such that all 1st pages of the 4 master page to be printed first, then all the 2nd pages, then all 3rd pages. Please see below:
    a1-b1-c1-d1-a2-b2-c2-d2-a3-b3-c3-d3
    This is because we will be using carbonless copy paper during printing and it's possible that it would be printed on batch jobs. Please suggest ways to do this.
    Thanks a lot in advance!
    Best Regards,
    abap_peer_dangs

    Hi,
    Is that requirement of multiple pages as groups only at the time of print or at print preview also...?
    Can you have a Print button on this screen or you should be using the Abobe toolbar's Print button..?
    Well if this on a click of a button in the form and the requirement is only at the time of print and not on print prieview I can have a JS script which does this...
    Let me know if this suffice, I can try with a local file and send you the script.
    @ Chris: I didn't understand what do you mean by reported, I was eager to hear and learn a solution from you may be a new approach which I am not aware of ...?
    Cheers,
    Sai.

Maybe you are looking for