<turbo-stream action="replace" target="multi-step-form"><template><turbo-frame id="multi-step-form" data-controller="form-step" data-step="1">
  <div class="form-step hidden">
    <div class="progress-container">
      <div id="progress-bar" class="progress-bar" style="width: 0%;"></div>
    </div>

    <form data-turbo-frame="multi-step-form" action="/send-enquiry?step=1" accept-charset="UTF-8" data-remote="true" method="post"><input type="hidden" name="authenticity_token" value="WhK-mgBPA8io5oyE3gweghTDVdeheug9X5KGKinEF7YMBww_eXW7ZykpN3t1g4H5hmc3JgKUOXaYukpSKm1EIw" autocomplete="off" />
          <h2>1. What kind of budget do you expect to spend per person on this trip for accommodation?*</h2>
            <div class="form-check">
              <input class="form-check-input" type="radio" value="Luxury catered" name="lead[budget]" id="lead_budget_luxury_catered" />
              <label class="form-check-label" for="lead_budget_luxury_catered">
                Luxury catered - Want for nothing and relax in our Hot tub, Sauna and 5 course gourmet experience  (€900 - €1,700)
              </label>
            </div>
            <div class="form-check">
              <input class="form-check-input" type="radio" value="Boutique catered" name="lead[budget]" id="lead_budget_boutique_catered" />
              <label class="form-check-label" for="lead_budget_boutique_catered">
                Boutique catered - Enjoy rustic charm and 3 course dinners  (€700 - €1,250)
              </label>
            </div>
            <div class="form-check">
              <input class="form-check-input" type="radio" value="Self catered" name="lead[budget]" id="lead_budget_self_catered" />
              <label class="form-check-label" for="lead_budget_self_catered">
                Self catered (€175 - €550)
              </label>
            </div>

          <br><input type="submit" name="commit" value="Next" class="float-right" data-action="form-step#nextStep" data-disable-with="Next" />


</form>  </div>
</turbo-frame>
</template></turbo-stream>