issue with formatting buttons
Posted: 11 January 2011 08:02 PM   [ Ignore ]
Wallflower
Rank
Total Posts:  6
Joined  2010-12-17

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} 
Profile
 
 
Posted: 11 January 2011 08:07 PM   [ Ignore ]   [ # 1 ]
Teen Scream
Avatar
RankRankRank
Total Posts:  3541
Joined  2009-05-29

Have you followed the first steps? http://barrettnewton.com/safecracker/user_guide/entry_form/#section_first_steps

Also, you’ll probably want your formatting buttons above your textarea.

Profile