hostname Posted August 16, 2009 Share Posted August 16, 2009 In my country we don't use postcode information, so i have to tell clients that use "00000" or "11111" as post code. How can i remove this from signup form? i edited the order-signup.tpl but nobody can register because php says that post code is required. Where is located the php file that process signup form? May i edit php and database to accept NULL postcode? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted August 16, 2009 Share Posted August 16, 2009 You could always add it as a hidden field in the form. That would satisfy the script and hide it from the user. 0 Quote Link to comment Share on other sites More sharing options...
hostname Posted August 16, 2009 Author Share Posted August 16, 2009 yes i tried it but, what about the php and database? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted August 16, 2009 Share Posted August 16, 2009 What about it? The database will receive the hidden info. Not sure what you're asking about the "php" though. Can you explain what you mean? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.