Skip to content

Instantly share code, notes, and snippets.

@caefer
Created September 9, 2010 21:14
Show Gist options
  • Save caefer/572590 to your computer and use it in GitHub Desktop.
Save caefer/572590 to your computer and use it in GitHub Desktop.
<form action="<?php echo url_for('petition_save'); ?>?redirect_to=<?php echo $redirect_to; ?>" method="POST">
<table>
<?php echo $form; ?>
<tr>
<td colspan="2">
<input type="submit" />
</td>
</tr>
</table>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment