Access Post Variable
Developer
3rd Party (Free)
1 downloads (last 90 days)

EE Version Support
- ExpressionEngine 2
- ExpressionEngine 3
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)
Plugin
Tags
This Plugin allows you to access Global post variable within a EE Template. here is the Example usage. {exp:Post_value:get_posted_value name="{name}"}
This Plugin allows you to access POST data. Posted values can be accessed with the fieldnames on action template without writing any PHP code on template.
Success/Error messages, thank you pages, confirmation pages, single and multistep forms can be easily handled using this addon.
Sample usage:
{exp:post_value:get_posted_value}
{field_name1}, {field_name2}, ...
{array_type_field_name} {value} {/array_type_field_name}
{/exp:post_value:get_posted_value}
Variables:-
1. {field_name} = Field name to access it’s posted value.
2. {array_type_field_name} = this tag is used for checkboxes and multiselect dropdown, this field requires closing tag and posted values will be return by {value}.
eg.
<input type=”checkbox” name=”vehicle[]” value=”car”>Car
<input type=”checkbox” name=”vehicle[]” value=”bike”>Bike
Posted values of this checkbox can be access on access on action template using fillowing tags.
{exp:post_value:get_posted_value}
{vehicle} {value}
{/vehicle}
{/exp:post_value:get_posted_value}
tag will return :
car
bike
This plugin has been upgraded for EE 3.0 version now.
Download Access Post Variable
EE Support | Downloads | Add-On Version | Release Date |
---|---|---|---|
Not Specified | Download | 1.0 | Mar 5, 2011 |
3.0.0+ | Download | 2.0 | Nov 21, 2015 |
This entry was created March 7, 2011, 2:24 pm.
This entry was last updated November 21, 2015, 10:22 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.
1 Review:
Luke Johns 09.07.16
Nice