Forums › General › PHP: Get all forms › Reply To: PHP: Get all forms
You can use the following function:
$forms = wsf_form_get_all(published = false, order_by = 'label')
e.g.
$forms = wsf_form_get_all(true)