<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="5QhG8Ofj0sLSDh40cKD7TE2NyZOUXXzVR7jsH1AiobB3qMtOgTw6o8mERoVBJUnDI3A6gZV9wU4z4xzdnnvIpA" 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="Self catered" name="lead[budget]" id="lead_budget_self_catered" />
              <label class="form-check-label" for="lead_budget_self_catered">
                Self Catered - Enjoy rustic charm in peaceful surroundings with a lovely garden (€95 - €200 per person)
              </label>
            </div>

            <div class="form-check">
              <input class="form-check-input" type="radio" value="Catered" name="lead[budget]" id="lead_budget_catered" />
              <label class="form-check-label" for="lead_budget_catered">
                Catered - Want for nothing, relax in our hot tub, sauna and enjoy gourmet cuisine (€499 per person)
              </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>