Do you see any response message after you submit the form?
No, there is no message response after sending message. Nor does the message clear, it use to, but all the sudden it stopped.
See Editing form template
What content do you have in the Form tab panel?
<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>
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.
Any suggestions on what I can check that may be causing this issue?
http://prntscr.com/so9xqr
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.