Form success message not displaying

Home Forums Jevelin Theme Form success message not displaying

Home Forums Jevelin Theme Form success message not displaying

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • somedayrainbows
    Participant

    Hello, using the Jevelin form on my homepage (loaded from the Landing Page template), I’ve only seen the success message display once at the top. In all other tests, once the form is submitted and fields are complete, the page simply reloads and the user doesn’t know if the form has successfully submitted. Using Chrome (latest version) and have Jevelin and WordPress updated to latest versions.

     

    Home

    Hi @somedayrainbows,

     

    I hope you are well today and thank you for your question.

     

    Please try using latest version of theme from http://support.shufflehound.com/download/jevelin-beta/

     

    Please make sure you have added the text in the “Success Message: field of form.

     

    This can be due to plugin conflict on your site so please try temporary deactivating all plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

     

    Best regards,
    Shufflehound team

    somedayrainbows
    Participant

    Great with the theme update and deactivating a few plugins, it now works! How can I edit the color of the success message and center it? It’s left justified currently. Thank you!

    Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

    somedayrainbows
    Participant

    Home

     

    After you submit the form there, you’ll see the success message in green.

     

    You can try achieving it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

    .contact-form .fw-flash-type-success {
        text-align: center;
        color: #fff;
    }
    

    Please change the color value in the above code to whatever you want to use by referring the following pages.

     

    http://www.w3schools.com/html/html_colors.asp
    http://www.w3schools.com/html/html_colorvalues.asp
    http://www.w3schools.com/tags/ref_colorpicker.asp

Viewing 6 posts - 1 through 6 (of 6 total)