MyBB Community Forums

Full Version: [F] COPPA form
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
on the COPPA form the email and fax number are now shown right for EG:

Fax: [email protected]
Email:

see if you do not put a fax number in it shows the email as the fax.
Are you sure you just didn't set that for the "Contact Fax No". There's nothing in the code indicating what you said happened.
This happens when you enter in a mailing address but not a fax number for COPPA. You can't set an email address for COPPA.

I have the mailing address set to:

Quote:1 Loony Street
Upside Down, USA 12345

But it is showing:
[attachment=9656]

All works fine when you have just the fax number set or you have both the mailing address and fax number set.
This is a template bug, not a code bug. Using Firebug, I added a &nbsp; in the <dd></dd> where the fax number would be and it showed up correctly - so essentially, if the fax number isn't set, something needs to be put in that tag to get it to work right (such as a simple space - &nbsp; )
Ah, thanks justin
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.