• Resolved recardoso

    (@recardoso)


    Hey everyone, hope this message finds you well

    I would like to make the field Rating(stars) optional in order to submit the form. Is there anything I can change in order to accomplish that?

    Thank you in advance for your time and support

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter recardoso

    (@recardoso)

    I tried to change the required to false but it breaks the page

    ‘rating’ => [
    ‘label’ => esc_html__( ‘Rating’, ‘hivepress-reviews’ ),
    ‘type’ => ‘rating’,
    ‘required’ => false,
    ‘_alias’ => ‘comment_karma’,
    ],

    Plugin Author HivePress

    (@hivepress)

    Hi,
    It’s possible to make it optional with a code snippet, but I can’t say for sure if it’ll work ok because there may be functions that rely on the rating value for every review. Please post a new topic on our support forum and I’ll post a snippet there (so if someone has the same issue they could find it) https://hivepress.io/support/

    Thread Starter recardoso

    (@recardoso)

    Done just sent there the request as well

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make rating stars not required’ is closed to new replies.