Snippets: Forms

Restore Gravity Forms Embed Button on TinyMCE

Add to theme functions file. Displays on every WYSIWYG field /*****Restore Gravity Forms Embed Button on TinyMCE*********/ add_filter( 'gform_display_add_form_button', '__return_true' ); More examples on GF Docs
Forms, TinyMCE | Type: PHP

Toggling search form and focus search field

Nothing tricky about toggling a search form, but making the search field focus upon showing was hard to find. For an example, see the search button [...]
Forms, Javascript, jQuery | Type: PHP