Style the form
-
Hello,
Very nice plugin!
I am playing with the function:
function filter_field_attributes( $attributes, $field, $form, $args ) {
$attributes[‘id’] = ‘form-id’;return $attributes;
}How can I address a specific field?
$attributes[‘class’] = ‘button’; isn’t working?Can anyone give an example of a broader use of this function?
thx,
Steven
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Style the form’ is closed to new replies.