Skip Navigation

[Closed] How to display the post content field as a simple textarea?

This support ticket is created 7 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Shane 7 years, 7 months ago.

Assisted by: Shane.

Author
Posts
#434249

Hey,

I am trying to create a post form, with a simple post-content filed, a general textarea is fine, I am using this line of code now.

[cred_field field='post_content' value='' urlparam='']

But interestingly, this outputs a textarea for some user roles and a WP editor for other roles!, The shortcode internal code is messed up! .. how can I achieve what I am asking for by your CRED plugin?!

#434267

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Boris,

Thank you for contacting our support forum.

You can actually replace the shortcode with one of our CRED generic fields

[cred_field field='post_content' type='textarea' class='' urlparam='']
{
"required":0,
"validate_format":0,
"default":""
}
[/cred_generic_field]

Replace your field with the one above and it should give you a simple text area.

Please let me know if this helps.
Thanks,
Shane

The topic ‘[Closed] How to display the post content field as a simple textarea?’ is closed to new replies.