When a survey is completed could the thank-you page appear under the same banner and survey title that the rest of the survey appears under? (If you're not redirecting to a static thank-you page.)
I reckon it would look better, that's all.
Logged In: YES user_id=1253202
I did a small patch which shows the banner from the CSS file (.headerGraphic) also in the Thank You page.
I added <table class="headerGraphic"><tr><td class="image"></td></tr></table>
FILE: admin/include/funcs.inc
FUNCTION: goto_thankyou($sid,$referer)
BEFORE: <h2 class="thankhead"><?php echo($thank_head); ?></h2>
PS: I'm still using phpESP 1.7.5
Log in to post a comment.
Logged In: YES
user_id=1253202
I did a small patch which shows the banner from the CSS file
(.headerGraphic) also in the Thank You page.
I added <table class="headerGraphic"><tr><td
class="image"></td></tr></table>
FILE: admin/include/funcs.inc
FUNCTION: goto_thankyou($sid,$referer)
BEFORE: <h2 class="thankhead"><?php echo($thank_head); ?></h2>
PS: I'm still using phpESP 1.7.5