Current File : /var/www/html/blog/wp-content/plugins/metform/core/integrations/onboard/controls/settings/color.php
<div class="form-group mf-admin-input-text mf-admin-input-text-<?php echo esc_attr(self::strify($name)); ?>">
	<label for="mf-admin-option-text<?php echo esc_attr(self::strify($name)); ?>"><?php echo esc_html($label); ?></label>
	<input
		type="color"
		class="attr-form-control"
		id="mf-admin-option-text<?php echo esc_attr(self::strify($name)); ?>"
		aria-describedby="mf-admin-option-text-help<?php echo esc_attr(self::strify($name)); ?>"
		placeholder="<?php echo esc_attr($placeholder); ?>"
		name="<?php echo esc_attr($name); ?>"
		value="<?php echo esc_attr($value); ?>"
		<?php echo esc_attr($disabled) ?>
	>
	<small id="mf-admin-option-text-help<?php echo esc_attr(self::strify($name)); ?>" class="form-text text-muted"><?php echo esc_html($info); ?></small>
</div>