I would like to be able to link to the terms and conditions with some intro text so people can read them before the final registration form.
I have hardcoded [url=<?php echo $sitelink . 'components/com_dtregister/terms.php?id=' . $_SESSION['register']; ?>" id="terms_conditions" class="lbOn" title="opens in a new window]<?php echo htmlspecialchars (JText::_( 'DT_TERMS_CONDITIONS_READ' )); ?>[/url]
to the top of the registration form.
This works on individual bookings and billing page for groups but not on the members page.
Can anyone help?