Book Your Free Consultation Today

Get expert advice on how EKM can help you drive more sales, save valuable time, and grow your business effortlessly — all without the hassle.

  • Tailored advice for your business needs

  • Discover how EKM helps you scale with ease

  • No pressure — just expert insights and a clear path forward for your business

Book Your Free Consultation Today

Book a specific time and date for a consultation

or

Enter your details, and we’ll call you back ASAP.

User Guides

EKM Tag: [ekm:dialog]

When combined with the [ekm:dialog_trigger] tag, this tag can be used to output a stylable dialog.

  • Tag Information
Basic Use
When combined with the [ekm:dialog_trigger] tag, this tag can be used to output a stylable dialog.

[ekm:dialog]
    dialog_id='some_unique_id';
    title='This is the title of the dialog';
    html_content='<div>This is the content of the dialog</div>';
[/ekm:dialog]
[ekm:dialog_trigger]
    dialog_id='some_unique_id';
    type='auto_trigger';
[ekm:dialog_trigger]
                                
Tag Attributes
Dialog Id
dialog_id='';

A unique identifier for this dialog.

Value
Description
{user defined}
Define any unique identifier for the dialog.
Title
title='';

Specify the title of the dialog.

Value
Description
{user defined}
Define any title for the dialog.
HTML Content
html_content='';

Specify any text or html to output as the content of the dialog.

Value
Description
{user defined}
Define any text or html to output as the content of the dialog.