• Hi!

    First let me say .. Very nice job on the functionality of the plugin. Thanks for the effort it is appreciated. There are a couple things I need to change around the formatting and the success message on submit.

    Issue 1:
    The section heading “Step” is wrapped in an H3 tag. I need to be able to redefine the size of the H3 tag without affecting the H3 tag size for the rest of the site. I attempted to modify the CSS for the site however I am not able to get the H3 to change only for the wizardform from the default H3. I can change the font-size for H3 in the CSS but that affects the rest of the site which I do not want.

    Issue 2:
    When the form is filled out and the submit button is clicked the “form sent successfully” message does not display. So the person submitting the form does not know if the form was submitted successfully. How can I get the default success message to display. I would be nice if the form reset back to step 1 on success as well. But at the very least I need the default success message to display when the form is submitted.

    You assistance is greatly appreciated. Thanks.
    Have a Great Day!
    Victor

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter vstoneman

    (@vstoneman)

    Hi!
    So I got the CSS sorted I just wrapped the [step ….] shortcode in the form within a DIV tag with an ID and referenced the DIV ID and H3 tag in the CSS
    ===================================
    #ddstep1 h3 {
    font-size: 18px;
    font-variant:small-caps;
    font-weight: 700;
    padding-left: 20px;
    }
    ===================================

    The success message still does not display though. Need your assistance sorting that.
    Thanks.
    Have a Great Day!
    Victor

    Thread Starter vstoneman

    (@vstoneman)

    Hello??

    Any chance on getting a resolution to the success message not displaying???
    I will happily provide a donation if that is what it takes to have the issue fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modify heading style and success message’ is closed to new replies.