Loading...
 
Skip to main content

History: Custom_Contact_Form

Preview of version: 4

Status: planned to work with version 2.0, but not yet

After you install

Go to watch the newly created tracker

Contact form

Goal: to make tiki-contact.php obsolete

A contact us form is one of the most obvious uses of trackers in tikiwiki. They are very simple, and yet they take many steps to configure. This profile will enable the tracker feature and create a basic "contact us" form to which you will be able to add additional fields.


YAML
Copy to clipboard
preferences: enable: [ feature_trackers ] objects: - type: tracker ref: contact_us_form data: name: Contact us description: Contact us form default_status: open show: [ status, creation_date, modification_date, list_modification_date ] allow: [ comments ] - type: tracker_field ref: contact_us_summary data: name: Summary tracker: $contact_us_form type: text_field flags: [ searchable, public, list, mandatory, link ] order: 10 - type: tracker_field ref: contact_us_name data: name: Your name tracker: $contact_us_form type: text_field flags: [ searchable, public, list ] order: 20 - type: tracker_field ref: contact_us_email data: name: Your email tracker: $contact_us_form type: email flags: [ searchable, public, list ] order: 30 - type: tracker_field ref: contact_us_message data: name: Your message tracker: $contact_us_form type: text_area flags: [ searchable, public ] order: 40



Todo

Add to a wiki page

  • visitor should receive a copy of the email (optional)
  • Sender email needs to be set

History

Information Version
Sun 12 of Oct, 2008 15:20 GMT-0000 Marc Laporte 5
View
Sun 12 of Oct, 2008 14:23 GMT-0000 Marc Laporte 4
View
Sun 12 of Oct, 2008 14:05 GMT-0000 Marc Laporte 1st draft 3
View
Sat 11 of Oct, 2008 21:40 GMT-0000 Marc Laporte 2
View
Tue 05 of Aug, 2008 01:28 GMT-0000 Marc Laporte 1
View
  • 1
  • 2 (current)
  • »