You appear to be a bot. Output may be restricted
Description
Display an undefined field format as a text field
Usage
bw_form_function_undefined( $f, $fields );
Parameters
- $f
- ( mixed ) required –
- $fields
- ( mixed ) required –
Returns
void
Source
File name: oik-fields/shortcodes/oik-new.php
Lines:
1 to 3 of 3
function bw_form_function_undefined( $f, $fields ) { bw_form_field( "undefined_$f", "text", "Undefined: $f", null, null ); }