});
// Cliquer sur le bouton suivant
- $(document).on("click", ".active-screen.next .action", function () {
+ $(document).on("click", ".active-screen.next .action", function (e) {
+ e.preventDefault();
if ($this.getActiveScreenType() === 'email') {
if (!$this.validateEmail($this.activeScreen.find("input").val())) {
<div class="screen question-text question-country">
<form id="form-{{$position}}">
<div class="form-group">
- <label for="toggleDropdown" tabindex="1">
+ <label for="toggleDropdown" tabindex="0">
<input class="answer-text" id="toggleDropdown" name="answer"
placeholder="{{$question['placeholder']?:$__('Choose a country')}}" type="text" tabindex="-1"/>
<svg class="arrow" xmlns="http://www.w3.org/2000/svg" width="18.828" height="10.414"