PDA

View Full Version : Sign Up Form Help


caucus
07-10-2003, 11:45 PM
Hello Group

I am not sure what page I need to do this on. I would like to add another row on the signup form and add the following text:
Note: Name and address must match credit card billing information

If I add it to the signup_header.tpl it is on every page. I just want it when the information is being added.

I would like it under Account Information on the signup page. Is this possible? If so what page do I have to get?

Alberto
07-10-2003, 11:56 PM
Go to language/English/glossary.php
and find

if (!defined("_SIGNUPACCOUNTINFORMATIONFORMDESCRIPTION")) define ("_SIGNUPACCOUNTINFORMATIONFORMDESCRIPTION","");

replace with

if (!defined("_SIGNUPACCOUNTINFORMATIONFORMDESCRIPTION")) define ("_SIGNUPACCOUNTINFORMATIONFORMDESCRIPTION","Please make sure that so and so and so and so...");

caucus
07-11-2003, 12:07 AM
Hello Alberto

Thanks, do you ever sleep? I will give that a try.

The only problem with that is if there is another upgrade I would have to remeber to change it. However it is a good fxix for now.

Thanks again for all your help.

Alberto
07-11-2003, 12:21 AM
Yes, language files might get added to the db in the future for this reason.

daveman
07-11-2003, 01:07 AM
<!--QuoteBegin-Alberto+Jul 10 2003, 08:21 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Alberto @ Jul 10 2003, 08:21 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Yes, language files might get added to the db in the future for this reason. [/b][/quote]
Seems resource intensive considering how infrequently people would make changes.

sitehostz
07-15-2003, 06:39 AM
Replied to wrong post..