WTF is an expression ? ๐
For no-code and low-code users who want to build smarter forms without writing code.
Definition
2 + 2 // โ 4
$f.age > 18 // โ true
$f.price * $f.quantity // โ 2 * 18 = 36Example expressions
๐ Live name preview
<p>Welcome back <span sf-react="text($f.name)">Name</span></p>๐งฎ Show total price
๐ Show warning if underage
๐ฉ Highlight selected plan
โ
Show message based on score with ternary operator (advanced)
๐ช Highlight the active step visually (advanced)
What can I use inside Expressions
Variable
Meaning
๐ ๏ธ Reactivity features
Function
What it does
Last updated