Hi all, Is it possible to force the capitalization of the first letter of each input filed on the signup form, signup.html. many thanks Dereck
Hi! You can capitalise the first or all letters by erspective commands in your CSS. But this has nothing to do with amember.
Using this code you can change to lowercase first and then capitalize first letter PHP: (ucwords(strtolower($_POST['name_f']))) Probably you can change this on the signup.php page but do more research. i don't have time to look into it now. Good luck!