Hello,
I'm trying to create a front-end manager
like this one.
The problem is that all icon field doesn't display anything on my website and I need other buttons.
So I created multiple fields with html typo like this :
<button type="button" class="btn btn-primary">ANYTHING</button>
And I use the link option (delete, form, list or even extern ...).
The problem is that with IE, when there is type="button" it doesn't work but it works with Firefox and Chrome (I mean the navigator doesn't redirect to the right page : the link has no effect).
I tried with role="button" and it redirects to the same page in all browers. Only when I click on "open in another tab" it opens the right page.
I tried also with both type="button" and role="button" but it doesn't work with all browers.
How can I fix this ?
Thank you in advance !