Quote Originally Posted by alexsmith2709 View Post
Hi,
Thanks for this mod, its working great.
One thing i would like to know is using the custom field i created for my registration page.
I've managed to get the field to show in the add_customer.php file but when the customer is added and i go to edit the customer in the admin panel the custom field shows up blank and the data has not been added to the database.
I followed the instructions for adding the custom field to the registration page (by exchanging customers.php for add_customers_backend.php). From what i can understand the code to add to the database is the same but there are a few differences between the files.

Any help will be much appreciated.

Thanks
You added a custom field to your registration page and also added a Database field in your customer table for this custom field?

If the field shows up, did you also add it to the customers.php file in the admin folder?

Are you having the sql query pick up your new field when it does the select?