Flowable Form - Expression Field : Conditional variable display

Hi ,
I have flowable form where we have expression field in which I want to display variable value with some text if filled in previous screens.
Something like
${name ? ‘First Name’ name :’’}

Thanks in advance .

Out of the box, the OSS forms engine provides basic input and output of a few supported datatypes. You can extend it or add additional features to a custom front end. This post seems like a good place to start