Changes between Version 10 and Version 11 of ContactFormPlugin


Ignore:
Timestamp:
Feb 21, 2023, 7:32:39 PM (15 months ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ContactFormPlugin

    v10 v11  
    55== Description
    66
    7 How often did you have a question about a software project and had no way to contact one of the developers? This is where this plugin comes into play. It provides a contact form to allow users to contact the project team members. The contact form is very basic: it consists of the necessary fields (name, email, subject, message). There is no way to add more fields as this is outside the scope of this plugin. It is just supposed to be a simple contact form for small (or new) projects that didn't have the time (yet) to setup a more advanced contact form.
     7How often did you have a question about a software project and had no way to contact one of the developers? This is where this plugin comes into play. It provides a contact form to allow users to contact the project team members. The contact form is very basic: it consists of the necessary fields (name, email, subject, message). It is supposed to be a simple contact form for small (or new) projects that didn't have the time (yet) to setup a more advanced contact form. Other fields are currently outside the scope of this plugin.
    88
    9 The contact form is available through an entry in the main nav or under `/contactform`.
     9The contact form is available through an entry in the main navigation or under `/contactform`:
    1010
    11 There are two configuration settings that influence this plugin. Both can be found in the `[contactform]` section in your `trac.ini` file:
     11[[Image(screenshot.png, border=2)]]
     12
     13There are two configuration settings that drive the behavior of this plugin. Both can be found in the `[contactform]` section in your `trac.ini` file:
    1214
    1315 * `recipients` - a comma separated list containing all users that shall receive the contact mail. This list may contain usernames as well as plain email addresses.
    1416 * `intro_text` - a text that is displayed above the contact form.
    15 displays a list of all users that will informed about ticket changes of a certain ticket. Additionally it informs the user about the current notification
     17displays a list of all users that will be informed about ticket changes of a certain ticket. Additionally it informs the user about the current notification.
    1618
    1719Both settings can also be set using the webadmin interface.
    18 
    19 [[Image(screenshot.png, border=2)]]
    2020
    2121== Bugs/Feature Requests