<div id="freeform-beta-feedback-widget" style="display: none;">
	<a>
		<span>Freeform</span>
		{{ craft.freeform.version(2) }} {{ "Beta Feedback" | t('freeform') }}
		<span class="icon delete" title="{{ "Close" | t('freeform') }}"></span>
	</a>
	<span>Thank you!</span>
	<div>
		<form>
			<input type="hidden" name="domain" value="{{ siteUrl }}"/>
			<input type="hidden" name="craftVersion" value="{{ craft.app.version }}"/>
			<input type="hidden" name="freeformVersion" value="{{ craft.freeform.version }}"/>
			<input type="hidden" name="freeformEdition" value="{{ craft.freeform.pro ? "pro" : "lite" }}"/>
			<div>{{ "How are things going with the Beta today?" | t('freeform') }}</div>
			<div class="stars">
				<input type="hidden" name="rating" value="0"/>
				{% for value in 1..5 %}
					<div class="star" data-value="{{ value }}">
						<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star" class="star-filled svg-inline--fa fa-star fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"></path></svg>
						<svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="star-empty svg-inline--fa fa-star fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg>
					</div>
				{% endfor %}
			</div>
			<div>
				<textarea rows="5" class="text fullwidth" name="feedback" placeholder="{{ "Let us know your issues or feedback..." | t('freeform') }}"></textarea>
			</div>
			<div>{{ "Your email address (optional)" | t('freeform') }}</div>
			<div>
				<input type="text" class="text fullwidth" name="email" value="{{ currentUser ? currentUser.email }}"/>
			</div>
			<div>
				<button class="btn submit" type="submit">{{ "Send" | t('freeform') }}</button>
				<button class="btn" data-type="cancel" type="button">{{ "Cancel" | t('freeform') }}</button>
			</div>
		</form>
	</div>
</div>
