Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJason Glass
6,456 PointsSo where did the Message Box for the Error Message come into play?
My error messages are all functioning correctly, however the error box itself does not display..
I would assume that is where the paragraph class comes into play?
<?php
if (!isset($error_message)) {
echo '<p>We’d love to hear from you! Complete the form to send us an email.</p>';
} else {
echo '<p class="message">' . $error_message . '</p>';
}
?>
I've yet to delve into far into css but have a general understanding.. and really want to debug this.
1 Answer
thomascawthorn
22,986 PointsHey! It's been a while how are you getting on with this bug?