Thing is, I've asked this question on the main forum, 28 views no replies, so I thought I'd ask here too.
I'd like to change the properties of "button_create_account.gif" to make it go to a specific url rather than to the create account form.
Thanks in advance
Would I be correct in assuming that this is the script I should be altering?
tpl_login_default.php
<?php echo zen_draw_form('create', zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); ?>
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CREATE_ACCOUNT, BUTTON_CREATE_ACCOUNT_ALT); ?></div>
</form>
Bookmarks