# charitable/1.6.31/templates/form-fields/content.php

Charitable – Donation &amp; Fundraising Platform (Donation Forms, Recurring Donations &amp; Fundraising Campaigns), version 1.6.31. 18 lines.

- Page: https://pluginprobe.com/plugins/charitable/1.6.31/code/templates/form-fields/content.php
- Raw: https://pluginprobe.com/plugins/charitable/1.6.31/raw/templates/form-fields/content.php
- Modified: 2020-01-22T06:15:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/charitable/1.6.31/code/templates/form-fields/content.php#L10-L20`.

```php
<?php
/**
 * The template used to display the suggested amounts field.
 *
 * Override this template by copying it to yourtheme/charitable/form-fields/content.php
 *
 * @author  Studio 164a
 * @package Charitable/Templates/Form Fields
 * @since   1.4.14
 * @version 1.4.14
 */

if ( ! array_key_exists( 'content', $view_args['field'] ) ) {
	return;
}

echo $view_args['field']['content'];

```
