• Resolved magichat

    (@magichat)


    I am looking to use the feedback field as rating review text in conjunction with the star rating. In doing so, I have a few questions (hopefully someone can help out):

    1. How could I display feedback to front end to attached custom post type? via Shortcode or PHP?
    2. How to make feedback field optional? At the moment it is a required field
    3. Can feedback text be held for moderation? Require approval to publish?
    4. Can certain words, or words containing, be blacklisted from feedback field?
    5. Can you limit character maximum in feedback input field?
    6. Is feedback input sanitized?

    Many thanks!

Viewing 1 replies (of 1 total)
  • Plugin Support Blaz K.

    (@blazk)

    Hi there,

    1. This would require a custom implementation. The feedback is saved in post meta and thus you can easily retrieve it, with some PHP know-how.
    2. The feedback field is not required. The votes are counted before the feedback is submitted.
    3. This would require a custom implementation.
    4. This would require a custom implementation.
    5. This would require a custom implementation.
    6. Yes

    Regards,
    Blaz

Viewing 1 replies (of 1 total)
  • The topic ‘Display Feedback to frontend?’ is closed to new replies.