Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter tm0flash

    (@tm0flash)

    Thank You @takayukister appreciate the support. Looks to be resolved. I did have one more question. When I receive the email it says from WordPress.

    Where can I change this to be more personalized.

    Thread Starter tm0flash

    (@tm0flash)

    Any suggestions on what I can check that may be causing this issue?

    http://prntscr.com/so9xqr

    Thread Starter tm0flash

    (@tm0flash)

    So I didn’t ignore the warning. I have been scratching my head about that for a while. I could not find which html error it was referring too, until you posted a link. I tried google, html parser, forums, faqs etc. I thought it was an issue of having inline CSS. Also, I did not think it was an issue, because the form worked fine before, just all the sudden it stopped. So thank you for posting that link I have removed <form> and error went away. I then tested the form – it isn’t working, but it does give a reply.

    http://prntscr.com/so9xqr

    <style type="text/css">
        .form-control:focus {border-color: #A249FF;box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(152, 70, 251, 0.5);}
        .form-control{border-width: 2px; border-color: #33F0F5;}
        .btn{background-color: #7B5BA6; color:#FFFFFF; border:none;}
        .btn:hover{background-color: #43C7F4; color:#FFFFFF;}
    </style>
    
        <div class="form-group">
            <div class="col">
                <label>
                    [text* your-name placeholder "name*"]
                </label>
            </div>
            <div class="col">
                <label>
                    [email* your-email placeholder "email*"] 
                </label>
            </div>
            <div class="col">
                <label>
                    [text* your-subject placeholder "subject*"] 
                </label>
            </div>
            <div class="col">
    • This reply was modified 5 years, 11 months ago by tm0flash.
    Thread Starter tm0flash

    (@tm0flash)

    Thread Starter tm0flash

    (@tm0flash)

    <style type=”text/css”>
    .form-control:focus {border-color: #A249FF;box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(152, 70, 251, 0.5);}
    .form-control{border-width: 2px; border-color: #33F0F5;}
    .btn{background-color: #7B5BA6; color:#FFFFFF; border:none;}
    .btn:hover{background-color: #43C7F4; color:#FFFFFF;}
    </style>

    <form>
    <div class=”form-group”>
    <div class=”col”>
    <label>
    [text* your-name placeholder “name*”]
    </label>
    </div>
    <div class=”col”>
    <label>
    [email* your-email placeholder “email*”]
    </label>
    </div>
    <div class=”col”>
    <label>
    [text* your-subject placeholder “subject*”]
    </label>
    </div>

    Thread Starter tm0flash

    (@tm0flash)

    No, there is no message response after sending message. Nor does the message clear, it use to, but all the sudden it stopped.

    Thread Starter tm0flash

    (@tm0flash)

    I am still having issues trying to figure this out.

    How do I post title to the comic?

    What are the links for the navigation?

Viewing 7 replies - 1 through 7 (of 7 total)