Skip to content
risingisland edited this page Feb 23, 2026 · 3 revisions

Welcome to the GS Click-to-Mail wiki!

A fully configurable contact system using mailto links. Offers a floating popup, embeddable forms, and styled buttons — with a built-in email client chooser for Gmail, Outlook, Yahoo, and more.

image

Shortcode & Template Reference

Use these anywhere in page content (shortcode) or directly in your theme template files (PHP tag).

Description Content Shortcode PHP Template Tag
Button – Clean / no border [CtM_btn1] <?php CtM_btn1(); ?>
Button – Rounded border [CtM_btn2] <?php CtM_btn2(); ?>
Button – Filled + rounded + icon circle [CtM_btn3] <?php CtM_btn3(); ?>
Button – Standard border [CtM_btn4] <?php CtM_btn4(); ?>
Button – Filled + icon circle [CtM_btn5] <?php CtM_btn5(); ?>
Embedded contact form [CtM_form] <?php CtM_form(); ?>

The floating popup is controlled by the Activate Floating Popup Button checkbox above and requires no shortcode — it is injected automatically on every page.

Clone this wiki locally