1
0
-1

Hi,

I have created the following Forms.

Form A: Contains multi-paged form (5 page)

Form B: Contains multi-paged form (3 page)

Form C: Contains multi-paged form (3 page)

Main Form

Contains Radio buttons for users to select their type.

The subform is hidden initially, and will only be displayed once user selects a type. Each type is tied to a form.

Type A = Form A | Type B = Form B | Type C = Form C

 

The bug found is in the Main Form:

  • The Next button of the first Subform Multi-page is disabled.
  • To go to the 2nd page, I am required to use the wizard/tab label. 
  • However, once I clicked on the other pages and go back to the 1st page, the Next button is not disabled anymore.
  • This applies to all the subforms.

Can please help to advise what I can do to get the Next button not disabled for the first page?

 

I am using Version: 6.0.11 and V6 Universal Theme

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi Anders,

      There is no custom code in the form.

      I noticed that the button is disabled related to the Visibility Control.

      Have you built the form as the following scenario? Maybe it was not clear before.

       

      Form A: Contains multi-paged form (5 page)

      Form B: Contains multi-paged form (3 page)

      Form C: Contains multi-paged form (3 page)

      Main Form

      1 - Contains Radio buttons for users to select their type.

      2 - There are 3 separate Sections that contains 1 Subform.

      3 - Each Subform tied to Form A or Form B or Form C.

      4 - The Visibility will be controlled by the Type the user choose.

       

      Example: Select Type A will display a section with Subform tied to Multi-page Form A

       

      I tried to remove the visibility rules, and all the multi-page 1st-page Next button is working correctly. So I think it is a bug that is related to Visibility.

       

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi, in my multi-page forms the Next button is not disabled. Is there any custom code in your form that disables it?

        1. Harita

          Please refer to below for further clarification. Thanks.

        CommentAdd your comment...