ChrisJChrisJ Posted July 11, 2005 Share Posted July 11, 2005 Is it possible to change a normal field to "required", on the create_account.php page? If so, how, please? Thanks. Link to comment Share on other sites More sharing options...
MoisesZaragoza Posted July 11, 2005 Share Posted July 11, 2005 in the admin area if you go to Configuration and then to Customers you can turn on and off what to show. at the end of the day the code will be good Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted July 11, 2005 Share Posted July 11, 2005 Is it possible to change a normal field to "required", on the create_account.php page? If so, how, please? Thanks. <{POST_SNAPBACK}> Yes that is possible. You need to define the asterix for being required, add in the top part of the code a query whether the length of the entry is long enough (you'll need to add that info to the configuratuion table), and you'll need to add to the javascript that is looking for missing input: includes/form_check.js.php :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
ChrisJChrisJ Posted July 12, 2005 Author Share Posted July 12, 2005 Yes that is possible. You need to define the asterix for being required, add in the top part of the code a query whether the length of the entry is long enough (you'll need to add that info to the configuratuion table), and you'll need to add to the javascript that is looking for missing input: includes/form_check.js.php <{POST_SNAPBACK}> Thanks you for your replies. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.