Knowledge Base
Find answers, learn new features, and explore developer resources.
Submission
- wsf_submit_get_by_hash
The wsf_submit_get_by_hash PHP function returns a submit object by hash.
- wsf_submit_get_object
The wsf_submit_get_object PHP function returns a submit object by ID.
- wsf_submit_get_value
The wsf_submit_get_value PHP function returns a form submission value by meta key.
- wsf_submit_get_value_by_field_class
The wsf_submit_get_value_by_field_class PHP function returns a submitted field value by field class.
- wsf_submit_get_value_repeatable
The wsf_submit_get_value_repeatable PHP function returns an array of repeatable section field values for the meta key provided in a submit object.
- wsf_submit_get_value_repeatable_by_field_class
The wsf_submit_get_value_repeatable_by_field_class PHP function returns a submitted field value by field class from a repeatable section.
- wsf_submit_note_add
The wsf_submit_note_add PHP function adds a note to a submission.
- wsf_submit_notes_get
The wsf_submit_notes_get PHP function retrieves all notes associated with a submission.
- wsf_submit_set_value
The wsf_submit_set_value PHP function sets a meta value in a submit object by meta key.
- wsf_submit_set_value_by_field_id
The wsf_submit_set_field_value PHP function sets a field value in a submit object.