Hello i'm not recieving any emails on my website. Can someone help me? Thank you.

            <div class="col-sm-6 col-md-8">
                <form action="#" method="post" role="form">
                    <div class="col-md-6">
                        <input type="text" class="form-control" placeholder="Name">
                    </div>
                    <div class="col-md-6">
                        <input type="email" class="form-control" placeholder="Email">
                    </div>
                    <div class="col-md-12">
                        <input type="text" class="form-control" placeholder="Subject">
                    </div>
                    <div class="col-md-12">
                        <textarea class="form-control" rows="6" placeholder="Message"></textarea>
                    </div>
                    <div class="col-md-12">
                        <input type="submit" value="SEND MESSAGE" class="form-control">
                    </div>

Recommended Answers

All 3 Replies

u didnt do anything to allow form to send email.

it not about the # tag, u need to implement send mail function, something like PHP Mailer.. There are lot of discussion about how to send mail

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.