Testing adding lead without any leads for some reason wasn't showing
form. When creating the newEntry status wasn't being set. Looking for
status or adding new lead to show the form.
break;
}
$entry = $this->newEntry();
+ // echo '<pre>$entry: ' . print_r( $entry, true ) . '</pre>';
$addingLead = true;
$lead_interests = array();
<a href="{$thisUrl}?back=1&page={$thisPage}&prevStart={$smarty.request.prevStart}&nextStart={$smarty.request.nextStart}&pageSelect={$smarty.request.pageSelect}">Back To Search</a>
-{if $entry.status}
+{if $entry.status || $addingLead}
<form action="{$thisUrl}?page={$thisPage}" method="post">
<input type="hidden" name="glm_action" value="{$thisAction}" />
{if !$addingLead}