Skip to content
Snippets Groups Projects
Commit db394568 authored by clement's avatar clement
Browse files

Merge branch 'master' of gitlab.utc.fr:nf17-camp-p14/clivi

parents 9fe33288 ea6faf95
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<div class="page-header">
<h1><?php echo $formConf->getTitle(); ?></h1>
</div>
<form role="form" action ="action.php">
<form role="form" method="post">
<?php foreach($formConf->getFields() as $field): ?>
<?php echo $field->html(); ?>
<?php endforeach; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment