Skip to content

Instantly share code, notes, and snippets.

@mpstenson
Created November 22, 2017 16:03
Show Gist options
  • Save mpstenson/75616f156687cd8eb9d77a034e05d7b1 to your computer and use it in GitHub Desktop.
Save mpstenson/75616f156687cd8eb9d77a034e05d7b1 to your computer and use it in GitHub Desktop.
Add the subject line to a HelpSpot portal
<?php if ($this->hd_allowSubject): ?>
<p><label for="sCC" class="datalabel"><?php echo lg_portal_req_subject ?></label><br />
<?php echo $this->helper->showError('sTitle','<br />') ?>
<input type="text" name="sTitle" size="40" maxlength="250" value="<?php echo $this->request_sTitle ?>" />
</p>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment