Skip to content

Instantly share code, notes, and snippets.

@richtabor
Last active August 29, 2015 14:20
Show Gist options
  • Save richtabor/8d8612f9cca006d192e6 to your computer and use it in GitHub Desktop.
Save richtabor/8d8612f9cca006d192e6 to your computer and use it in GitHub Desktop.
bean_custom_form_filters fix - Basically add these keys and values to the $defaults array in the bean_custom_form_filters function, located within functions.php
'id_submit' => 'submit',
'class_submit' => 'submit',
'name_submit' => 'submit',
'submit_field' => '<p class="form-submit">%1$s %2$s</a>',
'submit_button' => '<input name="%1$s" type="submit" id="%2$s" class="%3$s" value="%4$s" />',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment