HEX
Server: LiteSpeed
System: Linux baran.dnsprotection.me 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: ddir12 (3618)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/ddir12/up/elementor-pro/modules/atomic-form/submit-button/submit-button.html.twig
{% set classes = settings.classes | merge( [ base_styles.base ] ) | join(' ') | trim %}
{% set id_attribute = settings._cssid is not empty ? 'id=' ~ settings._cssid | e('html_attr') : '' %}
{% set interactions_attribute = interactions is not empty ? 'data-interactions=' ~ interactions | json_encode | e('html_attr') : '' %}
{%- set allowed_tags = '<b><strong><sup><sub><s><em><i><u><del><span><br>' %}
<button 
	{{ id_attribute }}
	class="{{ classes }}"
	type="submit"
	data-interaction-id="{{ interaction_id | default(id) }}"
	{{ settings.attributes | raw }}
	{{ interactions_attribute }}
>{{ settings.text  | striptags(allowed_tags) | raw }}</button>