Quote Originally Posted by clydejones View Post
includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
Thanks Clyde, I got it changed but I am having trouble with 2 fields which now don't show http://

Code:
<?php echo zen_draw_input_field('links_reciprocal_url', $name, ' size="40" id="links_reciprocal_url"', 'http://') . '&nbsp;' . (zen_not_null(ENTRY_LINKS_RECIPROCAL_URL_TEXT) ? '<span class="alert">' . ENTRY_LINKS_RECIPROCAL_URL_TEXT . '</span>': ''); ?>
what am I doing wrong here??

Veronika