@@ -88,7 +88,7 @@
<!-- if plan - link to intake segment-->
<?php
- $isPlan = strpos($iName, 'plan_') === 0;
+ $isPlan = strpos($iName, 'plan_') === 0 && $iName !== 'plan_free_text';
?>
@if($isPlan)