Version 1.0.3
This commit is contained in:
parent
da21b60ef0
commit
1fce2a39fb
30 changed files with 174 additions and 1006 deletions
|
|
@ -41,6 +41,10 @@
|
|||
$access = $form->getAccess();
|
||||
?>
|
||||
|
||||
<?php if ($form->getIsAnonymous()):?>
|
||||
*NOTE: This form is anonymous
|
||||
<?php endif?>
|
||||
|
||||
<div id="surveyContainer"
|
||||
form="<?php echo htmlentities(json_encode($form->read()))?>"
|
||||
questions="<?php echo htmlentities(json_encode($questions))?>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue