• Hi,
    Here’s my page (using Dusk to Dawn theme):
    https://moseswaswatchingoverme.com/

    As you can see, one of my pages is dedicated to “leave a review”
    when people click on that page, instead of seeing a form to fill out to leave the review, they see the button “click here to submit review.” To me, this looks confusing–it looks like something is not working and that they already left a review and have to click the button to submit it. I would like to get rid of this button and just have the form show up all the time when you click on that page. And then, I assume that the reviews will populate down the page below the form once they start.

    Is there any way to do this?
    Thank you,
    Karen

    https://www.ads-software.com/plugins/wp-customer-reviews/

Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter mosesbook

    (@mosesbook)

    I used a work-around by changing the text on that button to: “Please fill out the review form below and click submit”

    BTW, thanks for the help on here- what a great forum!

    no problem

    Thread Starter mosesbook

    (@mosesbook)

    Oh! Now I see where I can change to the .css file. Newbie mistake…

    Adding #wpcr_button_1 {display:none;} to the Simple Custom CSS did not change anything.

    I also changed the .css file (the first one) to
    #wpcr_respond_2 { background-color:inherit; } but still no change.

    try #wpcr_button_1 {display:none !important;}

    Thread Starter mosesbook

    (@mosesbook)

    tried #wpcr_button_1 {display:none !important;}

    no change (I tried it in the Simple Custom CSS, not the code itself)

    Hello, what code exactly would you change to hide the top button? I was able to get the form to display without having to be clicked on, by following this post. Just not sure what code to change to hide the top “Click here to submit your review”

    Thank you

    Thanks…works for me.

    IMHO and with all respect, this post was a huge time-waster. There was no solution provided and none of the tips provided worked for me.

    I’ve found it here instead and thought I’d share. Go here for the solution! (couple of pages down this same support forum)

    https://www.ads-software.com/support/topic/creating-the-form-without-the-button

    This solution works 100%.

    Rather than modifying the CSS for the plugin, add this into your theme’s CSS file to 1) hide the click to submit button and 2) to show the form:

    #wpcr_respond_1 p { display:none!important; }
    #wpcr_respond_2 { display:block!important; }
Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘show form w/o having to click button’ is closed to new replies.