When a particular form was saved to the repository the natural page break happened to fall exactly where a radio button would be located. It appeared to be cause the radio button to not be saved. It should appear in the red box.
The form is using pagination (tabs) so we worked around this by using the following CSS to create cleaner page breaks which did solve the problem.
.form-pages-container div.Page { page-break-after: always; }
Unfortunately, this has introduced a lot of excess white space at the end of each section so someone viewing the form saved to the repository has to scroll quite a bit to make it all the way through.
Does anyone know any CSS magic that could trim the white space at the end of each page?
We are currently on LF11 Update 5 and using the modern designer though we will be upgrading to LF12 in July 2025.