Umbraco 13 Form Paging/Summary

Umbraco documentation indicates the ability to add multi-page form paging and summary.

in appsettings, I have

umb_form_paging2

and “EnableMultiPageFormSettings”: true

but it doesn’t work.

It may be a stupid question but do I need to add code?

My assumption was that it is built-in and would display.

That is custom functionality that has been created by a developer. You should reach out to whoever built this functionality if its not working as expected.

You say custom functionality but it is part of the Umbraco documentation rather than a third party. Are you suggesting raising it with Umbraco developers?

Apologies, I didnt realise these were settings within Umbraco Forms. I havent used this before. What version of Umbraco forms are you using?

Have you followed this documentation:

Forms Version 13.5.0

Yes I followed documentation. The forms work fine, not the paging or summary.

I don’t see anything in the standard Themes/default/Form.cshtml (that comes with the installation) that contains logic to display either and if that was the case then what would the point be in having the appsettings for it?

I have just tested this with a default Umbraco Forms installation, not edited any appsettings or changed any templates.

I created a 2 page form with 1 question on each page.

So it definitely works. Have you checked the page source to see if the buttons are present. Maybe the website styling is hiding the buttons.

Hmm. I did a clean install. Could you display the html code in the forms.cshtml around the page number? Wondering if I have something missing.

appreciate your support. thanks

I just created a clean install and the page numbering worked. Looks like something is blocking it. Thanks for your support.

Did you find the issue?

Yes.

I was implementing an Upgrade from V8 to V13.

The V8 was using a custom theme.

So I downloaded an Umbraco default theme and extracted the relevant code into the custom theme file with some additional code.

1 Like