Quote:
Originally Posted by zaaylo
hi all,
I am using PhpLD script for my directory.
here my question is if i wish to change HTML code against Reciprocal option on submit form page. Is that possible?
If yes please guide me in brief how?! and from where?
Thanks in advance.
|
Hello, you can edit the following part of the submit.tpl file in your template forlder , assuming that you are using phpld's free version.
(folks, correct me if I am wrong)
Code:
<textarea name="RECPR_TEXT" rows="3" readonly="true" cols="36" class="textarea" onclick=this.focus();this.select()><a href="{$smarty.const.SITE_URL}"{if $smarty.const.ENABLE_ID} id="R{$recpr_id|string_format:"%X"}"{/if}>{$smarty.const.SITE_NAME}</a></textarea>