How do I add a click button to insert additional pages?

I am creating a field survey form that starts with a site page (only one), page two is a structure page, and page three is the room page.
I want the users to be able to insert additional structure and room pages as necessary so that each form will have a page for the number of structures and rooms at the site.
Site/
-Structure 1
-Structure 2
-Room 1
-Room 2
-Room 3
The room pages have fields to identify the structures they go to.
I just need a way to click and insert a new structure or room page in the form.

Then you will have to design the form to be dynamic. This will allow you to add subforms dynamically as required. There is a good example of this that is shipped with the product. Look at the Purchase Order sample in your Designer install directory:
EN\Samples\Forms\Purchase Order\Dynamic Interactive\Forms
In that case the repeating part of the form is a detail line in a table but the same concept applies.

Similar Messages

  • How to easily add roller click buttons to my iweb page?

    How easy is it to add roll over mouse click buttons to my website, using iWeb 09.
    Many thanks.
    Graham

    iWeb only supports rollover text, not images.
    To use images you have to create them first. One for the normal state and one for the hover or rollover state.
    Then you must embed them in iWeb with the HTML Snippet.
    Here's such a page :
    http://www.wyodor.net/_Demo/duckmenu/HoverImages.html
    Instead of two images it uses one that changes position when you hover the mouse over them :
    !http://www.wyodor.net/Demo/duckmenu/duckassets/iWebHome.png!
    Open the Activity window in Safari, Command-Opion-A, to see the other images. Option-double-click the image to save them.
    Also save the webpage and study the code.

  • How do i add a "More" button to my longgg page, like Twitter has

    I was just wondering if anyone knows how to shorten a long webpage by adding the "more" button. I realize i can add a button - hyperlink it to a new page, but how do i keep it nice like twitter's pages. By keeping all the articles i have on the same page. I viewed the source on one of my followers twitter pages and they had this code, i am assuming it has something to do with the button, not sure if it helps at all.
    <<img class="loading-spinner" src="/images/spinner.gif" style="display: none;" alt="waiting" title="waiting" height="14" width="14"/>>
    also for another spot on the page they had this code (since the spinner image above is on their server) so maybe it will help in making new code for my site.
    http://a1.twimg.com/a/1273875281/images/spinner.gif
    I want to add this "button" to my BVI news page here:
    http://www.vistadelmarbvi.com/Site/B.V.I._News.html
    since it is getting really long and i would rather not add new pages for articles to come, if i dont have to.
    Thank you

    Regarding your buttons.
    Move the textbox into view. I said that earlier.
    And remove the elem.style.left = '0'; code.
    The reason it's not showing in FF and MSIE is probably that they do not know how to display it.
    In such cases you have to find an alternatve.
    And the sites you mention have great feats.
    What I do is to study the code to see how it's done and then try to use it on my own pages.
    With iWeb it's a bit more challenging.
    But it can be done, as I showed.
    Here's the JavaScript (not Java) :
    http://www.wyodor.net/_Demo/DynamicAssets/javascript.js

  • How do I add a print button in the 'Additional tools and Features'? My print button has disappered.

    After the recent upgrade my print button disappeared from the Menu Bar. I tried to customize the menu bar by adding back the print button but the button does not appear in the list of 'Additional Tools and Features' in the left hand window. I cant locate the print button anywhere.

    Move your mouse to the top of the Firefox window, then right click.
    You will see a menu of the available toolbars. Select '''''Customize'''''.
    In the new window, look for the icon. When you find if, hold down
    the left button on it, and move it to where you want it to be.
    You can move any of the icons you want from here, but some
    icons are locked in place.

  • How do i add an email button to an editable pdf

    how do i add an email button to an editable pdf

    Hi Rocco290,
    You will need Acrobat to add an email button to that PDF. Here are instructions from the Acrobat X Help: http://help.adobe.com/en_US/acrobat/X/pro/using/WSBB6EF75F-BC3D-4094-B787-FB76DAE1EBDC.w.h tml
    If you have a different version of Acrobat, you'll find a link to both the Acrobat 9 and Acrobat XI Help in the bottom-right corner of the page I've linked you to.
    Please let us know how it goes!
    Best,
    Sara

  • How do I add a FullScreen button to Project Playback Skin?

    How do I add a fullscreen button to the project playback skin? I know how to load another skin (using Project -> Skin Editor) and how to add a custom playback skin (paste custom skin SWF into C:\Program Files\Adobe\Adobe Captivate 5\en_US\Gallery\Playbars) but I'm having a little trouble figuring out how to add a fullscreen button when editing the Flash AS3 so that it will show up in my custom playback skin when loaded into Captivate via Project->Skin Editor. Any ideas?

    Hi there
    I might assume that seeing as you were able to work the magick with the CC button it would be a simple task to pick apart the other elements and add the desired button without hijacking the CC button.
    I mean, if you are that deep in Flash territory and all, it doesn't seem like much of a stretch to figure out how the buttons are added, no?
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • How do I add the rotate button to the main toolbar for all users

    How do I add the rotate button to the main toolbar for all users. I have a Windows 2003 Citrix farm with Adobe Reader 8. I can add it user by user but I want to add it to all users at once. All users need this rotate button,
    Thanks in advance
    ND

    Try the Reader forum. I have no clue.

  • How do I add the rotate button to toolbar for all users.

    How do I add the rotate button to the main toolbar for all users. I have a Windows 2003 Citrix farm with Adobe Reader 8. I can add it user by user but I want to add it to all users at once. All users need this rotate button,
    Thanks in advance.

    Try the Reader forum. I have no clue.

  • How can I add a review button on my podcast

    How can I add a review button on my podcast, so I can see it on my iphone or itouch?

    You must create a custom signature.
    Find a guide here

  • How can i add Facebook likes button on my mac mail?

    How can i add Facebook likes button on my mac mail?

    You must create a custom signature.
    Find a guide here

  • Add a Print button to a Report Page

    I'm trying to add a Print button to a report page to render the page in printer-friendly mode and then give the user the option to send to a printer. I started with just trying to add a print button. I added a button to the region and added to the button request value javascript:window.print();. When I click on the print button, nothing happens. So I tried to add some html code:
    <form>
    <input type="BUTTON" value="Print" onClick="window.print()">
    <form>
    as a condition in Expression 1 when I selected "Current page is NOT in Printer Friendly mode". Nothing happens when I click on the print button. Can anyone offer some steps to create this functionality or point me to documentation on how to do this? I have tried the help documentation within APEX and isn't clear to me.
    Thanks

    The documentation wasn't very clear to me. I did try one suggestion to create a region on the report page and call it Print. The suggestion is then to add the following code to the Source Region section:
    <form>
    <input type='BUTTON' value="Print this page" onClick="window.print()">
    <form>
    The example however leaves out some significant information however. What is the region created as e.g. HTML, Report, Form, URL, etc?

  • How to remove the the standard button APPEND/INSERT/DELETE in webdynpro alv

    Hello,
    how to remove the the standard button APPEND/INSERT/DELETE in webdynpro-abap  alv
    Thanks
    Rakshar

    Use  this.
        data lo_cmp_usage type ref to if_wd_component_usage.
        lo_cmp_usage =   wd_this->wd_cpuse_alv1( ).
        if lo_cmp_usage->has_active_component( ) is initial.
          lo_cmp_usage->create_component( ).
        endif.
        data lo_interfacecontroller type ref to iwci_salv_wd_table .
        lo_interfacecontroller =   wd_this->wd_cpifc_alv1( ).
        data lo_value type ref to cl_salv_wd_config_table.
        lo_value = lo_interfacecontroller->get_model(
        data: lr_std type ref to if_salv_wd_std_functions.
        lr_std ?= lo_value.
        lr_std->set_export_allowed( abap_false ).
    NOte: ALV1 is alv component name
    Regards
    Srinivas
    Edited by: sanasrinivas on Dec 1, 2011 6:11 AM

  • How do I add more than one picture on a page?

    I just started using Lightroom, and I want to know how I can add more than one picture onto a page to print or email. Right now, I will choose a picture, and it will make all of the pictures on the page that picture. I have even tried dragging a picture onto a page, but it just changes all of the pictures to the dragged picture.
    Thanks.

    It can be done in Lightroom 2 but, as John pointed out, it requires a 'hack.'  Here is how it's done:
    http://lightroomkillertips.com/2009/video-multi-photo-picture-packages/

  • How do you add the language of the dictionary in pages for the whole document?

    How do you add the language of the dictionary in pages for the whole document. When I add the british language it does not stay ON for the whole document. It goes back to "none"???? I am using pages 09 version 4.1 (923).

    This is a feature of Numbers.   If you repost on the iWork forum you may get more information.

  • How do I add scripts in order to make the page compatible with all the browsers.

    How do I add scripts in order to make the page compatible with all the browsers.

    As Jon says, please be more specific about "don't line up right"
    I notice you are inserting some arbitrary <BR> tags which will cause very unpredictable displays with varying user viewports and text preferences.
    <P>In 2008-2009, Families Forward benefited 278 homeless Philadelphia families, <BR>
      including 834 children. Families Forward assisted 1,413 stranded travelers, including <BR>
      235 children. In the first 6 months of 2009-2010, from July 1, 2009 to <BR>
      January 1, 2010, Families Forward assisted 185 homeless families and 220 <BR>
      stranded travelers.</P>

Maybe you are looking for

  • Image Resolution from Photoshop to Indesign

    So, I have a logo that is 300 ppi in photoshop, but when I place the image in indesign it's effective ppi is much lower. What am I doing wrong? Do I need to have the logo on a separate layer in indesign?

  • Which EM version to choose?

    Not really a technical question, but how would you recommend which version of Enterprise Manager/Grid Control to use? Sometimes a customer will have a 10g database and will want to implement EM, is it wise to recommend 12c off the bat? If 10g or a lo

  • Displaying windows messages from an appln.

    Hi, I'm creating a no-window java program. In that, when some exception occures I need to display a message box decribing the problem (like JOptionPane). Is there any method to display message box from non-window application? Have a nice time Thanks

  • Overview of SM50

    Hi Friends,                Could u provide me with a complete overview of the T-Code SM50..I mean the technicality behind it and how to analyse the schedules from it.

  • Mail output

    Hello, This is regarding mail output to ship to party. My requirement is when I do PGI the mail should get trigered to ship to party after 30 days. how can I achive this task regards, Naveed Ansari