• Resolved xyzBrian123

    (@xyzbrian123)


    I would like a button on the results page that will bring the user to the “Next Test” on a different page. I would also like to style the button colors (background, font, and hover) to match my website’s design. Is there HTML that I can put in the result’s description that will create this button? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi XyzBrian123,

    Thanks for your message. I will be happy to help.

    As a side note, there is a result redirect feature for Quiz Cat premium that may suit your needs – https://fatcatapps.com/knowledge-base/result-redirects/

    Alternatively, you can use some code like this in the HTML field – You can change https://www.youtube.com/ and Click Here to something more suitable for your needs.

    Click Here

    Then you will need some CSS to style that. You can enter this into the Custom CSS field in the “Appearance” tab of Quiz Cat.

    .fca_qc_button_result_button {
    background-color: #3c7d73; box-shadow: 0 2px 0 0 #3c7d73; color: #FFFFFF text-decoration: none; width: 200px; margin-top: 20px; padding: 17px; border-radius: 2px; font-weight: 700; background-color: #58afa2; box-shadow: 0 2px 0 0 #3c7d73; color: #fff !important; font-size: 20px; transition: all 0s; -webkit-transition: all 0s; border: none; display: inline-block; text-transform: uppercase; letter-spacing: 0.0333em;
    line-height: 1.25;font-family: “Inter var”, -apple-system, BlinkMacSystemFont, “Helvetica Neue”, Helvetica, sans-serif;
    }

    You can edit the different parts of your .fca_qc_button_result_button element to better suit your needs.

    I hope that helps. If there is anything else with this button or anything else, feel free to get back to us.

    All the best.

    Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi XyzBrian123,

    Thanks for contacting us.

    We have not heard back from you, so I am going to mark this as “resolved” but if you have any more issues, feel free to reach out to us again, and we will be happy to assist.

    All the best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create “Next Test” Button on Results Page’ is closed to new replies.