Duplicate form fields

Hi everyone,
Spry is growing. I was checking all posts in this forum but I
couldn't find somebody who try to duplicate inputs, texteareas, ...
and other html element with spry. Is it possible ?
I llok the documentation also and I could not find something
that sound like that.
Does anyone has an idea to do that keeping spry
functionalities (validation, ...) ?
Thanks

What a pitty ;-) Anyway I will wait for this behavior. It is
a major thing for rich forms and that give a good user experience.
Thanks for your answer, I will look around and keep an eyes
on that.

Similar Messages

  • FormsCentral: Easily duplicate form fields

    Hi guys!
    I'm creating a form within FormsCentral that asks our members how many people are in their household. From there, I need fields like name, email, address, phone number, etc. to popup. If they answer, 4 household members, then I need those questions to popup 4 times. Any clue how to do this easily without me having to duplicate each form field individually? Thanks in advance! - Esmith07

    Hi esmith07,
    The functionality you're looking for isn't exactly there in FormsCentral. You can, however, work around it manually. How I would do it:
    1. When they fill out the information about Person #1, have an additional yes/no question asking them if they have another household member to include.
    2. If they click Yes, have new fields appear for Person #2 (using show hide logic: you will create those new fields in advance, but keep them hidden unless they click yes). Also include another Yes/No question asking if they have another member of the household to include.
    3. If they click Yes, repeat as needed.
    As the form designer, you have to anticipate your maximum number of responses per household. If you want to cap it at some number, say - six, for example, then after they have filled in the info for six people, and you ask them if they have any more, you could ask them to fill out the form again with the remaining name(s), or you could throw up a multi-line text box and ask them to include the same info, and then you could parse it out after they have submitted the form.
    It's a bit tedious to set up the first time, but it works.
    I hope that helps,
    Brian

  • Duplicate form fields across multi-page forms

    Hello!
    I have some multi-page forms which include a few identically laid out pages; pages which take a long time to manually set up (nearly 100 fields per page, of varying sizes and positions)...
    I tried to duplicate the fields from one page to the others, which worked; but they are identical fields, meaning text input into one will likewise be seen in the other pages. I need the other pages to be unique, even though they look identical (field-wise they look identical, the background images for my form distinguish the actual contents of each field).
    Copy/Paste is the same as duplicate.
    I can just do that and then manually rename a few hundred fields; but at that point I am not much better off than manually placing the fields. Some, but not much.
    Is there any way to do this?

    I would look at using the template object within for this task.

  • Changing properties of duplicate form fields.

    If I am duplicating a text box field on several pages of a form, how can I set the properties of the duplicated fields (ie. pages 2 & 3) to be read only, displaying only what I have typed into the original? I don't want users to have to tab through these fields again. I have noticed that if I change the duplicates to read only then the original is also changed. Perhaps there is an alternate way of doing what I have described? (Acrobat 8 Pro).

    Yes, you have to name the fields on the other pages to a different name and add a custom calculation script renamed field to set the field value to the field on the first page.

  • Help: Text duplicates in all form fields

    When filling in the PDF form fields (of the PDF fillable form that I created), the text duplicates into every other field in the PDF, regardless of which box you type into. Help?

    This is how PDF forms behave if the fields names are the same, so you just need to change their names in Acrobat so they are all different.

  • What is the best way to clone a form field in BC

    Hi,
    What is the best way to clone a form field in BC.  I tried using jquery .clone.  It works fine on other forms for me but not on the BC forms, why? is it just me?  Any help would be great. Thanks

    I mean, duplicate a field with the click of a button.
    I think this should work, but it's not and  I am linked to the jquery library in the head of my page.
    <script type="text/javascript">
    $(document).ready(
      function() {
        $('input#tmpAddRow').click(
          function($e) {
            $e.preventDefault();
            $('tr#tmp').clone(true).removeAttr('id').appendTo('tbody');
        $('tr input[type=text]').focus(
          function() {
            $(this).addClass('myFocused');  
        ).blur(
          function() {
            $(this).removeClass('myFocused');
        </script>
    <img alt="" style="border: 0px solid; width: 200px; height: 134px; float: left;" src="/images/pv logo 3d.png" />
    <h3 style="text-align: center; color: #0000ff; text-shadow: #999999 0px 1px 5px;">Member Directory Listing</h3>
    <p style="text-align: center;">If you would like to be listed in the Pine Valley Middle School Directory, please fill out this form.  Only fill out the areas you would like to show up in our Directory.</p>
    <div style="margin-left: 130px;" class="form_bg">
    <form action="/CustomContentProcess.aspx?CCID=5656&amp;OID={module_oid}&amp;OTYPE={module_otype }" method="post" enctype="multipart/form-data" onsubmit="return checkWholeForm45842(this)" name="catcustomcontentform45842">
        <table cellspacing="0" cellpadding="2" border="0" class="webform">
            <tbody>
                <tr>
                    <td id="tmp"><label for="ItemName">First Name</label><br />
                    <input type="text" value="{module_firstname}" maxlength="255" id="ItemName" name="ItemName" class="cat_textbox_small" /><br />
                    <input type="button" id="tmpAddRow" value="Add a Row" />
                    </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131512">Last Name</label><br />
                    <input type="text" value="{module_lastname}" class="cat_textbox" id="CAT_Custom_131512" name="CAT_Custom_131512" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131509">Number</label><br />
                    <input type="text" value="{module_homephone}" class="cat_textbox" id="CAT_Custom_131509" name="CAT_Custom_131509" maxlength="1024" />
                    </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131510">Email</label><br />
                    <input type="text" value="{module_emailaddress}" class="cat_textbox" id="CAT_Custom_131510" name="CAT_Custom_131510" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><label for="ItemAddress">Address</label><br />
                    <input type="text" value="{module_homeaddress}" maxlength="500" class="cat_textbox" id="ItemAddress" name="ItemAddress" />
                    </td>
                </tr>
                <tr>
                    <td><label for="ItemCity">City</label><br />
                    <input type="text" value="{module_homecity}" maxlength="255" class="cat_textbox" id="ItemCity" name="ItemCity" /></td>
                </tr>
                <tr>
                    <td><label for="ItemState">State</label><br />
                    <input type="text" value="{module_homestate}" maxlength="255" class="cat_textbox" id="ItemState" name="ItemState" />
                    </td>
                </tr>
                <tr>
                    <td><label for="ItemZip">Zipcode/Postcode</label><br />
                    <input type="text" value="{module_homezip}" maxlength="255" class="cat_textbox" id="ItemZip" name="ItemZip" /></td>
                </tr>
                <tr>
                    <td class="hidden"><label for="FirstName">First Name</label><br />
                    <input type="text" value="{module_firstname}" class="cat_textbox" id="FirstName" name="CAT_Custom_131511" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><input type="submit" id="catcustomcontentbutton" value="Submit" class="cat_button" /></td>
                </tr>
            </tbody>
        </table>
        <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript" src="/CatalystScripts/Java_DatePicker.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    var submitcount45842 = 0;function checkWholeForm45842(theForm){var why = "";if (theForm.ItemName) why += isEmpty(theForm.ItemName.value, "Item Name");if (theForm.Days) why += isNumericIfVisible(theForm.Days, "days"); if (why != ""){alert(why);return false;}if(submitcount45842 == 0){submitcount45842++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
        <script type="text/javascript">
        jQuery("#ItemName").blur(function(){
            jQuery("#FirstName").val(jQuery("#ItemName").val());
    </script>
    </form>
    </div>

  • How do I create a text box or form field on the top of every page of a pdf in XI Pro for titles?

    I generate pdf content from another program and then in Acrobat XI Pro I want to add titles to each page.
    I'm thinking I can use form fileds and duplicate across all pages but how do I make each form filed unique?
    Or could i add a form field to a background and then apply the background to every page in the pdf?
    thanks.

    This type of thing is probably best done with a script, either by adding a uniquely named field to each page or by spawing a template page that contains just the form field (like your last idea). There's not a built-in method for doing this. If you add a blank page to the beginning of the document, create the field in the location you want, and make the page a template, you can run the following script in the interactive JavaScript console (Ctrl+J):
    // Get a reference to the template
    var t = getTemplate("Field");
    // Spawn the template on each page, automatically renaming the fields
    for (var i = 1; i < numPages; i += 1) {
        t.spawn({nPage: i, bRename: true, bOverlay: true});
    To run the code, select it all in the console and press Ctrl+Enter, or Enter on the numeric keypad.
    To make a page a template in Acrobat 11, make sure you're on the page you want to make a template and select: Tools > Document Processing > Page Templates
    and enter a name. I used a name of "Field" in the example above, but you can use anything.
    To create a blank page, you can use the following script:
    newPage({nPage: 0, nWidth: 8.5 * 72, nHeight: 11 * 72});
    for an 8.5"x11" page. Adjust the numbers to match whatever your page size is. It will be added to the beginning of the document and you can then add the field and make it a template. Once the fields have been added, you can remove the template page.

  • Making a form, why does the text type over top of itself in the form field?

    Hi, I am making a certificate form for a client to fill out and print when needed. I designed everything in InDesign, exported to pdf, and made a form field for Old English MT for the name and date. When I close the form editing window and type a name in the allocated spot, the letters type on top of each other, not left to right like normal. I am working on a mac, client is on a pc.

    Yes its possible it happens when there is a Duplicate Field on top of itself. I helped someone last year that had several fields that were duplicated.
    Open Acrobat.
    Go to tools menu
    Choose Forms.
    Click on Edit.
    Click the field(s) that appear to have duplicated text.
    If your keyboard has arrow keys click on the field then use arrow key to move to left, right, up, or down. If field shows underneath is not moved, delete the field selected.
    Repeat as needed.

  • Acrobat X Pro - Duplication of form fields

    I use Acrobat X Pro to make fillable forms and frequently have an issue with form fields duplicating over top of each other when I try to format a group of fields. Our forms are often several pages in length and it's very time consuming to have to repeatedly delete the duplicate fields and reformat the original fields. I have the same issue when I attempt to copy radio buttons from one form to another (e.g. I copy the radio buttons from the English to the French versions of the same form to save time of adding and formatting the radio buttons on the French PDF). Is there a way I can prevent the fields from duplicating? My operating system is Windows XP.

    i have read at least 4 articles and watch 3 videos that do almost the same process i have explained.  the only difference is that they used Word to create their PDF doc.  they had no issues.
    so i am wondering if there is something wrong with the Excel PDF process.  i have tried this one 2 different MacBooks with same result.
    what does the cell have to have in order for Acrobat to detect it as a form field?
    I have a spreadsheet that has over 300 fields that should have been detected.  so yes, i could create them manually, but i am hoping to get this Acrobat to detect them. 
    I tried the process you did "File=>Create Form".  i got same message.
    i built a separate little test process to describe the issue.  see image that is attached.
    it is very simple, yet no fields were detected.

  • Duplicating form fields from one PDF document to another

    Hi,
    Does anyone know of a way to select and duplicate all acrobat form fields from one PDF document into a new PDF document. I know I can do so one field at a time but would like to know if there is a way to do so in a wholesale fashion.
    Our PDF documents are created in-house each year and are nearly the same as the previous year's document containing 99% of the same form fields in the same locations. These forms contain a lot of form fields, anywhere from 50 to 100 fields.
    Rather than start from scratch each year defining the same fields that were present in the previous year's document, I am looking for a way to copy the form fields from an existing PDF document (last year's PDF in our case) and copy the form fields into a new PDF document (that does not yet have any form fields defined) and hopefully maintain all the field attributes and positions from the previous years document.
    Thanks for any suggestions,
    Steve

    The PDF template we need to copy the form fields "to" doesn't start out having any form fields. It is the fields that we need copied from a previous year's PDF template.
    Here's an except from my original post: "I am looking for a way to copy the form fields from an existing PDF document (last year's PDF in our case) and copy the form fields into a new PDF document (that does not yet have any form fields defined)"
    The "new" PDF template is a complete "paper" form with updated legal text and calendar year referrences but NO form fields. In our IS group, we then take these forms, add form fields to them and are then able to populate them with database-resident user data. We serve them up to the user in their browser pre-populated with their application data.
    So again, our need is to find a way to copy form fields from "last year's" PDF template and copy just the form fields to an fresh "new year's" PDF template that contains no form fields to begin with. What we begin with is just a PDF representation of a paper student loan application.
    Thanks for the suggestion!

  • Font changes in PDF form fields created in InDesign

    I wasn't sure where to post this -- InDesign or Acrobat forum -- I created a lot of form fields in InDesign and when I exported to PDF, some of the form fields ended up using Times and some using Helvetica. When creating the fields in InDesign, I copied and pasted most of them to duplicate them and then changed their names, so it seems like they should all be using the same font.
    I know how to later change the form field font in Acrobat, but it's not efficient to have to do that.
    If anyone knows how to specify which font is used in an InDesign form field and make it stick in the resulting PDF, I hope you'll help me out.

    Check if there is everything OK with the &lt;ORACLE_HOME&gt;\tools\Common90\uifont.ali file.
    You can alias specific styles of font there. For example
    Courier.12... = Courier.14....
    changes courier 12 to 14 in the report output.

  • Printing form fields only on Reader

    Before I get to the meat, a little background.  We are in the process of converting all of our forms into PDFs so to keep everything the same across the company.  My company is a contract packager, and we ship out many items.  We have purchased forms for Bills of Lading and Packing slips that have duplicate copies for the back.
    We would like to be able to scan the form into the computer, and create a PDF with text fields to type in the information, but then only print the form field data.  Basically, I want the form to show up on the computer screen but only print the data that's entered.  With Acrobat, I can select in the printer box to print form fields only, but when I put the form on the system and tried it on a computer that only has Reader it doesn't give me the option of printing the fields only.  (I'm the only computer that has and uses Acrobat).
    I'm not a programmer of any sorts, but is there a way to have Reader do what I want it to?
    Thanks in advance for any help!
    Bret

    Hello Eveyone
    My solution for this is simple
    In Adobe Pro, go to menu bar in:
    Documente-->
    Backgroup-->
    Add and Replace or Update
    in Apperance select
    Apperance Options
    remove the check for "SHOW WHEN PRINTING"
    This solved the problem to print forms with background in your company.
    GOOD LUCK

  • Can Acrobat be made to verify one form field against another?

    Here is an interesting problem, and I'm wondering if Acrobat has the functionality to solve it.
    The sales department is holding up application processing time.  They either forget to fill in blocks of information, or they misspell the buyer's name (Billy on page 1 and William on page 4). 
    Can Acrobat be programmed to verify one form field against another in order to eliminate these errors?
    Thank you.

    I had considered this as well.
    That solution would work in an ideal situation.  In this situation, however, it would probably not be a final workable solution.  Consider the case above.  This organization needs the full legal name on the application.  However, in the first field our friendly sales department enters Billy (instead of William).  If the "duplicate field" solution was embraced, Billy would automatically be embedded and a denial instantly triggered.
    If one form field can be verified against another, then can I assume various formulas could be generated from that?
    If field A then (B and C and D)
    If not field E (then no B and no C)
    Is this also correct?

  • Why would my PDF Form print out the tab order on top of my form fields?

    When this user prints out the filled out PDF form we created, it prints the tab order as a little square numbered box right on top of the form field entry.  The tab order prints over all types of fields, text entry fields, check box fields, etc.
    I am not sure if this issue is related to someone using a non-Adobe PDF reader, or an issue with their printer?   Unfortunately, we cannot duplicate this issue ourselves and are hesitant to interrogate our client futher on the matter. 
    Has anybody else ever seen this type of print out from a PDF form issue?

    Thanks for your reply!  Based on your suggestion I did a little experimenting.
    This is a form saved to Enable User Rights so PDF viewers can fill out and email or save the form.   After seeing your question, I opened the form for editing (actually saving a copy first that was not restricted, and editing the copy).  I then toggled the Tab Numbers on via Tools > under the Forms header I clicked Edit > Other Tasks > Edit Fields > Show Tab Numbers.  After revealing the tab numbers I then tried to save the form as a Reader Extended PDF, but the Enable Additional Features option was grayed out.  Even if I wanted to, I could not save the form with the tab numbers revealed.
    The form itself was also received by our company electronically and when viewed does not show the tab number order and when we print it, it prints as expected (no tab order numbers).
    We are suspecting that this may be an issue either with the end users printer? Or possibly viewing and printing via an alternate viewer like Foxit?
    Anybody run across this odd behavior?

  • Form field security

    I have a highly controversial website that has been gathering
    information for a class action against a top 5 US bank. Recently
    their has been multiple and systematic attempts to access my
    database using sql commands submitted through various form fields.
    These attempts and the results they might produce are above my
    scope of knowledge and I am requesting assistance in how to thwart
    these attacks and what info it may have revealed.
    The attacks submit sql code through form fields in blobks of
    8 and 16 attempts simultaneously. Here is an example of what is
    being submitted:
    1 declare @q varchar(8000) select @q = 0x574149544
    I have created a list of keywords (declare, varchar, etc)
    that will trigger a cfabort but this is placed after an insert
    statement to capture what was submitted.
    Any insight would be greatly appreciated.

    You could try entering the values in your form fields to see
    what's displayed. Of course, do this on a duplicate test system.
    Hackers are creative and not having a job can give you lots
    of time to make peoples lives lousy.

Maybe you are looking for

  • Icloud add-in stopped working with Outlook 2010.

    All of a sudden the add-in stopped working with Oulook 2010 on my Windows 7 PC.  Instead of the refresh button on the toolbar is says "incorrect password."  I have not changed my icloud username or password.  I tried to setup from icloud control pane

  • Using a JAAS compliant LoginModule in OC4j

    Hi. I'm trying to set up an application to use a custom LoginModule in OC4J. The OC4J security FAQ states that this can be done by adding <!--Login Module Data-->... to the jazn-data.xml file as it is done with the oracle.security.jazn.tools.Admintoo

  • Itunes upgraded but won't launch with Windows 7

    Hi I upgraded to the most recent version of iTunes 2 days ago (5 April 2010) and now iTunes simply won't launch at all. I have tried some of the remedies in the posts and have even tried a complete reinstall but iTunes still will ot launch. Does anyo

  • How do I save my e-mails to CDs?

    For 3 or 4 years I taught an e-mail class for senior citizens (3 or 4 funny or informative e-mails a week) to bring them into the 21st century and in preparation for going from OS 10.5.8 to 10.6 I would like to save both the emails and their contents

  • Java iview htmlb & jco question

    hello all, I am writing an Java iView to pull some data from an R/3 table & displaying that as a LINE chart. I've already got the portion of getting data from R/3 by creating a shim function that returns the table. Now i want to display that using ht