im using {image_path} to display the image path in my form (creates a ascii version of a picture. the image_path is a full url to the picture.
<form action="/web/templates/FI_Apple_Blue/ascii/exe.php" method="POST" target="imright">
<input type="hidden" name="image" value="{image_path}">
how can i take the {image_path} and code that so it cant be seen in view script?