Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flash message not shown after user registration #32

Open
meysammahfouzi opened this issue Jul 2, 2019 · 5 comments
Open

Flash message not shown after user registration #32

meysammahfouzi opened this issue Jul 2, 2019 · 5 comments

Comments

@meysammahfouzi
Copy link

After successful user registration, no flash message is shown on the page. Do you know what could be possibly the problem?

@kharanenka
Copy link
Contributor

Hi! Please, send code of your page with component settings.

@meysammahfouzi
Copy link
Author

Hi!
I didn't notice that the flash message is set in ajax mode only. Is it possible to have it set in submit mode as well?

@kharanenka
Copy link
Contributor

Now there is no possibility to get flash message with submit mode

@kharanenka
Copy link
Contributor

You can get only error message with submit mode.

@meysammahfouzi
Copy link
Author

Do you mean it's not technically possible? I can generate a flash message in the code section of my page:

Flash::success('Password successfully changed!');

And can show it on the page after page loads:

{% flash %}
<p
        data-control="flash-message"
        class="flash-message fade {{ type }}"
        data-interval="3">
    {{ message }}
</p>
{% endflash %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants