Form Guide - Repeating Area(s) within a Panel

Hi,
Just wondering if its possible to have more than one repeating area within the same panel?
I have been able to create the Panel with a comment at the top (using guide text) followed by my repeating area and finally another comment followed by some fields.
What I would like to do is after the second comment have the fields in another repeating area, is this possible in Guide Builder?
Thanks in advance
James

There is no default layout of panel that will give you that. You would have to modify a current layoute or crate a new one.

Similar Messages

  • Form Guide - Scripts

    Hi
    Could you please tell me if the following properties/methods/events are "compatable" with Form guides:
    1) Regular Expressions
    2) hAlign
    I am using Adobe Livecycle Designer ES to build the form guides, and are getting this errors/warnings in connection with the above.
    Thank You.

    These are the errors I am getting:
    The script is as follows but it keeps taking me to the line below, if I uncomment this line, it takes me to the line above. Here is the script (it contains my reqular expressions).
    re = new Object();
    re.separatorArray = new Array ("-", ".");
    re.Email = /^(?:[a-zA-Z0-9]{1,20})(?:(?:[%_.-][a-zA-Z0-9]{1,20}){1,2}@|@)(?:[a-zA-Z0-9]{1,20})(?:(?: [%_.-][a-zA-Z0-9]{1,20}){1,2}\.|\.)[a-zA-Z]{2,4}$/;
    re.TelNum = /\d{6,7}/;
    C:\Users\Pennya\AppData\Roaming\Adobe\Designer\8.1\GuideBuilder\tmpPreview.mxml(559): Error: Syntax error: div is unexpected.
    re.separatorArray = new Array ("-", ".");
    C:\Users\Pennya\AppData\Roaming\Adobe\Designer\8.1\GuideBuilder\tmpPreview.mxml(559): Error: Syntax error: expecting rightbrace before leftbrace.
    re.separatorArray = new Array ("-", ".");
    C:\Users\Pennya\AppData\Roaming\Adobe\Designer\8.1\GuideBuilder\tmpPreview.mxml(559): Error: Syntax error: rightparen is unexpected.
    re.separatorArray = new Array ("-", ".");
    C:\Users\Pennya\AppData\Roaming\Adobe\Designer\8.1\GuideBuilder\tmpPreview.mxml(559): Error: Syntax error: expecting rightbrace before leftbrace.
    re.separatorArray = new Array ("-", ".");
    C:\Users\Pennya\AppData\Roaming\Adobe\Designer\8.1\GuideBuilder\tmpPreview.mxml(559): Error: Syntax error: expecting rightbrace before rightparen.
    re.separatorArray = new Array ("-", ".");
    C:\Users\Pennya\AppData\Roaming\Adobe\Designer\8.1\GuideBuilder\tmpPreview.mxml(559): Error: Syntax error: expecting rightbrace before ampersand.
    re.separatorArray = new Array ("-", ".");
    C:\Users\Pennya\AppData\Roaming\Adobe\Designer\8.1\GuideBuilder\tmpPreview.mxml(559): Error: Syntax error: rightparen is unexpected.
    re.separatorArray = new Array ("-", ".");
    C:\Users\Pennya\AppData\Roaming\Adobe\Designer\8.1\GuideBuilder\tmpPreview.mxml(559): Error: Syntax error: expecting rightbrace before leftbrace.
    re.separatorArray = new Array ("-", ".");
    C:\Users\Pennya\AppData\Roaming\Adobe\Designer\8.1\GuideBuilder\tmpPreview.mxml(559): Error: Syntax error: rightparen is unexpected.
    re.separatorArray = new Array ("-", ".");
    C:\Users\Pennya\AppData\Roaming\Adobe\Designer\8.1\GuideBuilder\tmpPreview.mxml(559): Error: Syntax error: expecting rightbrace before leftbrace.
    re.separatorArray = new Array ("-", ".");
    C:\Users\Pennya\AppData\Roaming\Adobe\Designer\8.1\GuideBuilder\tmpPreview.mxml(559): Error: Syntax error.
    re.separatorArray = new Array ("-", ".");
    C:\Users\Pennya\AppData\Roaming\Adobe\Designer\8.1\GuideBuilder\tmpPreview.mxml(559): Error: Syntax error: dot is unexpected.
    re.separatorArray = new Array ("-", ".");
    C:\Users\Pennya\AppData\Roaming\Adobe\Designer\8.1\GuideBuilder\tmpPreview.mxml(559): Error: Syntax error.
    re.separatorArray = new Array ("-", ".");

  • Prepopulate Form Guide

    Hi all,
    Is there anyone who can help me about how to render a form guide as prepopulated on server side? Any documentation or sample gratefully accepted.
    Thanks in advance
    Murat

    First of all thanks for reply, Step in my process are;
    Query for Multiple Rows as XML : I used this operation to get data form db and put it into xml variable.
    Read Resource Content: It is used for get pdf from the repository and put it into a document variable. (pdf also includes .swc )
    Set Value1: It is used to put xml variable into xfa  variable
    Set Value2: It is used to put xfa variable into document  variable
    importData: It is merging document variable with the pdf document that is got from repository.
    renderFormGuide: It is used to render populated pdf as form guide.
    Process is working without errors. It is merging data into pdf and we can see filled pdf after importdata operation. But when we render it as form guide, fields are empty.  We will not use form guide in workspace, we are plannig to get the Remote URL to use in webservice
    Thanks in advance
    Murat

  • Form Guide - dynamic field within dynamic container.

    I have a form Guide using dynamic containers, but within the dynamic container on the Form Guide within the same Repeater Accordion Panel, I also need a dynamic Row (2 fields) that need to repeat within the repeating container. I have built this in Adobe Lifecycle ES and once the Form Guide is finished will be taking it to Adobe Workbench to render.
    Could you please assist in how to make the dynamic row repeat within a container/panel that is also already repeating?
    Thanks.

    Penny,
    I have a requirement for the same thing. Unfortunately it doesn't look like this is possible as there is only one dataProvider per Panel - based on the type of panel chosen, this dataProvider will be used to populate a control (accordion, grid or tab) in the panel or used to populate a number of repeated (static) panels.
    My workaround has been to create a set number (10) of repeatable control panels (accordian, grid, tab) and then use the panel display rules to hide those panels with no data in them. It is very tedious to do as the guide builder has no rebind feature (you have to create all 10 panels from scratch - you can't copy & paste the layout, then rebind the panel items to another field in the form).
    John.

  • Form Guide - Nested Optional Panels questions translations

    Hi!
    I'm developping a multi language form guide. Thanks to the Paul's workaround, I'm able to translate the field caption. But I cannot find a solution to translate the questions/answers in nested optional panels. Does somebody know a way to do that?
    Thank you
    Denis

    Not that I am aware of

  • Form Guide - Populating a drop down with entries from another field(s)

    Greetings all!
    Here is what I am trying to accomplish:
    1. Build a repeating panel that has a field for the entry of a Name. (I can do this)
    2. Build a drop down field on another panel that will be populated with the Name entries from one or more of the repeating panel Name fields in 1. above. I would like this to happen while the user is in the same render of the form guide.
    3. Setup:
         LC ES2
         Workbench 9.5
         Would utilize Workspace to complete the form guide
         Want to use a .fml data model
    Any help would be appreciated.
    Best Regards,
    Rick Kuhlmann

    pguerett,
    Many thanks for that lca. I have been able to move forward with development of a POC Form Guide.
    However, I have one other issue that if solved will push my POC to the point of demo status for the business.
    Here it is:
    The business needs to be able to add the names of children to a Children Info panel on the form guide. - No problems with that.
    Then they need to be able to go to another panel in the form guide and select a child name from a drop down to associate that child with the name of a father. - The previous post with the lca solved that.
    Now what I need to do is to be able to take the selected child in the father panel and place that value into the data model.
    Why? because the final part of this form guide is to populate a pdf form that is really a legal petition to the court. The child(ren) names form the Children Info panel are listed at the beginning of the petition. Then the selected child in the father panel is displayed in the father section.
    So what I am looking to do is to populate that selected child in the father panel to a property in the data model.
    However, based on the lca you sent it does not seem that when I add a Data Object to the Data Model in the Guide Builder that I am not able to push that data back into the original Data Model. I thought that using a Binding might work but I have struck out so far.
    Clear as mud? Any help you or anyone else can provide would be wonderful.
    Thanks a ton!
    Rick Kuhlmann

  • Digging into the XFA data from AS in the form guide

    So I'm delving into the wonderful and wacky world of making custom layouts for Form Guides in Flex Builder, and I've got a question that hopefully y'all can answer or point me in the right direction.
    So I've taken the SampleRepeaterAccordion file from the SDK and I want to modify it so that the 'title' of each accordion pane is drawn from the one of the fields in the pane itself. These values get populated in the initialize event of the subform the repeater is built off of, and the values do not change.
    So I see that the title is an Hbox with a label that pulls the name of the panel and adds the index after the name. I've been able to modify that statement to pull the item that the repeater instance is based off of using the currentItem property of the repeater. So I have something like:
    label="{rpt.currentItem.Resource.value}"
    (where 'Resource' is the name of the field in the subform that I want to pull the value from).
    This puts "[object Object]" into the label of the HBox. I want the value itself, however. I tried .rawValue instead of .value, but that came out blank.
    So how should I be going about fishing data from the XFA form in the action script of the form guide? Or am I headed entirely the wrong direction? I didn't see any docs on this sort of thing. If I missed them, I'd appreciate a pointer to them!
    Thanks!

    Hi Templeton,
    Did you find any solution for it. Is there any way to tell in form guide that which field on the repeater I want to display in header.
    I was also thinking of making it in flex a custom component to do that and also add filtering capabilities. do you know how can we filter records in repeater accordion or grid
    Also can you send me your code if you don't mind
    Thanks
    Manoj

  • Accordion - Ajax within accordion panel resize issue

    Hi,
    I'm in a little bit of a fix.
    I have an accordion whose panels have ajax enabled regions
    within them.
    The ajax enabled regions have search forms which give a
    search result within the same page (which is basically within the
    panel as well) once a button is clicked.
    My issue is that once I click search, my result set increases
    the size of the page causing the accodion panel to enable a scroll
    bar. Is there some way in which I can have spry resize the panel
    instead of it enabling a scroll bar?
    If I open and close the tab ofcourse, the region is resized
    to cater to the search results as well with no scroll bar.
    Incase this is not possible, is there a way to reopen the
    selected panel on a page refresh event as all the tabs are closed
    when a refresh occurs.
    Thanks!
    When the accordion opens up, it shows

    Hi kundalani,
    If you are using Spry.Utils.updateContent() to load the
    contents of the panel, you can pass in a callback that sets the
    height of the AccordionPanelContent to "auto" after the new content
    has loaded:
    function LoadContent(ele, url)
    ele = Spry.$(ele);
    Spry.Utils.updateContent(ele, url, function() {
    ele.style.height = "auto"; });
    <a href="#" onclick="LoadContent('e1p2',
    '../../data/frag1.html'); return false;">Frag 1</a> |
    <a href="#" onclick="LoadContent('e1p2',
    '../../data/frag2.html'); return false;">Frag
    2</a></p>
    <p> </p>
    <div id="example1" class="Accordion" tabindex="0">
    <div class="AccordionPanel">
    <div class="AccordionPanelTab">Panel 1
    </div>
    <div id="e1p1" class="AccordionPanelContent">
    <p>Panel 1</p>
    </div>
    </div>
    <div class="AccordionPanel">
    <div class="AccordionPanelTab">Panel 2
    </div>
    <div id="e1p2" class="AccordionPanelContent">
    <p>Panel 2</p>
    </div>
    </div>
    <div class="AccordionPanel">
    <div class="AccordionPanelTab">Panel 3
    </div>
    <div id="e1p3" class="AccordionPanelContent">
    <p>Panel 3</p>
    </div>
    </div>
    <div class="AccordionPanel">
    <div class="AccordionPanelTab">Panel 4
    </div>
    <div id="e1p4" class="AccordionPanelContent">
    <p>Panel 4</p>
    </div>
    </div>
    </div>
    <script type="text/javascript">
    var example1 = new Spry.Widget.Accordion("example1", {
    useFixedPanelHeights: false });
    </script>
    --== Kin ==--

  • Form guide not displaying fields

    Hi,
    I am creating a from guide using the RenderFormGuide component. The rendered form guide does not display any fields. I am able to preview the same XDP as a form guide in the designer, and it works perfectly fine. Are there any properties in the RenderFormGuide thats preventing the fields from being displayed?
    Also, this form guide is not for use in workspace. This is to be opened up on the browser.
    Thanks.
    Regards,
    Vidya

    I used the guide builder in designer to create the guide. I chose the guide layout, dragged fields to the guide through the add/bind fields option. The fields do not show up for me even with default values.
    I tried to create a form guide with no fields, just the default section and panel. Even this results in the same problem.
    When I pass the sample form guide that comes with designer install through the render form guide component, only the guide layout gets created - there are no sections or panels. I am wondering if i am making a mistake in setting the form guide properties?
    These are the properties that I set:
    Application Web Root : http://[hostname]:[portno]
    base URL : http://[hostname]:[portno]
    Content Root URI : repository://
    Target URL : http://[hostname]:[portno]
    The only property that I modified in the Form guide render options is "Cb = True"
    Thanks.
    -Vidya

  • Customizing text in form guide

    Hi,
    How do I change the text on buttons in form guides. For example I would like to translate the navigation buttons on panels to Danish.
    Thanks in advance
    /Lars

    Yes .... the mapping between the XDP and the guide objects does not change. When you are in guide builder you can take your field (XDP) and ask for an alternate display. This is where your custom component will appear. If you base you custom component off of one of our components then the mappings will be done for you. If you start from scratch, then no mapping between the two will exist.

  • Dynamic DDL in repeatable area is empty

    I have a drop-down list (in a repeatable area) that is populated dynamically with script.  This is fine for the first instance but any additional instances appear empty.  I am using a repeater grid in the form guide.
    Can anyone please advise how to get all instances (existing and new) to populate.
    Thank you.

    Hi,
    If the dropdowns are populated based on a value of another object in the form, rather than having the script in that object pushing the list items FORWARD to the dropdown, you could have the script in the preOpen event of the dropdown LOOKING BACK at the value in the object.
    If you want to stick with your script, then you would need to put it in a loop to go through all of the repeating instances to populate each of the dropdowns in turn.
    Otherwise I would need some more info to work on.
    N.

  • Form Guide with Embedded xdp?

    Hi all,
    is there a way to embed an Xdp within a panel in a form guide?
    I'd like to have a form guide with some input panels and then on a specific panel i want to open an xdp so that the user can fill data in it, but always within the guide style.
    Is it possible?
    Thank you all.
    Alessio

    Thanks for your answer :)

  • Best practice. Flex Builder / Form Guides

    Hi,
    We have a quite complex form which requires functionality not present in Form Guide Builder.
    My question is what would be the best way to go about this.
    Create the entire layout in flex builder and later bind the form fields to it?
    or
    Create the layout in Form Guide Builder, bind the fields and then use Flex Builder to make final adjustments?
    Kind regards
    Lars

    I am not sure that you are understanding how form guides works. Form Guides leverage the XFA template design in Designer to allow you to have an alternate interface for collecting data. The structure of the guide is built in Guide Builder but the underlying definition for the template is in the XFA template in Designer. The only time that Flex Builder would be required is if you wanted to modify individual components or layout styles. So to answer your question build the form in Designer then use Guide Builder to bind the individual fields and objects to the appropriate panels.

  • Customizing the text of next,back, and submit buttons in form guides

    Hi,
    We are preparing some forms in Turkish language. So, we need to change the text of next, back and submit buttons in the form guides. Is this possible? If so, how? Thanks for your help.

    This can be done via Flex Builder.  There is a good Next panel button example in this guide:http://help.adobe.com/en_US/livecycle/es/fggettingstarted.pdf.  I believe you can also control the text via the style sheet applied to the guide.
    <?xml version="1.0" encoding="utf-8"?>
    <!-- Specifies that the button should only be enabled if the current panel is
    not the last panel, and if a user clicks the button the form guide retrieves
    the next panel in the hierarchy. -->
    <mx:Button click="{panels.selectedIndex++}"
    enabled="{panels.selectedIndex &lt; panels.length-1}"
    xmlns:mx="http://www.adobe.com/2006/mxml">
    <!-- Gets the panels ActionScript class instance that includes the list of
    visible the panels in a form guide. -->
    <mx:Script>
    <![CDATA[
    import ga.views.PanelListView;
    private var panels:PanelListView = PanelListView.instance;
    ]]>
    </mx:Script>
    </mx:Button>

  • Customizing form guides

    Hi!
    I have created a new form-guide layout. In this layout I have defined a text - area which will be used to enter user-comments. (IE. a custom textfield).
    I want the value of this custom-field to be displayed in the PDF when I switch between the form-guide and the PDF.
    My question is, when I have created variables in a form design, how can I access them (both read and write) in a custom made layout ?
    Bjørn

    The layout would then need to be imported into Guide Builder where you can place fields from the PDF form onto your guide panel and thus the binding between th etwo is established.

