I am using my themes standard built in template for posts.
I am using a front end submission form to simplify things and control access.
I want to take advantage of "Post Formats" [built into my themes template] but I can not find a way to assign post format from a CRED form.
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Hello. Thank you for contacting the Toolset support.
Well - what post format you are talking here about? where exactly and how you want to use those?
Can you share few screenshots that will help me to understand your request?
The built in post formats.
Standard
Video
Audio
Quote
Gallery
Link
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Well - there is no such feature available but I think you should add Generic field and pass your custom post format values:
=> https://toolset.com/documentation/user-guides/inserting-generic-fields-into-forms/
And later try to use the Toolset Forms hook cred_save_data to set the desired post format using WordPress standard function set_post_format
=> https://codex.wordpress.org/Function_Reference/set_post_format
=> https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data