Closed (fixed)
Project:
Colorbox Node
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Oct 2012 at 09:33 UTC
Updated:
30 Nov 2012 at 22:30 UTC
Jump to comment: Most recent file
In its current form the confirmation message that is displayed after submitting a webform cannot be styled.
Because the returned text is not passed through a theming function and because the AJAX handler wraps it in a div without any classes it's impossible to style the message.
Pass the returned confirmation message through theme_webform_submission, similar to how it's done in the webform module.
The webform confirmation in colorbox will now use the webform_confirmation.tpl.php template.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | make-webform-confirmation-themable-1801886-1.patch | 1.81 KB | klaasvw |
Comments
Comment #1
klaasvw commentedAttached is a patch implementing the proposed resolution.
Comment #2
klaasvw commentedSetting status.
Comment #3
iLLin commentedApplied in next DEV release.