• Resolved Chibanga

    (@chibanga)


    hello, im using this plugin for a time ago but i wonder if it is possible to create a text field on the post where the registered users can submit values ??and that these values ??appear in the same post.

    eg:

    I have a question in the post and users respond to question and see answers appear after the field, instead of using comments.

    If not do you know other plugin that can do this…

    https://www.ads-software.com/plugins/custom-content-type-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor fireproofsocks

    (@fireproofsocks)

    It’s possible: https://code.google.com/p/wordpress-custom-content-type-manager/wiki/cctm_post_form

    But be careful letting public users add data to your posts.

    You may need to structure your data differently: you mention valueS (plural). If you really have a 1 to many relationship, then it might work better if the responses are stored as their own post type (?). I don’t believe I’ve used the cctm_post_form shortcode to store repeatable fields…

    Thread Starter Chibanga

    (@chibanga)

    hi i did this shortcode [cctm_post_form post_type=”post” _fields=”pw”] it works fine in front-end, but it stores data in new post as draft and i dont know how to show results in post.

    how can store values in same post and show them after form

    please help…

    Plugin Contributor fireproofsocks

    (@fireproofsocks)

    Given that this is a highly specialized request, you may be better off coding your own solution for this. That’s a coding project, so it’s more than I can answer in a forum post, unfortunately.

    Thread Starter Chibanga

    (@chibanga)

    ok fireproofsock, thanks

    great plugin anyway

    thank you again

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘front-end text field’ is closed to new replies.