Project

General

Profile

Actions

Feature proposal #8612

closed

Implement backend pre-conditioning IF showhide

Added by krileon almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
Start date:
01 July 2021
Due date:
% Done:

100%

Estimated time:

Description

IF showhide usages are only ran browser side. This causes a lot of content jumping with content being visible then suddenly not. It also slows the page down considerably. This instead should run the IF check server side first to see if the condition has passed or failed then pass that information on to the renderer so the output can already be hidden.

In addition to this inputs should be DISABLED. Currently they are not. This results in hidden information submitting to POST. This causes a massive problem with large conditioned forms being unable to submit due to hitting input limits.

Actions

Also available in: Atom PDF