Disable autocompletion of reply-to address

pull/7/head
Francis Lachapelle 2012-12-06 10:32:31 -05:00
parent 026ffd8888
commit 2a5e0aeaa9
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@
<dt><var:string label:value="Email:"/></dt>
<dd><input const:name="email" const:id="email" type="text" const:value=""/></dd>
<dt><var:string label:value="Reply To Email:"/></dt>
<dd><input const:name="replyTo" const:id="replyTo" type="text" const:value=""/></dd>
<dd><input const:name="replyTo" const:id="replyTo" type="text" autocomplete="off" const:value=""/></dd>
<dt><var:string label:value="Signature:"/></dt>
<dd><span id="actSignature"><!--space --></span></dd>
</dl>