I am not a great perl programmer so I ran into a slight problem along the way with Password Modify for non-templates written by Thiago Moretti. The page is located at [link]http://www.buscabr.com/modify.html[/link]. In the directions for adding the modification he says, "2) You should now create a sub called site_html_modify_first. I won´t put here all the code, but the essencially code is:
<form action="$build_modify_url" method="POST">
ID: <input type="text" name="ID" size="5"><br>
Password: <input type="password" name="password" size="20">
</form>
I don't exactly know what the entire code would look like in the site_html_modify_first. Has anyone done this modification and gotten it to work, if so what did they do to the site_html_modify_first. Thanks for your help.
Greg
<form action="$build_modify_url" method="POST">
ID: <input type="text" name="ID" size="5"><br>
Password: <input type="password" name="password" size="20">
</form>
I don't exactly know what the entire code would look like in the site_html_modify_first. Has anyone done this modification and gotten it to work, if so what did they do to the site_html_modify_first. Thanks for your help.
Greg