WP Manifestindependent plugin directory
manifest / forms / encodeon-contact-form

Encodeon Contact Forms GitLab

A simple responsive contact form plugin for WordPress. Plugin also includes option to set SMTP settings for PHP Mailer.

by Phuong Nguyen · gitlab.com/phuongdnguyen/encodeon-contact-form

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://gitlab.com/phuongdnguyen/encodeon-contact-form/-/archive/master/encodeon-contact-form-master.zip

Readme

encodeon-contact-form

A simple responsive contact form plugin for WordPress. Plugin also includes option to set SMTP settings for PHP Mailer.

INSTALLATION

To install, clone to /plugins directory, and then activate the plugin in WordPress admin.

WordPress Pages

Use the shortcode [encodeon_contact_form] to add the form to a page.

Template Files

To add the form to a template file, use the contact_form_view method in the Views\Contact object.

Example: <?php \EncodeonContact\Views\Contact::contact_form_view(); ?>

Read the full README on GitLab →