Guest User

Untitled

a guest
Dec 14th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. ...<div class="forma">
  2. <h2 style="text-align: center; color: #E45E5D; font-weight: 700;">Register for quiz</h2>
  3. <form action="page-quiz.php" method="post">
  4. <input type="text" placeholder="Enter Email" name="asd" required>
  5. <input type="text" placeholder="Enter full name" name="kasd" required>
  6.  
  7.  
  8. </div> ....
  9.  
  10. [![<?php
  11. /**
  12. * The template for displaying all pages
  13. * Template Name: Quiz
  14. * This is the template that displays all pages by default.
  15. * Please note that this is the WordPress construct of pages
  16. * and that other 'pages' on your WordPress site may use a
  17. * different template.
  18. *
  19. * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
  20. *
  21. * @package okindk
  22. */
  23. /*wp_head()*/
  24. get_header('header-quiz'); ?>
  25.  
  26. <div id="primary" class="content-area">
  27. <main id="main" class="site-main">
  28.  
  29. <div id="container" class="container container_quiz">
  30. <div class="row">
  31. <div class="col-lg-12">
  32. <div id="questions" class="lead">
  33. <p></p>
  34. </div>
  35.  
  36. <p id="options" class="center-block">
  37.  
  38.  
  39. </p>
  40. <p id="progress">Question x of y</p>
  41. </div>
  42.  
  43.  
  44. <?php echo $_SESSION["email"]; ?>
  45. </div>
  46. </div>
  47. </main><!-- #main -->
  48. </div><!-- #primary -->
  49.  
  50. <?php
  51. get_sidebar();
  52. get_footer();]
Add Comment
Please, Sign In to add comment