burnacid / MyBB-Form-Creator

A MyBB 1.8 form creator
GNU General Public License v3.0
11 stars 6 forks source link

Conditions in subject and message #92

Open khyinn opened 6 years ago

khyinn commented 6 years ago

Is it possible to add a simple way to add conditions to display values in template output and thread subject ?

For example, something like [IF {$fieldvalue[1]} NOT EMPTY]{$fieldvalue[1]}{$fieldvalue[2]}[ELSE]{$fieldvalue[2]}[/IF]