tellform/public/form_modules/forms/base/views/form-unauthorized.client.view.html
2017-07-25 18:08:25 -04:00

11 lines
552 B
HTML

<section class="auth sigin-view valign-wrapper">
<div class="row valign">
<h3 class="col-md-12 text-center">Not Authorized to Access Form</h3>
<div class="col-md-4 col-md-offset-4">
<div class="col-md-12 text-center" style="padding-bottom: 50px;">
The form you are trying to access is currently private and not accesible publically. <br> If you are the owner of the form, you can set it to "Public" in the "Configuration" panel in the form admin.
</div>
</div>
</div>
</section>