Success messages list and paint Layout

I've been trying to make the %success_messages_list% keyword for a Bulkmail registration page display more prominent by adding some styles and placing it in a DIV. To ensure it doesn't display until there is actually something in the field, I have created a Paint Layout using Condition Keywords Regexp as follows:


Keyword Name: success_messages_list

Keyword is true if: The following Keyword matches the specified term

Options - Keyword: success_messages_list

Options - Pattern: ^$



Then in the Bodycopy I have the following…

%begin_success_messages_list%

%else_success_messages_list%

<div id="success-message"> %success_messages_list% </div>

%end_success_messages_list%



When I then apply the Paint Layout to the Bulkmail registration page, this page no longer works. Nothing happens when the Submit button is clicked.



Does anyone have any ideas about where I'm going wrong with this?

My apologies for posting this topic, it's not an issue (I didn't apply the %asset_contents% keyword replacement in the appropriate paint layout bodycopy).

[quote]I've been trying to make the %success_messages_list% keyword for a Bulkmail registration page display more prominent by adding some styles and placing it in a DIV. To ensure it doesn't display until there is actually something in the field, I have created a Paint Layout using Condition Keywords Regexp as follows:



Keyword Name: success_messages_list

Keyword is true if: The following Keyword matches the specified term

Options - Keyword: success_messages_list

Options - Pattern: ^$



Then in the Bodycopy I have the following…

%begin_success_messages_list%

%else_success_messages_list%

<div id="success-message"> %success_messages_list% </div>

%end_success_messages_list%



When I then apply the Paint Layout to the Bulkmail registration page, this page no longer works. Nothing happens when the Submit button is clicked.



Does anyone have any ideas about where I'm going wrong with this?[/quote]