I installed 9.7 the other day and I'm about ready to bang my head on my desk. For whatever reason, I can not find the line:
<form action="submit.php" method="post" name="thisform" id="thisform">
That has to be changed to:
<form action="submit.php" method="post" name="thisform" id="thisform" enctype="multipart/form-data"> in /templates/(your template)/submit_step_2.tpl
Everything else appears to be in order, but I'm still stuck on step 1. Any ideas? The closest appears to be:
<form action="{$URL_submit}" method="post" name="thisform" id="thisform">
But I'm not going to change that without consulting someone on what it does. Seems that changing a URL_submit might be a bad idea.

Thanks,
Chris






Linear Mode




