Expand my Community achievements bar.

SOLVED

Flowed Forms and flowing from page to page

Avatar

Level 5

Good Day All

I am creating a form and that will span 2 pages before it is filled out. Basically, I have one complete page and 3 text boxes on the second page. All of the sub_forms are set to “flowed” as there are a number of areas that are able to expand as required.

I have created previous forms that are one page in length and when the form expands and goes to the second page, everything is fine.

The issue I am running into this time is, when the first page of the form expands to the second page, the second page jumps to a 3 page,

Question: Is there a way I can have the first page flow into the second page without the original second page creating a 3rd page.

I hope I have explained this ok

Thanks All

Chomp

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

If everything is flowed then the question is do you have two pages defined in your design? If you do then that is your issue. In a completely flowed environment you define the 1st page and put everything on the one page .....the product will force page breaks as required when the form is layed out. To accomplish this, in the Hierarchy view drag and drop the objects from page 2 onto the bottom of page 1 and then delete the empty page 2.

Paul

View solution in original post

2 Replies

Avatar

Correct answer by
Former Community Member

If everything is flowed then the question is do you have two pages defined in your design? If you do then that is your issue. In a completely flowed environment you define the 1st page and put everything on the one page .....the product will force page breaks as required when the form is layed out. To accomplish this, in the Hierarchy view drag and drop the objects from page 2 onto the bottom of page 1 and then delete the empty page 2.

Paul

Avatar

Level 5

Thanks Paul... I thought it might be something like that. It sure make the design a wee bit messy

but everything come out ok

Chomp

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----