Design Studio - clearing a text field when you Inquire (or Next or Previous) a form.
Here's a simple command to add to your Design Studio Script to clear a field you've added:
function FORM_OnAfterTransaction(fc)
{
lawForm.setFormValue("text15","",0);
}