DbFace use Smarty as internal template engine. You can use simply {$form_field_name} in application script, filter conditions to delegate the form field value.

Let's see a simple example:

We build a form which contains 2 input textbox: fromDate, endDate. Sample DbFace form

You can use the form fields in application scripts Sample DbFace form