Skip to content

Commit

Permalink
Fixed issue #11386: Answers from previous question are not passed to …
Browse files Browse the repository at this point in the history
…following question
  • Loading branch information
LouisGac committed Jun 16, 2016
1 parent 539e5b4 commit 1281617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/>
</th>
<td>
<select class="form-control" name="answer<?php echo $myfname; ?>" id="answer<?php echo $myfname; ?>" onchange="checkconditions(this.value, this.name, this.type);">
<select class="form-control" name="<?php echo $myfname; ?>" id="answer<?php echo $myfname; ?>" onchange="checkconditions(this.value, this.name, this.type);">
<?php foreach($options as $option):?>
<option value="<?php echo $option['value'];?>" <?php echo $option['selected'];?>>
<?php echo $option['text'];?>
Expand Down

0 comments on commit 1281617

Please sign in to comment.