02/25/2015 at 7:00 pm
#320761
Keymaster
@ chris429
Yea, it presently does not work on all browsers… you can use the required HTML5 attribute.
http://www.html5tutorial.info/html5-required.php
You would have to change this line in the snippet:
$search = cnTemplatePart::search( $atts );
Remove it and echo out the HTML rendered by that function adding the required
to the search input text field.