page.quick.example.php 573 B

12345678910
  1. <form id="example-form" data-id="" data-action="contact_save" class="quickform-example-form">
  2. <div class="form-group">
  3. <label for="label" class="form-control-label font-weight-bold">Libellé : </label>
  4. <input required type="text" value="<?php echo $myUser->login ?>" placeholder="Raison sociale ou nom" class="form-control" id="label" name="label"/>
  5. </div>
  6. <div class="form-group">
  7. <label for="phone"><strong>Téléphone : </strong></label>
  8. <input type="text" value="" placeholder="N° Téléphone" class="form-control" id="phone" name="phone"/>
  9. </div>
  10. </form>