Inserting text forms/fields by clicking on "+" sign

Hello everybody!
i want to make a pdf file for customers, they type in, which one photos does they want to print.
So my question is: Can in create a pdf document, that can i add text fields by clicking on "+" sign?
Is it possible someting like that do in PDF?
Here is what i mean:
Effect after clicking on PLUS button:

You can do this, you create a table with a Heading a Row. Then create a button underneath the table with the following code to add additional rows.
Table1._Row1.addInstance(true);
Hope that helps

Similar Messages

  • Set maximum size in Text Form Field Options for a field in bi publisher RTF

    Hi All,
    How to set maximum size in Text Form Field Options for a field in bi publisher RTF.
    I have a RTF whch is having a field in that i need to add some validation condition but after adding certain condition in Add help text tab ,it is not accepting after certain length, how i can increase the length to unlimited,please help me on this
    Thnaks

    Form fields have some restrictions if your are using version lower than 11g.
    They can accommodate only 393 chars. You can add the text in both status bar and help key, which can in total consume 393 chars.
    If your code logic is more than that, it can be split into multiple form fields as Avinash suggested or you can use sub template logic and handle coding over there. Again in sub template code can be within/outside form fields.
    So there is no option for user to increase the size of form field.

  • Can I add a text form field in Photoshop that can be edited in Acrobat reader?

    I design coffee labels with Photoshop then send them off to the printers. The printers then open up a PDF and put in the best before date before printing. At the moment I have to add the text form fields using Acrobat Pro after i've saved the photoshop document as a Photoshop PDF. The problem is if I want to edit the labels at a later date, I have to re-add the text form fields with Acroabat again. 
    Can I add a text form field in Photoshop that can be edited in Acrobat reader? Is it better to use another program for this task?
    Thanks in advance
    Ian

    As A1's Calculate script, under "Simplified field notation", enter:
    A * 0.8
    The same goes for B1 and B, resp.

  • Can I get a text form field to automatically calculate a percentage of another text field?

         I have a form with text form fields A, B, A1, and B1. I need to have form field A1 calculate to be 80% of form field A. Same with the B fields. I am creating a form that will be filled in by my managers and am hoping that this can be done! HELP PLEASE!!

    As A1's Calculate script, under "Simplified field notation", enter:
    A * 0.8
    The same goes for B1 and B, resp.

  • Autodetect text form fields-How do you get it to find all field areas?

    I have 50 pages, all identical.  I created in InDesign and its simply just a chart that is about 50 lines with 4 columns.  It was created as a table also and very clean.  I want each of those cells to be converted to text form fields in Acrobat.  When I run the auto detect, it finds every one except the column on the far right and one of the cells on the very bottom with all 50 pages.  I really need this to autodetect these or else I will have to do all those missing ones manually and that is a TON I will have to do and give unique names also which I really dont want to do!  I have attached a screenshot of the form as is and another showing all the detected fields.

    I don't think that there is a way to do, I think your only option is to add manually. If that column is the same size as last one on the right that it detected then you can copy>paste. But beware you may have to rename the field and double check your tabbing order when doing so.
    If all your 50 pages have the exact same fields then get your 1st page setup. Then create page 2 and open your pdf with the correct fields, go to Document>Replaces Pages, and select page 2, so the same for all pages and then combine all pages into 1 pdf when finished (seems like a lot of steps but in my opinion faster then doing 50+ pages and however many fields). As long as your 1st page is the exact same field setup as all the rest this should prevent you from having to redo all 50 pages.

  • Copy and Paste from Safari to MS Word Text Form Field adds a trailing space

    I know this is just a minor issue, but an inconvenience for me nonetheless.
    When I go to the same page and copy and paste the same text from Firefox, the trailing space is not added.
    What I find puzzling is that when I paste the same copied text into notepad from Safari, it does not add the trailing space.
    So it is likely an issue with MS Word's method of pasting text, but strange to me that it does not happen from Firefox.
    Is there a way to inspect the exact contents of the clipboard to see if there are any differences?
    I just did a little bit more testing, and found that Word only adds an trailing space when I paste into a "Text Form Field" from only Safari.
    Maybe the solution is to stop using MS Word. (Ha, Ha)

    OK, I think I found another way to describe my issue:
    When I copy text from a webpage in Safari, some form of "meta-information", or formatting data, is kept, and when I paste into MS Word, the formatting from the webpage is retained. In my default setup of Firefox, this formatting meta-information is not retained, it only copies the plain-text.
    So my question is actualy: How do I prevent Safari from retaining formatting data, and only copy the plain-text?
    I have been testing some clipboard managers, and have yet to find one that will auto-filter out formatting data from text that I copy, but they can after interaction.
    The other, current, method I have been using is to:
    1. select and copy the text in Safari
    2. paste text into notepad
    3. select and copy text from notepad
    4. paste de-formatted text into MS Word
    Or in Firefox:
    1. select and copy the text in Firefox
    2. paste text into MS Word (no formatting retained)

  • Inserting text form a textfile into a JtextArea

    Hi,
    Im trying to insert text form a textfile into a JtextArea ex the textFile is called Words.txt
    JTextArea ta  = new JTextArea();
    ta.insert("Words.txt", 0);what im getting in the textarea is Words.txt and not the text in it.
    So what shall i do to place the text in the textarea??
    Matt

    Shall i pass the the name of the file ??Not sure where you would get that idea as a String is, well, a String and NOT a Reader.
    Did you read the javadoc for Reader? Well, luckily I did and one type of Reader is a FileReader, which, amazingly enough, reads characters from a file. So, when you give the JTextArea (a type of JTextComponent) the Reader, it will read characters until its done, inserting them into its Document. Putting this all together, you get:
    // yes, finally the string you pass refers to a file name
    textArea.read(new FileReader("Words.text"),null);

  • Allowing a zero as the first digit in an insert record form field

    I have a form that has an insert record behavior applied to
    it. I would like to be able to put a number into one of the form
    fields that begins with the letter zero (i.e. 010507). The trouble
    is that when I insert any number beginning with a zero, the first
    zero in the number gets dropped when it is entered into the
    database. This occured even when I tried changing the field type
    from number to text in Access.

    Oh, I failed to change the field type to "text" in the insert
    record dialogue box as well.

  • Invisible cursor in text form field with black background

    The text input cursor (the vertical line that blinks) isn't visible when typing in a textarea form field that has a black background. In other browsers, the cursor alternates black and white so you can see it when it's white. But in Safari, I don't see anything. Is this a bug?

    here's a sample page:
    http://www.freewebs.com/l0l00/blackform.html

  • Microsoft Word 2007 Text Form Fields: Cannot limit characters

    Hi there,
    Thank you very much for taking the time to check this post out.
    I know that someone had already put a similar question up (a few years ago) and it got resolved, but there was no information as to how the fix was applied or what went wrong with the document, so that is why I am posting this problem now :)
    On page 2 of the document (Sample file
    ) under the headings of:
    Identified Hazards
    Control Method
    Review Responsibility
    the form field will not limit the number of characters although it has been stipulated in the Text From Field Options , the result being, when I put the template under protection
    for data input, the spacings change or I get to the end of the line and some of the previous typed text disappears.
    Surely there should be some fix out there, or an explanation of why it doesn't work (? corrupted document?).
    I'd be most grateful for any assistance you provide.
    Cheers,
    TheShyButterfly
    Hope you have a terrific day, theShyButterfly

    Thank you to all for your responses :)
    I also tried changing the font type .... as I found this article, which really made me understand how the different font types have different character widths within the same font and how that impacts on the number of character you want to limit to.
    The link is
    Word Tips by Allen Wyatt and there he advises that one of the most
    Extract:
    "For instance, if you don't want your field to wrap to the next line, then you need to set a maximum length guaranteed to fit on a single line. Calculating such a length can be difficult, particularly if you are using a proportional font. For this reason,
    some people like to set the font of their fields to a monospace font, such as Courier; it makes calculating field lengths easier."
    Also from Wikipedia,
    Monospaced fonts which explains how 'size' actually matters :).
    I just thought I'd share what I have found as this appears to have resolved my problem. (It just took some time to discover it ) ...
    Cheers,
    TheShyButterfly
    Hope you have a terrific day, theShyButterfly

  • PHP remember Form-button data to insert into form field

    Hi,
    I am creating a book website where people can reserve books (one at a time).
    Basically what I want to do is have a reserve button under each book which contains hidden values (the title and author of the book) and when they click on the button they will be taken to a 'reserve book' page with a form on it where they will have to fill out their details. However I want the book title and author to automatically be entered into the appropriate fields, so to save the users from having to do it themselves.
    I'm sure this is possible with PHP, but not sure how to go about it in the right way.
    I would appreciate any help with this.
    Thanks

    Thanks for that, however I can't seem to get the first part of the code right. I have the following:
    Reserve book button:
                   <form action="reserve.php" method="post">
                        <input type="hidden" name="bookName" id="bookName" value="Eclipse" />
                        <input type="hidden" name="author" id="author" value="Stephenie Meyer" />
                        <input class="button" type="image" value="send" alt="reserve" src="images/reserve.gif" width="81" height="22"/>
                    </form>
    Reserve book form:
       <form action="process-form.php" method="post">
                  <label for="name">Your Full Name:*</label>
                 <input type="text" name="name" id="name" />
                  <label for="telephone">Tel no:*</label>
                  <input type="text" name="telephone" id="telephone"  />
                  <label for="email">Email:*</label>
                  <input type="text" name="email" id="email"/>
                  <label for="Title">Book Title:*</label>
                  <input type="text" name="book_title" size="25" value="<?php echo $bookName ?>" />
                  <label for="Author">Author:*</label>
                  <input type="text" name="author" size="25" value="<?php echo $author ?>" />
                  <input class="button" type="image" value="send" alt="reserve" src="images/reserve.gif" width="81" height="22"/>         
                </form>

  • Visibility description text form fields in Acrobat Pro

    Hi there,
    I'm making a lot of forms for a client of mine. The major part I'm doing from indesign CC, but a couple of specific alterations I have to do in Acrobat Pro. There is one thing I can't figure out, lets see if I can describe it correctly;
    One of the 'forms' is a certificate clients of my clients will get. In this certificatie is a graphic area in which the account manager, who makes the sell, has to type in the company name of the new client.
    So I made a text field for this, but here's the thing:
    I'd like to display the description of the field (which is 'Type in company name') visible in the field in acrobat.
    1 account manager opens form
    2 sees where to type the company name
    3 types
    4 the description will be invisible with printing
    It would be even better if the description tekst becomes invisible after typing, but maybe that's a bridge too far?
    Can anyone help me with this or maybe tip me on an alternative?
    Thank you!
    Regards, Liek

    This is for a text field that you create in Acrobat, whether the form is used offline or online. The script is a custom Format script, which you can place by bringing up the Properties dialog for the field, select the Format tab, set a format category of Custom, and you should see where you can enter the script. Change the string "Instructional text goes here" to the text you want to display when the field is blank.

  • Make a text form field optional

    I use Adobe Acrobat 9 Pro at work and have a form with a paragraph that the user would like to have a portion of the paragraph be optional. I tried to set it up using the Action tab in the Properties with "Mouse Enter - Show/hide a field" but the text field just changes to "hidden" and doesn't come back to "visable".  I have not worked with JavaScript in this before but would be willing to do so if necessary and if it will work okay in Adobe Reader, which is what the users will be using to fill it in. Advice today would be appreciated, since I need to finish this project this afternoon. Thanks so much!!!

    Wanted to attach the page that the text field is on. It's the one between #'s 4 and 5. The users may, or may not, want the portion of the paragraph in the final order. It hides great but how do I get it to reappear?  Your knowledge is appreciated.

  • How to clear the portal form fields while clicking on Back button in browser?

    Hi All,
    I have a portal form, which calls another form. When I types in a value and presses submit, it goes to the new
    form with the information on it. When I click on the back button in the browser, it will show the last value user
    has entered. I want to clear these values, when I click on the back button in the browser.
    Any help is greatly appreciated.
    Thanks & regards,
    Nevin

    Lets assume that the name of the field, whose value you want to clear off,
    is SEARCH_TEXT :-
    Steps :-
    1> Edit the form and goto the Additional PL/SQL Section
    2> Add the following code to the "...after displaying the page" area
    declare
    l_form_name varchar2(200);
    l_sess_id integer;
    begin
    l_form_name := p_session.get_module().get_name();
    l_sess_id := p_session.get_id();
    htp.p('<script>
    var fieldName = "'||l_form_name||'.DEFAULT.SEARCH_TEXT.01";
    var formObj = document.WWVM'||l_sess_id||';
    for (var i=0; i < formObj.length; i++){
    if (formObj.elements.name == fieldName){
    formObj.elements[i].value = "";
    break;
    </script>
    end;

  • Linking text form fields in Acrobat Pro

    I am using Acrobat Pro.  I have successfully entered javascript that links multiple text fields so that when reaching the end of one field it automatically advances to the next.  My problem is that if I am in the middle of a word it will split the word instead of carrying the entire word to the next line.  How do I fix this?

    I'm having a simliar problem except for some reason, if I am typing a word, the sentance will advance to the next field but will be missing a letter and looks like this:
    This is an example of what Acrob
    t is doing.
    There is a letter that disappears and I can't seem to find how/where to fix it. I think it involves something with the java code but I'm not sure...

Maybe you are looking for