Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Heeelp contact form

Started by Muut Archive 10 years ago · 5 replies · 456 views
10 years ago

Hello! i need your help concerning a contact form, so i created my own form inside a page "default.md" , in the form action i mentionned "sendcontact.php" this page calls a folder "Mail" this folder contains the PHPMailer class but appearently the page doesn't execute php code? any thoughts?

10 years ago

<div class="col-sm-6">

HTML
                  <form action="sendcontact.php" class="" method="post" >

                             <div class="form-group">
                        <label >Nom : </label>  
                        <input type="text" name="nom"  class="form-control" id="nom" class=""/>
                             </div>
                       <div class="form-group">
                        <label >Email : </label>  

<input type="email" name="email" class="form-control" id="nom" class=""/>
</div>

HTML
                         <div class="form-group">
                        <label >Telephone : </label>  
                        <input type="text" name="phone"  class="form-control" id="nom" class=""/>
                             </div>
                             <div class="form-group">
                        <label >Message : </label>  
                        <textarea type="text" name="message"  class="form-contr ol" cols="5" rows="6" id="nom" class=""></textarea>
                             </div>

<div class="form-group">

HTML
                        <input type="submit" name="send" value="envoyer" class="form-control btn btn-success" />
                             </div>                                                  </form>
10 years ago

The form plugin works well and we've used it a lot. The other method I've used is to do an ajax form so I can handle the processing myself and have it use phpmailer in an external folder.

9 years ago

Hi guys, I did some editing in the form plugin for my contact-us forms and it looks awesome for www.drinkharder.com GRAV rocks!

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1333 9 years ago
Archive · by Muut Archive, 9 years ago
2 924 9 years ago
Archive · by Muut Archive, 9 years ago
2 4055 9 years ago
Archive · by Muut Archive, 9 years ago
1 2935 9 years ago
Archive · by Muut Archive, 9 years ago
3 1110 9 years ago