PHP Classes

File: templates/get-results.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   MyDreamLife.eu   templates/get-results.php   Download  
File: templates/get-results.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: MyDreamLife.eu
Plan a life change to a different country
Author: By
Last change:
Date: 1 year ago
Size: 493 bytes
 

Contents

Class file image Download
<div class="center">
    <h2>My Results</h2>

    <form method="post" action="<?php echo site_url('confirmation') ?>">
        <input type="email" name="email" placeholder="Main Email Address" required>
        <input type="text" name="name" class="nofield"> <!-- Spambot prevention using a hidden field -->
        <button type="submit" class="waves-effect waves-light btn-large">
            <i class="material-icons right">send</i> Get My LIFE itinerary
        </button>
    </form>
</div>