Hi Forum, I have downloaded and customized a template from AllPHPLD and when you submit a new link, it doesn't take you to the payment page or anything, just refreshes. Is there somewhere on the PHPLD admin panel where I have to turn something on for this to work, or is this template just not working fully? The Directory is easy5dollars[.com]/submit.php Thanks, Mike
Hi the submit wont work on the template because you havent got the agree to submission rules at the bottom of the page. You should have something like: <tr> <td class="label"><span class='req'>*</span><a href="{$smarty.const.DOC_ROOT}/rules.php" title="Submission Rules" target='_blank'>Submission Rules</a> Agreement:</td> <td class="field"> <input type="checkbox" id="AGREERULES" name="AGREERULES"{if $AGREERULES eq 'on'} checked="checked"{/if} /> {l}I AGREE with the <a href="{$smarty.const.DOC_ROOT}/rules.php" title="Submission Rules" target='_blank'>submission rules</a>{/l} {validate form="submit_link" id="v_AGREERULES" message=$smarty.capture.non_rules_agree}</td> </tr> HTML: Below the Captcha section in your Submit.tpl template file. Hope that helps Kevster