Skip to content

Instantly share code, notes, and snippets.

@xnau
Last active February 5, 2017 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xnau/d3d935eb4b5a268cca995981b383412b to your computer and use it in GitHub Desktop.
Save xnau/d3d935eb4b5a268cca995981b383412b to your computer and use it in GitHub Desktop.
<div class="wrap <?php echo $this->wrap_class ?>">
<?php
if (!empty($this->participant_id)) :
// output any validation errors
$this->print_errors();
?>
<?php
// print the form header
$this->print_form_head()
?>
<?php pdb_field_group_tabs( $this ) ?>
<?php while ($this->have_groups()) : $this->the_group(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment