02/20/2016 at 12:38 pm
#366168
Keymaster
@ jon
Oh, ok, now I understand. You’ll have to mod the snippet to change the text. I think if you change this line in the snippet:
$category = cnTemplatePart::category( $atts );
to this:
$category = cnTemplatePart::category( array_merge( $atts, array( 'select_all' => 'Please Select Your State to Find an Agent' ) ) );
