Hi,
I'm using these form conditions to display unique text depending on the count of entries.
[frm-condition source=frm-stats id=6 type=count user_id=current equals=1]xxxx[/frm-condition]
[frm-condition source=frm-stats id=6 type=count user_id=current equals=2]xxxx[/frm-condition]
[frm-condition source=frm-stats id=6 type=count user_id=current equals=3]xxxx[/frm-condition]
It works fine. However, I notice that it occupies space even when the conditions are not met.This becomes problematic when adding more conditions as it pushes down the rest of the page content. Any suggestions on how to resolve this issue would be greatly appreciated.