EE 1
EE 2
fEEdback
Developer
3rd Party (Free)
Download v2.0
Compatibility
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Better Workflow
- Matrix
Requirements
- jQuery for the Control Panel
Categories
Module
Tags
fEEdback is a support module used by 3rd party developers to add server response storage capabilities to an extension. This data can be easily accessed by site developers through the use of EE tags, and response text can be parsed accordingly.
The fEEdback module is used as a supporting module for EE extensions. Its purpose is to store and retrieve server responses. First, an extension calls a feedback include class to insert data into the fEEdback tables in your database. This data can then be accessed on any page using the {exp:feedback:response_code}, {exp:feedback:response_text} and {exp:feedback:response} tags in combination with the entry_id parameter.
Examples:
<!--Donation Thank You page with fEEdback entry_id in segment_2 of url-->
{if "{exp:feedback:response_code entry_id='{segment_2}'}" == '1' || "{exp:feedback:response_code entry_id='{segment_2}'}" == 'Ok'}
<p>Thank you. Your donation was received.</p>
{if:else}
<p>
There was a problem with your donation. <br/>
The reason given was: {exp:feedback:response_text entry_id='{segment_2}'}<br/>
Please try again. If you continue to have problems, please contact the system administrator.
</p>
{/if}
<!--To access a particular field that was returned, use the response tag. The delim parameter is optional and defaults to the pipe character. field_name is required.-->
The reference ID returned by the payment gateway is: {exp:feedback:response entry_id="{segment_2}" delim="|" field_name="refId"}
Download fEEdback
| EE Version | Downloads | Add-On Version | Release Date |
|---|---|---|---|
| 1.x | Download | 1.1 | 2010-10-13 01:00 AM |
| 2.+ | Download | 2.0 | 2011-05-25 01:00 AM |
fEEdback Links
This entry was created October 13, 2010, 12:48 pm.
This entry was last updated May 25, 2011, 6:37 am.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
There are no reviews for this add-on yet.
What are you waiting for? Rate it and review it!