Maybe you are looking for

  • Some photos don't appear in the blog's main page

    All the entries in my blog include a photo and almost always a small version of the picture appears in the blog's main page. Sometimes the small picture does not appear, although it shows up in the individual entry containing the photo. You can see w

  • Report painter-want to hide period columns dynamically if the period is not closed

    Hi All, I have made report with 12 columns like JAN, FEB till DEC in report painter (GRR1) Requirement is that if say, currently only period no.4(APR) is closed and we are in period no.5( MAY) or system date is in MAY, then the report should not show

  • Syncing Video podcasts, watched episodes coming up as new?

    Hi all, have the new iphone 3g and have one very annoying problem. I've done a search and can't find any solutions. Is this a known problem from apple? I subscribe to several video podcasts. I watch them on my iphone and then after doing a sync, they

  • Travel Advance Posting

    Dear All, We are entering the some Amt. in Advance tab of PR05 and we are not entering any receipts and we would like the advance amt. what ever we entered to be posted..!! But when we post it also we are getting 'Posting with zero Amt.', we got to k

  • Bluetooth keyboard stops working

    My bluetooth keyboard stops working while I use Photoshop CS4. It happened 4 days ago. I called applecare and they asked that I take the keyboard into a dealer. Keypad worked at the dealer. Brought it home and it worked. When I pair the keyboard to b