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.

Similar Messages

  • Multi Page form

    Hi,
    used the Insert Record From Wizard from Developper toolbox and it's working like a charm! However, my form is too long and I was wondering how I could make that form a multi page form.
    Is it possible to split that form in 3 parts, and by clicking to the NEXT PAGE button, have the form validation showed for the 1st part before going to the second part?
    Sorry for my english, I speak french,
    with thanks,
    Roseline Paquin
    Montreal

    I'm also trying to figure this out for a 5 page form (it's an application form). The only difference is that the client wants to wait until the end to capture the information to the database to avoid incomplete entries.
    I found some code (on a forum somewhere) that worked OK for the first 4 pages - it's in PHP. I then use ADDT for the final database entry to create the record. When you click to go to the next page (put the next page in as the form action) PHP writes all the previous page's data as a hidden input fields. Each field is named the same as the MySQL database columns.
    // lists previous form values as hidden input tags
    foreach($_POST as $key=>$value) {
    if ($key!="submit") {
    $value=htmlentities(stripslashes(strip_tags($value)));
    echo "\t
    \n";
    So I just include this little snippet just below the form tag on each page that I want to pass the form data to.

  • Can I use Spry Tabbed Panels to create a multi page form?

    I'm trying to setup a multi page form and have been unsuccessful using PHP Sessions.
    Would it be possible to use the Spry Tabbed  Panels in DW CS3 and divide the different sections of the form in the  panels?  My thought is to have the Form Element around the main Tab  Div and the submit button at the end of the form.  Would this work?
    If so, is there a way to have a "Next" button that will activate  the next Tab so that the user can easily tab through each form field and easily go to the next tab to help with usability?

    Beth, thank you!  I was able to get the tabs to advance using your suggested
             on the right: "Next Panel"  
    <a href="#" onclick="TabbedPanels1.showPanel(2); return false;">Next Panel</a>
    In order to make it more graphical, I added a Next Button as suggested in the "Open Tabs Programatically" info at http://labs.adobe.com/technologies/spry/articles/tabbed_panel/index.html
    <button onclick="TabbedPanels1.showPanel(0)" >open first  panel</button>
    <button onclick="TabbedPanels1.showPanel('tabID')">open   panel</button>
    <script type="text/javascript">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
    When I add the above code, when I clicked on the Next Button, it would submit the form.  After looking at the Text Code, I noticed the Button Code did not have the ;return false; in the code so once I added that, the buttons now work as I want them to.
    Take a look at http://www.soleproductions.com/oakley/tabform.php
    Now that I have the basic setup, I can begin to setup the actual Online Application.
    Thanks again for everyone's help.  I guess I was looking for the WISIWIG way to do it since I'm not very good at hand coding.

  • Multi Page Forms in Adobe Muse

    Hi,
    Im trying to create a multi page form in Muse. Now I understand about just changing the landing page after form has been sent (as below) HOWEVER how can you delete the email field?...I want to do this as if I have a multi page form, each time I put a form on a page im going to have an email field which I dont want - I only want this on the first page.
    Thanks
    Paul
    You can achieve this by changing the landing page in "After Sending " dropdown.
    http://screencasts.worldsecuresystems.com/Sanju/2013-11-19_1851.png
    For example insert forms in pages , then change the landing page through "After sending" setting to another page , so that user from front end submits the form and then lands to another page which has the next step of the form. This way multi-step form can be created.
    But each form will notify you separately on submissions.
    If you are using Business Catalyst to publish then you can perform the same through BC by changing the action url of the form.
    Thanks,
    Sanjit

    quote:
    Originally posted by:
    ab1301
    Unfortunately, in this case I think no news is bad news. I
    have seen people mentioning AIR's printing problems all over the
    place, and I haven't seen word 1 from anyone at Adobe. On any other
    issue, the "evangelists" always seem to be out in force. I think
    that means no one is even working on this, and no one wants to talk
    about a negative that doesn't have a fix around the corner or even
    on the horizon. (If you don't have anything good to say, don't say
    anything at all). Its really a shame, since printing is so vital to
    the desktop and AIR is supposed to be the bridge between the
    desktop and web.
    There are a couple bug reports on this issue that you might
    vote for if interested:
    https://bugs.adobe.com/jira/browse/SDK-13895
    https://bugs.adobe.com/jira/browse/ASC-3300
    Of course the status of the bugs is "deferred" and the
    priority is "none," which only reinforces my belief that Adobe
    doesn't intend to address this any time soon.
    If this is true, then its really bad
    I already had selected AIR for my University Project, and If
    adobe doesnt add printing support within 6 months, then im going to
    have a hard time
    Is there any article which talks about those semi printing
    ways like Save to HTML or simialr?

  • Variations of a fixed content multi page Form

    Problem Statement:
    There are two variations of a fixed content page Form. This form runs for multi-pages say 10 pages of fixed content. One variation has an additional 4 to 5 line fixed text contents enclosed by a rectangular box object at the top of the page right below the title of the Form on the first page and there no other differences Vs the second variation.
    Approach:
    The form is created using a multiple page Section.
    Question:
    Can we avoid creation of multiple version of Sections in Documaker with use of any special Studio rules to insert the conditional rectangular box object with the 4 to 5 line contents between the Title of the form and the first paragraph based on a trigger?
    Assume that the First version and the second version of the form contents can be differentiated with a trigger or signal say "0" or "1" in the extract.
    Edited by: Nirmalgarga on 16 Dec, 2010 12:07 AM
    Edited by: Nirmalgarga on 16 Dec, 2010 3:06 AM

    Dynamic growing rectangles are supported in Documaker, review the Rule Book for the GorupBegin rule. This rule needs to be implemented at the section level.
    A box can also be place around a text area as a border. You can implement this as only one section using a variety of options, however its not clear what is making the section different in the first place. If its variable data then I'd try the border around the text area first - it is the easier option of the two.
    The grouping rules were specifically designed to support dynamic rectangles when you have overflow/repeating data versus what could be contained in a text area. There is some additional detail that would be needed to determine the optimal way of implementing this need.

  • Multi page form id - sessions? cookies? url?

    i want to display display records just inserted into mysql database on a result page of multi page form.
    the page won't just display the record set.
    i get this error message.....
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
    here is my code....below:
    <?  session_start();?>
    <?php require_once('Connections/product.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    $primaryKey = $_SESSION['form']['insertKey'];
    mysql_select_db($database_product, $product);
    $query_Recordset1 = "SELECT * FROM capital WHERE cap_id = $primaryKey";
    $Recordset1 = mysql_query($query_Recordset1, $product) or die(mysql_error());
    $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    $totalRows_Recordset1 = mysql_num_rows($Recordset1);
    ?>
    where did i go wrong?

    thanks for ur anser ....but i still get same error message
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
    after using this code as u sugested
    $primaryKey = $_SESSION['form']['insertKey'];
    mysql_select_db($database_product, $product);
    $query_Recordset1 = "SELECT * FROM capital WHERE cap_id = ".$primaryKey."";
    $Recordset1 = mysql_query($query_Recordset1, $product) or die(mysql_error());
    $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    $totalRows_Recordset1 = mysql_num_rows($Recordset1);
    pls what is wrong?
    thanks

  • Dynamically use page number in form field on spawned pages?

    I have a form with spawned pages.  JS for spawning page(s) works fine.  However, one text field on template is driving me nuts.  I would like this field ("CaseNum") to dynamically display page number, since page number also corresponds to case number.  On templage ("getcase"), I can calculate value for CaseNum using custom calc script (event.value = this.PageNum).  But that doesn't work because every spawned page gets the same value (ie, whatever is last spawned page number). I also tried JS below, using P0.getcase.CaseNum as the field on the template in which I want the page number/case number to be displayed:
    var oPage = this.pageNum;
      this.getField("P" + oPage + ".getcase" + ".CaseNum").value = oPage;
    But, this doesn't work either, because the field on the spawned page automatically gets the prefix of P + page number + .getcase appended to the field name.  Is there any way to dynamically used page number in a form field on spawned pages?  If so, how? Note that while I am trying to use a dynamic case number on spawned pages, it presents the same issue as dynamically displaying page numbers on spawned pages.  I'm a JS newbie, so any help appreciated.  I've searched high and low on web and in forums and couldn't find the answer.  Thx.

    http://forums.adobe.com/thread/1160899
    7.George Johnson,
    28-Feb-2013 09:42   in reply to natelfo
    Is this what you mean?
    Also see:
    http://www.planetpdf.com/developer/article.asp?ContentID=6466
    http://www.wordwizardsinc.com/blog/finding-the-fieldname-prefix-on-acrobat-acroform-spawne d-template-pages-using-javascript-functions/

  • Multi-Page Forms

    I am interested in creating a form based on a table that is displayed as several pages. I have a table with many values (mostly because of a need for check boxes) and would like to have form with three pages and a submit/next button between each page. Has anyone created a form like this? Suggestions as to how this should be approached?
    Thanks,
    Jeff

    "SnollyPheasant" <[email protected]> wrote
    in message
    news:gc7ejg$k56$[email protected]..
    > I'm in the process of creating a multi-page form. So far
    i've got two
    > forms,
    > form1 is on page 1 and form2 on page2. I've set the
    action of form1 to
    > POST to
    > form2, what do i need to do now?
    Have you considered using a tab or an accordion widget and
    keep all sections
    under one single page? It would make your life easier.
    See for example:
    http://www.massimocorner.com/libraries/widgets/tabs/sample_form_validator.htm
    http://www.massimocorner.com/libraries/spry/accordionform/sample.htm
    Massimo Foti, web-programmer for hire
    Tools for ColdFusion, JavaScript and Dreamweaver:
    http://www.massimocorner.com

  • Importing form field layout from one form to another ?

    I often create forms in both English and French. Many are long and complicated and I have to create them all individually. Is there any way I could use the form field layout from one form, for another form? That would be fantastic.

    Sure. To replace the underlying page contents and retain any fields, document-level code, links, etc., select: Document > Replace Pages
    you will likely have some tweaking to do to some field positions.

  • Form fields remain interactive after form is saved

    I have built a number of forms by importing static pdf's in to Live Cycle and applying the form fields and scripts there. Now I am finding that if I save the form and then go to Acrobat XI to enable the form so that Adobe Reader users can fill it out, then when they do fill out the form and save it the result still has all of the interactive form fields of the original form.
    The objective would be that the user opens the interactive pdf, fills it out, hits a Save As button, and the form will save as a static copy with their information in it and the original interactive pdf will remain and can be closed without saving their personal data.
    I do have the option of forcing the user to print instead of save, but the user is then prompted if they want to save changes when they finish printing and go to close the original.
    This was not an issue previously, so I would like to know exactly what I am missing in this very basic step.

    Hi;
    All of the fields in the downloaded "response PDF" are marked "Read Only".  You can change this using Acrobat by editing the form and unchecking the "Read Only" box in the form field Properties dialog box.
    Thanks,
    Josh

  • Sending a one-page form in a multi-page document

    Hello - I am trying to create a multi-page pdf document in Acrobat X, with a form at the end of it. I need the form to be able to be submitted straight to email without the entire document being sent along with the form. I know how to create a submit button, but every time I test it out, it's sending the entire document, when all I want to send is the form only. Any help on this would be much appreacited!

    This is only possible if the form is submitted only from Acrobat (ie not
    from Reader).
    You basically need to create a script that extracts the form page, submits
    it, and then closes it without saving.

  • BIP Template - How to display form field on next page?

    I have a BIP word template with the below form-fields. How do I display the fk_job_title and p_grade on the next page if it continues on next page (same class title)?
    ** form fields **
    CLASS TITLE: F fk_job_title PAY GRADE: p_grade
    JOB CODE: job_code SALARY RANGE: s1 - s2
    LOCATION OF WORK: work_location
    GENERAL DESCRIPTION: general_descr
    ESSENTIAL WORK TASKS: work_task
    KNOWLEDGE, SKILLS, AND ABILITIES: knowledge_skill
    EDUCATIONAL AND EXPERIENCE: education_exp
    SUBSTITUTIONS: sub
    CERTIFICATIONS/LICENSES: certification_license
    OTHER JOB ASPECTS: job_aspect E
    PB
    Thank you so much,
    MT

    Hi ,
    For the Header on each page...
    http://blogs.oracle.com/xmlpublisher/2010/04/repeat_row_headers_after_page.html
    Number of rows restriction
    http://bipublisher.blogspot.com/2009/06/bi-publisher-conditionally-limiting.html
    Hope this might helpful for you.
    Thanks,
    Ananth
    http://bintelligencegroup.wordpress.com/

  • Multi-page form from single PDF form

    I need to create a 50 page form with calculated fields.  Each page is basically the same except for a couple calculations.  Is there a way to make this from a single form?  I have one page complete and would like to copy it and the calculations so that I don't have to redo all the calculations. 

    Have you looked at using the template object?
    A Lesson in Templates for Adobe Acrobat
    Since the fields all need to be uniquely named, your scripts will have to be reworked to allow for the prefix of the page number and template name.

  • Blanket Fill in for same field on multiple page form?

    I have a form that is many pages long and it has certain fields that appear on each page... (ie Name, address etc)
    Anyone know of a way for the user to fill in the field on page 1 and the other fields will automatically populate on the other pages in the form?

    In version 5 (which is what I use and currently don't intend to upgrade) you have to write a script that locates the duplicated fields and then sets their value.
    Essentially, you obtain the number of times it is repeated from the underlying form object and use that to do a loop, using the loop index to reference each occurance. You can also go through the complete collection of objects and when one with the same name is found, you would set its value. The first method is more efficient. In version 5, at least, you do have to recognize when the loop is referencing the source field and not update it or weird things would happen.

  • Multi-page form help!

    Hello Forum,
    I'm a brand new user to ES Designer and am trying to complete my first form. I've got to grips with the drop downs/cells/buttons etc. However how do I make a form span three pages? I need more space than just one page, but when I publish or save the document it only shows the first page.
    thanks in advance

    Hi,
    thanks yes I have seen that, however when printing the document, to screen (preview) or to file etc Im still only getting the first page. I've spent hours trying to work out why to no avail. It makes me wonder if it is possible to have multi-page documents in the LiveCycle product?
    thanks

Maybe you are looking for

  • USB 2 card for a Gigabit PowerMac

    I own a Year 2000 Gigabit PowerMac. I also own a 2nd generation iPod, powered by Firewire. However, I'm looking at getting a new iPod, which no longer supports Firewire. I'm hoping that I will be able to once again upgrade my current PowerMac and ins

  • Desktop folders endlessly copy all contents of each other folder

    I open a new folder on the desktop and place a file in it. All other folders and files on the desktop appear in the new folder. I am unable to put the new file duplicates into the trash because it also trashes the original file. I have an external G

  • Can we have more than one contructor for one class?

    I need to provide more than one constructor for one class because I need to have one parameter passed to one constructor and many to another. Is that possible and how it will affects in the instantiation of the object? Thanks again Jorg3

  • Hi My photoshop CS6 is not supporting Photomerge

    Hi my photoshop cs6 is not supporting for photomerge, while i am trying with it its showing error 46

  • Running Windows!?

    OK, So in my High School, the eMacs are running windows? How did they do this? Firstly, I'm pretty sure you can only run windows on intel machines - and If I've done my research right - eMacs aren't intel! They do also run OS X - I'm the only one tha