fEEdback

Developer

Bulldog Creative Services

3rd Party (Free)

6 downloads (last 90 days)

Creative Commons Attribution

EE Version Support

  • ExpressionEngine 1.x
  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

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 Support Downloads Add-On Version Release Date
Not Specified Download 1.1 Oct 13, 2010
Not Specified Download 2.0 May 25, 2011

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!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

There are no reviews for this add-on yet.

What are you waiting for? Rate it and review it!