[ic] ic 4.8.5 - pesky "1" shows up on email form

Ed LaFrance interchange-users@interchange.redhat.com
Wed May 8 13:04:01 2002


At 01:04 PM 5/8/2002 -0400, you wrote:
>I've been working on setting up a feedback form with the results emailed 
>to me. It works, but the [email]...[/email] tag causes a "1" to be 
>displayed. Very annoying.... how do I get rid of it ?
>
>My form is very simple... here's the code section from my feedback.html:
>-------begin code section-----
><form action="[process]" method=post>
><input type=hidden name=mv_session_id value="[data session id]">
><input type=hidden name=mv_doit value=return>
><input type=hidden name=mv_nextpage value=feedback2.html>
>
>First Name:<INPUT NAME=fname type=text size=15><br>
>Last Name:<INPUT NAME=lname type=text size=15><br>
>Email:<INPUT NAME=email type=text size=15><br>
><P>
>
><input type="image" alt="Search Go" width="57" border="0"
>src="__THEME_IMG_DIR__go.gif">
></form>
>-------end code section-----
>
>And here is the section from the feedback2.html where the "1" gets generated:
>
>------begin code section--------
>[email
>to="Feedback@mydomain.com"
>subject="Feedback"
>from="[value email]"
>reply="[value email]"]
>
>fistname=[value fname]
>lastname=[value lname]
>email=[value email]
>
>[/email]
>----end codes ection----------

It might take a hide=1 parameter; I have not looked at the [email] source 
for a while. Failing that, just enclose the whole mess in <!-- -->, or [tmp 
hide_junk][/tmp].

- Ed L.


===============================================================
New Media E.M.S.               Software Solutions for Business
463 Main St., Suite D          eCommerce | Consulting | Hosting
Placerville, CA  95667         edl@newmediaems.com
(530) 622-9421                 http://www.newmediaems.com
(866) 519-4680 Toll-Free       (530) 622-9426 Fax
===============================================================