I have CSS that is putting two fields side by side. One of those fields has a field rule to hide in certain cases. When the form is saved to the repository the field is no longer hidden and shows up blank. Is there a way without using JavaScript to fix this problem? If not I am not sure how I would use JavaScript to fix the problem.
Question
Question
Answer
APPROVED ANSWER
SELECTED ANSWER
replied on March 19, 2015
I guess you set {display:inline-block} on the field that should be hidden?
Can you try using {position: relative; float: left;} instead?
You can find a similiar issue that explains how {display:inline-block} breaks field rule here:
https://answers.laserfiche.com/questions/48394/SidebySide-Form-Fields--Rules
0
0