PHP Classes

File: templates/job-type.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   MyDreamLife.eu   templates/job-type.php   Download  
File: templates/job-type.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: 629 bytes
 

Contents

Class file image Download
<div class="center">
    <h2>Type of Job (I Want)</h2>

    <form method="post" action="<?php echo site_url('my-saving') ?>">
        <div class="job-type">
            <button type="submit" name="job-type" value="employed" class="waves-effect btn-large">Office</button>
        </div>
        <div class="job-type">
            <button type="submit" name="job-type" value="freelancer" class="waves-effect btn-large">Freelance</button>
        </div>
        <div class="job-type">
            <button type="submit" name="job-type" value="remotely" class="waves-effect btn-large">Remote</button>
        </div>
    </form>
</div>