Skip to main content

Contact Form Plugin

You can integrate a Contact Form into your CloudArcade site using the Contact Form plugin. This allows visitors to send messages from your site page, which are then forwarded to your email.

The “Mailer” plugin must be activated and set up before you can use the Contact Form plugin.

Contact Form plugin page:

There aren’t many plugin options here, only a form template editor that you can modify.

To display the contact form, create a new page and insert the shortcode [contact-form] into the page content, as follows:

Result:

The [contact-form] shortcode currently only works on regular pages. You can also execute the shortcode in PHP using the following code:

<?php echo run_shortcode('[contact-form]') ?>

You can call PHP code above on custom pages.