Skip to content

Instantly share code, notes, and snippets.

@pentatonicfunk
pentatonicfunk / leadgen_form
Created March 9, 2018 21:08
LGF Shortcode Function
// SHORTCODE
function leadgen_form( $atts ) {
extract( shortcode_atts( array(
'styles' => true,
'name' => 'Name',
'phone' => 'Phone',
'email' => 'Email',
'budget' => 'Desired Budget',
'message' => 'Message',