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

Go to a link in Confirm button #272

Open
MonsterDeveloper opened this issue Jan 1, 2017 · 1 comment
Open

Go to a link in Confirm button #272

MonsterDeveloper opened this issue Jan 1, 2017 · 1 comment

Comments

@MonsterDeveloper
Copy link

How to go to the link with confirm button? I set data-remodal-options="closeOnConfirm: false so it will not close when i press button. I tried <button data-remodal-action="confirm" class="remodal-confirm"><a href="https://google.com">OK</a></button> and <a href="https://google.com"><button data-remodal-action="confirm" class="remodal-confirm">OK</button></a> but nothing works. I want when i press the button it redirects me to google.com

@BrianaCran
Copy link

BrianaCran commented Jan 18, 2017

Hi, if you still need help try this:
Switch out confirm button with:
<a class="remodal-confirm" href="googlewebaddress">Go to Google</a>

Should do the trick.

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