Created
November 22, 2017 15:59
-
-
Save mpstenson/89c6668cb7b808e60d8f7ef3bb1909b8 to your computer and use it in GitHub Desktop.
Code to add CC to a HelpSpot Portal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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