Hello Forum,
After the user sucessfully registers, I would like the registration email to be lowercase in the database. Additionally, the auto email sent to the user should also be lowercase.
Table: Customers
Fields: name, address, email, etc
To date, i've carried out the following:
Visual Editor, Register Page, double click email field, view as custom: $value = strtolower($value);
Thanks in advance
JK