cammo Posted July 7, 2011 Share Posted July 7, 2011 I have set my newsletter block as a fixed height in my theme layout and don't want the error and success messages to appear below the block once the submit button is clicked.I'd like to be able to utilise the inbuilt thickbox (or is it fancybox?) to display the error or success message in a simple modal popup so it doesn't mess with my layout. <!-- Block Newsletter module--> Sign up to our newsletter & receive 10% off your next online order <form action="{$link->getPageLink('index.php')}" method="post"> <input class="email" type="text" name="email" size="18" value="{if isset($value) && $value}{$value}{else}{l s='your e-mail' mod='blocknewsletter'}{/if}"> {l s='Subscribe' mod='blocknewsletter'} {l s='Unsubscribe' mod='blocknewsletter'} <input type="submit" value="ok" class="button_mini" name="submitNewsletter" /> </form> {if isset($msg) && $msg} {$msg}{/if} <!-- /Block Newsletter module--> Somehow when it determines which message to display in this bit: {if isset($msg) && $msg} {$msg}{/if} I want it to show it in a modal popup?Any ideas? Link to comment Share on other sites More sharing options...
predacom Posted June 28, 2012 Share Posted June 28, 2012 Did you have any question about modal message Link to comment Share on other sites More sharing options...
Vilas Posted February 10, 2013 Share Posted February 10, 2013 Hi. Yes this question is related to modal window only. Thanks Link to comment Share on other sites More sharing options...
l.zuccarini Posted July 9, 2013 Share Posted July 9, 2013 I am interested too. Did you find any solution? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now