• Resolved digitaliway

    (@digitaliway)


    the form appears at the bottom of the review where I want it. when someone types in the INCORRECT image code it scrolls to the top of the page and the user does not know what happened. is there a way to make the CONFIRMATION and ERROR message appear PROMINENT or scroll to error or confirmation on submit?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi digitaliway,

    Could you send us a link to your review page so that we can take a look and see if it something that can be fixed using custom CSS code.

    If you prefer, you can email us the link at contact@etoilewebdesign.com.

    Thread Starter digitaliway

    (@digitaliway)

    thank you for looking – this is a work in progress and is not live yet:
    http://iol.digitaliwayhost.net/iol-ratings/

    currently all reviews are expanded so when a new review is submitted it will scroll you to the top due to page refresh.

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    That’s happening because it has to reload the page when it submits the form. There’s no way to get it to submit the form dynamically without reloading the page. Unfortunately, there isn’t going to be a way at the moment for you to display the message in a different area without going in and altering the plugin coding.

    To get the message to display more prominently, you could always change the font size and weight by adding some custom CSS. For example:

    .ewd-urp-review-update {
    font-weight: bold;
    font-size: 20px;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘review submission message and error not prominant’ is closed to new replies.