support.librastudigist.info Open in urlscan Pro
5.189.217.24  Public Scan

URL: https://support.librastudigist.info/
Submission: On October 13 via api from US — Scanned from NL

Form analysis 1 forms found in the DOM

/feedback/form-processing.php

<form id="feedback-form myForm" action="/feedback/form-processing.php" novalidate="">
  <div class="form-row">
    <!-- Имя пользователя -->
    <div class="form-group">
      <label for="name" class="control-label">Name</label>
      <input id="name" type="text" name="name" class="form-control" value="" placeholder="Name" minlength="2" maxlength="30" required="">
      <div class="invalid-feedback"></div>
    </div>
    <!-- Email пользователя -->
    <div class="form-group">
      <label for="email" class="control-label">Email</label>
      <input id="email" type="email" name="email" required="required" class="form-control" value="" placeholder="Email">
      <div class="invalid-feedback"></div>
    </div>
  </div>
  <!-- Сообщение пользователя -->
  <div class="form-group">
    <label for="message" class="control-label">Message</label>
    <textarea id="message" name="message[]" class="form-control" rows="3" placeholder="Message (at least 10 characters)" minlength="10" maxlength="500" required="Message"></textarea>
    <div class="invalid-feedback"></div>
  </div>
  <!-- Файлы, для прикрепления к форме -->
  <!-- <div class="form-group form-attach">
                    <div class="form-attach__label">Files</div>
                    <div class="form-attach__wrapper">
                        <input type="file" name="attach[]" multiple required>
                        <div class="form-attach__description">
                            <div>Click to download files or drag and drop them</div>
                            <div class="text-sm">PNG, JPG, GIF (up to 512 Kb)</div>
                        </div>
                        <div class="form-attach__items"></div>
                    </div>
                    <div class="invalid-feedback"></div>
                </div> -->
  <!-- Капча -->
  <!-- <div class="form-group form-captcha">
                    <img class="form-captcha__image" src="/feedback/captcha/captcha.php" width="132" height="46" alt="Капча">
                    <div class="form-captcha__refresh">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="16" height="16">
              <path fill="currentColor"
                d="M440.65 12.57l4 82.77A247.16 247.16 0 0 0 255.83 8C134.73 8 33.91 94.92 12.29 209.82A12 12 0 0 0 24.09 224h49.05a12 12 0 0 0 11.67-9.26 175.91 175.91 0 0 1 317-56.94l-101.46-4.86a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12H500a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12h-47.37a12 12 0 0 0-11.98 12.57zM255.83 432a175.61 175.61 0 0 1-146-77.8l101.8 4.87a12 12 0 0 0 12.57-12v-47.4a12 12 0 0 0-12-12H12a12 12 0 0 0-12 12V500a12 12 0 0 0 12 12h47.35a12 12 0 0 0 12-12.6l-4.15-82.57A247.17 247.17 0 0 0 255.83 504c121.11 0 221.93-86.92 243.55-201.82a12 12 0 0 0-11.8-14.18h-49.05a12 12 0 0 0-11.67 9.26A175.86 175.86 0 0 1 255.83 432z">
              </path>
            </svg>
                    </div>
                    <div class="form-group form-captcha__input">
                        <label for="captcha" class="control-label d-none">Code shown in the image</label>
                        <input type="text" name="captcha" maxlength="6" required="required" id="captcha" class="form-control captcha" placeholder="******" autocomplete="off" value="">
                        <div class="invalid-feedback"></div>
                    </div>
                </div> -->
  <!-- Пользовательское солашение -->
  <div class="form-group form-agree form-check">
    <input class="form-check-input" type="checkbox" name="agree" id="agree" required="" value="true">
    <label class="form-check-label" for="agree">By clicking the button, I accept the terms of the <a href="#">User Agreement</a> and give my consent to the processing of my personal data </label>
    <div class="invalid-feedback"></div>
  </div>
  <!-- Сообщение об ошибке -->
  <div class="form-error form-error_hide">Correct the data and submit the form again.</div>
  <!-- Кнопка для отправки формы на сервер -->
  <div class="form-submit">
    <button type="submit">Send message</button>
  </div>
</form>

Text Content

FEEDBACK FORM

Name

Email

Message

By clicking the button, I accept the terms of the User Agreement and give my
consent to the processing of my personal data

Correct the data and submit the form again.
Send message
The form has been submitted successfully. Click here if you need to submit
another form.