WP Manifestindependent plugin directory
manifest / forms / u3a-siteworks-contact-form

u3a SiteWorks Contact Form

The contact form for u3a feedback

by u3a SiteWorks team · github.com/u3a-siteworks-development/u3a-siteworks-contact-form · website

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://github.com/u3a-siteworks-development/u3a-siteworks-contact-form/archive/refs/heads/main.zip

Readme

u3a contact fom

This plugin provides a means of using a single contact form to allow email addresses to be hidden from public view.

Usage:

The shortcode u3a_contact must have two attributes name and email.

  • name sets the name or role of the recipient
  • email sets the email address to which the email will be sent. The second attribute can be omitted if the name is the display name of a custom u3a_contact whose email address should be used.

Example:

[u3a_contact  name="Treasurer" email="petergrimes@gmail.com"]

Typical Output:

<a href="yourdomain/contact_form?id=1234">email Treasurer</a>

You must create a page yourdomain/contact_form whose only content should be the shortcode: [u3a_contact_form]

The contact form can be styled using the class u3aform. Emails will be sent through your selected email service.

If the user of the form is logged in they will be given the option of receiving a copy of their email message. This is not permitted for people who are not logged in

Read the full README on GitHub →

Releases

TagPublished
v1.2.2 Feb 28, 2026
v1.2.1 Oct 22, 2025
v1.2.0 Apr 16, 2025
v1.1.3 Nov 20, 2024
v1.1.0 May 7, 2024
v1.0.0 Nov 23, 2023

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.