Thread Starter
mkvrk
(@mkvrk)
This issue has been resolve for now – Thank you very much for your help.
I have to LOLZ at this plug-in, You would think this would be a standard feature. You should at least be able to send a message to an admin. If I wanted an email to go to a specific Employee etc then that’s where the up sell should occur. This is Honestly a joke and a waste of time. I don’t know who is a bigger scum bag Steve – these capitalistic developers or me for complaining about a free plugin.
I was experiencing this issue as well. The way that I resolved this was by adding CSS within the Contact Form. For example..
<div style=”float: left; height: 500px; width:500px; padding:15px;”>
<p>Your Name (required)
[text* your-name] </p>
<p>Your Email (required)
[email* your-email] </p>
<p>Subject
[text your-subject] </p>
<p>Your Message
[textarea your-message] </p>
<p>[submit “Send”]</p>
</div>