I seem to be having an issue with formatting buttons for a textarea. The formatting buttons that I would like to display are enabled in the CP custom fields.
Is there an issue with the script or is there an issue with my syntax?
Thank you:
{custom_fields}
{if textarea}
<textarea id="{field_name}" name="{field_name}"></textarea><br>
{/if}
{formatting_buttons}
{/custom_fields}