Well fixed the hack myself........cool......see snapshot!
Quite simple indeed!
Created a custom template called register_customfields_kg and changed this code in register.php
ORG-CODE:
------------------------------------------------------------------
eval("\$customfields_required .= \"".gettemplate("register_customfields")."\";") ;
------------------------------------------------------------------
NEW CODE:
------------------------------------------------------------------
eval("\$customfields_required .= \"".gettemplate("register_customfields_kg")."\";") ;
------------------------------------------------------------------
Well the solution you can see in the snapshot!
I suppose this is what you mean?
|