Skip to content

Commit

Permalink
add shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
shouc committed Oct 13, 2019
1 parent e85cc9e commit 868362d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions home/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

function form_creation(){
?>
<form>
First name: <input type="text" name="firstname"><br>
Last name: <input type="text" name="lastname"><br>
Message: <textarea name="message" placeholder="Enter text here…"></textarea>
<br>
<button>Submit</button>
</form>
Email: <input type="text" id="email"><br>
Age: <input type="text" id="age"><br>
Gender: <input type="text" id="gender"><br>
Country: <input type="text" id="country"><br>

Message: <textarea id="message" placeholder="Enter text here…"></textarea>
<br>
<button onclick="submit_inquiry()">Submit</button>

<?php
}

0 comments on commit 868362d

Please sign in to comment.