Multi-tab or page forms

Does anyone know where I can purchase third party software
for Dreamweaver forms ... or a simple way to split a very long form
into mulitple pages? The form is too long as a single web page. I
want to guide the viewer through multiple pages and then submit the
form on the last page, but send data from all the pages in one
email. Any suggestions.

You can carry the values of the previous pages in hidden or
session
variables.
Nancy Gill
Adobe Community Expert
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
A Beginner''s
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
Web Development
"kurtwjohn" <[email protected]> wrote in
message
news:enmpv5$bbm$[email protected]..
> Does anyone know where I can purchase third party
software for Dreamweaver
> forms ... or a simple way to split a very long form into
mulitple pages?
> The
> form is too long as a single web page. I want to guide
the viewer through
> multiple pages and then submit the form on the last
page, but send data
> from
> all the pages in one email. Any suggestions.
>

Similar Messages

  • 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.

  • How do I tab across pages in a multiple-page PDF Form?

    After a couple hours trying to resolve this and researching Adobe's site and the web, I've had no luck. Was hoping someone here could help.
    I've created a multi-page form in Adobe Acrobat X for Mac - It started out as a one-page form, and I then added three additional blank pages one at a time, adding the fields as needed. There are no special fields or formatting.
    The problem is that each page has its own tab order which starts numbered from 1 as the first field to "x" being the number for the last field. I can tab through the fields of the page fine, but when I get to the last field on the page, instead of "Tab" moving me to the first field of the next page, it jumps back to the FIRST field on the page I am on.
    I wasn't sure if I should have just created the form as one long page or if that was even an option. I did it this way because this form will need to be printed on 8.5 x 11 paper once it's filled out.
    Is there a way to adjust tabs to move to the next page after filling in the last field on a page rather than just have it go back to the beginning?
    There has to be a way to do this, or perhaps another way it should have been done in the first place.  As you know, Adobe isn't known for its intuitive products.
    Thanks in advance. After serveral hours of looking for help online, I'm stuck.
    Ron

    Got it to work. It returned a completely different path of course just to make life interesting and required a FN+OPTION ENTER in order to return the path. I now have the FLATTEN option in the edit menu.
    Just trying it checking all the Flatten options except the fields seemed to work on the first pass. I'm going to try and load a copy of the original complete document. I assume that is the proper way to use this at this point since I created the form ***-backwards?
    I've used Adobe layout programs since the Aldus days but Acrobat seems to work differently than any other program I've used.
    If I understand what you're saying I should:
    1. Design the layout of the form leaving spaces for the fields
    2. Open Acrobat, import the document
    3. Auto-add and correct, or manually add the fields
    4. Fix tabbing
    5. Add any additional comments or annotations
    6. Flatten everything but the fields?  (If the fields are flattened I can't fill out the form unless it's supposed to be a printed form only, right?)
    Might just have to break down and RTFM.  Acrobat is a really different animal.

  • How to update hidden item after submit of multi tab form

    Hi everyone,
    I have a multi tab form which is being used to insert records into a table. One of the columns I have included in the form source is 'hidden' and i want this item to be populated with the current date and time for each row, when I press the submit button. I have tried to achieve this by creating a PL/SQL process on the Page with the following details:
    Process point: 'On Submit - After Computations and Validations'.
    Source: :P5_DATE_ENTERED := :SYSDATE_YYYYMMDD;
    However, when I test the Page I get the following error on pressing Submit:
    'Error ERR-1002 unable to find ID for item P5_DATE_ENTERED...'
    So, I'd be very grateful if anyone can advise me as to how to achieve this basic functionality,
    cheers,
    Kevin.

    Hi,
    Thanks for the reply, I had considered that and I think that probably is the best approach. However, I'd like to know why my method of trying to do it in APEX doesn't work as it seems such a simple thing to want to do,
    regards,
    Kevin.

  • 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

  • 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.

  • 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.

  • 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.

  • 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

  • I have a pdf registration form on my website.  It has a link that take the user to a payment page within my website.  They pay then submit the form.  The link currently opens in the same browser tab as the form and the user thinks that is the submission,

    I have a pdf registration form on my website.  It has a link that take the user to a payment page within my website.  They pay then submit the form.  The link currently opens in the same browser tab as the form and the user thinks that is the submission, which it is not.  I want my link to open into a new browser tab.  How do I do that?

    You can use the following JS code:
    app.launchURL("http://www.example.com", true);

  • Tabbing through a form with multiple pages!!!!! FIX!!

    Hi everyone, I have a fix for this tricky issue of tabbing through a form that has multiple pages.
    1. You'll need to go to the "master page" and add as many pages as you have "body pages".
    2. Click the Object Veiw Tab and set the Occurence of the page to Max 1 and click the box with the instruction Include In Page Numbering.
    3. Do this for each page of the form that you have.
    4. The tabbing now should move from the 1st to 2nd to however many pages you have Master and Body Pages for.
    Glad I could figure this out! Goodluck!

    Thanks for the reply. Since my post to this topic I discovered some things about tabbing. With out adding another master page but just keeping the one and making sure that it's occurance is set to a minimum of one and including master page in the numbering it will work as long as the order of fields in the hierarchy tab matches the order in the position of the fields.
    I have a subForm that has a row of fields starting with a button then several text fields. I couldn't tab to the next page because the button was at the bottom of the hierarchy and it wasn't until I moved it to the top that I could finally tab to the next field on the next page. I also discovered that with a one page dynamic interactive form that has some expand able text fields in it and when the field expands so that any fields are pushed to a new second page tabbing seems to not work. In other words when I tab out of that field that is suppose to expand and a new page is added to the form the tabbing quits and in order for it to resume I have to click in a field and from then on it work even if it gets to where a third page and so forth is added. It is just when a one page (in my case) form turns into multiple pages for the first time.
    Hope that makes sense.

  • Clear form when changing tab or page

    I do have a few pages which hold information separated into many tabs. Within the tabs are porlets consisting of one form portlet and a report portlet. I used the query button in on form and change the tab or page and did changes on the other tab/page. If I go back to the original tab/page the form stays in the query state holding the values of the last query. This is dangerous because I could have changed the data of the table behind the form on another page. Therefore I want to reset the form every time I leave the the tab/page where the form is. Has everyone tried this and succeeded?
    Thanks for you help.
    Alexandra

    I don't know exacly why this does not work for your system as
    well. I can just guess. There is another configuration for
    caching in the main configuration of PORTAL I think it is the
    file http.conf under Oracle\iSuites\Apache\Apache\conf. My system
    admin told me that he had totally disabled the caching option for
    PORTAL. This is how my http.conf file looks like at the lines
    that have to do with caching:
    # CacheNegotiatedDocs: By default, Apache sends "Pragma:
    no-cache" with each
    # document that was negotiated on the basis of content. This asks
    proxy
    # servers not to cache the document. Uncommenting the following
    line disables
    # this behavior, and proxies will be allowed to cache the
    documents.
    #CacheNegotiatedDocs
    # To enable the cache as well, edit and uncomment the following
    lines:
    # (no cacheing without CacheRoot)
    #CacheRoot "D:\ORACLE\iSuites\Apache\Apache\proxy"
    #CacheSize 5
    #CacheGcInterval 4
    #CacheMaxExpire 24
    #CacheLastModifiedFactor 0.1
    #CacheDefaultExpire 1
    #NoCache a_domain.com another_domain.edu joes.garage_sale.com
    # Inter-Process Session Cache:
    # Configure the SSL Session Cache: First either `none'
    # or `dbm:/path/to/file' for the mechanism to use and
    # second the expiring timeout (in seconds).
    #SSLSessionCache none
    #SSLSessionCache shm:logs\ssl_scache(512000)
    SSLSessionCache dbm:logs\ssl_scache
    SSLSessionCacheTimeout 300
    Don't know if this helps. But it works for 3.0.8.9

  • Search form with multi-tab result

    Dear,
    I would like to create a search form with multiple items. These can be different select lists (dont know yet if one list is going to be parent of another list).
    If on the search form I press submit the result is used in the different tabs. (two page level tabs. THey can all have a different report.
    When I switch between the tabs I can still see the original search form with the original filled in values.
    Is this some kind of shared control or shared component like a navigation bar?
    I would appreciate your help.
    Kind regards,
    Nico

    Most probably your problem is different, but I remembered another (possibly similar) problem.
    A few months ago another guy had a problem related to PPR of content on a ShowDetailItem in a PanelTabbed. He had not set the whole ShowDetailItem as PPR target but he had set a PanelFormLayout inside the ShowDetailItem as a PPR target. The problem was workarounded by setting either the whole ShowDetailItem or the whole PanelTabbed as a PPR target. So if you have not set the whole ShowDetailItem as a PPR target of the "execute query" button (by using ShowDetailItem's "partialTriggers" attribute), please try what will happen if you set it.
    Dimitar

  • 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?

  • 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.

Maybe you are looking for

  • In Month View, how do you find "Today"? It was on the pre-Maverick "Month View".

    Prior to Maverick, you could be looking in the Calendar in Mat and push one button to return to the current date. I cannot find a similar button on calendar in Maverick.

  • NWDI in NW architecture

    Hi all, Can the component NWDI be used in the same time by both usage type : (only one installation) - PI (only CMS) with XI tracks - EP (CMS + DTR + CBS) with java tracks Can you confir to me : If there is a Solution manager in the landscape the bes

  • Why cann't rmic find the class?

    I have write some RMI Code,and I could compile them correctly,but when I wanted to generate Stub and Skel by rmic ,it showed me that: E:\JavaPro\CH21-05>rmic RmiTestServer error: Class RmiTestServer not found. 1 error I don't know why? Here the sourc

  • Harddrive formatting failed

    I have 2 HD in the PM. The one which caused a problem is a 320 GB WD Caviar. It is in the 2nd slot. Can't formatting the harddrive to install OS (10.5 Leopard) on the PM (PPC, 2 Ghz, Double Core) Get always the red exclamaition mark that says that I

  • ICould with 10.6.8

    In looking at Apple's material for the move from Mobile Me to iCloud it is not clear to me if I can do that when on 10.6.8 with my iMac and MBP. Is that the case?  I have no desire to upgrade to 10.7 now since I still  have to replace a couple of pro