Skip to content

Instantly share code, notes, and snippets.

@mpstenson
Created November 22, 2017 15:59
Show Gist options
  • Save mpstenson/89c6668cb7b808e60d8f7ef3bb1909b8 to your computer and use it in GitHub Desktop.
Save mpstenson/89c6668cb7b808e60d8f7ef3bb1909b8 to your computer and use it in GitHub Desktop.
Code to add CC to a HelpSpot Portal
<?php if ($this->hd_allowCc): ?>
<p><label for="sCC" class="datalabel"><?php echo lg_portal_req_cc_email ?></label><br />
    <?php echo $this->helper->showError('sCC','<br />') ?>
    <input type="text" name="sCC" size="40" maxlength="250" value="<?php echo $this->request_sCC ?>" />
</p>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment