lukemcr:
I've been following the first few and the last pages of this 42-page thread. I have a question, however, that I couldn't find an answer to right off the bat, though:
the new customer fields on my sign up page look like this:

Blank.
I have two custom customer fields added in the backend using TheOracle's mod. Any ideas as to how to make the fields show up correctly?
Thanks a lot,
luke
I'm experiencing the exact same problem. I had a difficult time following the instructions, because it says everything is done from the admin area. I took that to have literal meaning. However after poking around it appears that manual edits to the code need to be done in the includes/templates/"my_template"/templates/tpl_account_edit.php and includes/templates/"my_template"/templates/tpl_modules_create_account.php files.
First question, are those the only files that need to be edited manually?
I found in each of those files, the example additional fields, which is where I came to the assumption I needed to add an entry for my new field in these files. I added a single new field and used one of the examples to add it, in other words I modified the cellphone example to be my new field.
Just like the example above when I load the new account page, nothing shows up inside the additional fields area. Thus far I'm not seeing any errors, just nothing shows up as I expect for it to.
What could I be doing wrong?
stage