Skip to content

Commit

Permalink
Dev: added the value of the Ajax option in form if Ajax option is on
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jun 29, 2017
1 parent 8d96e39 commit 5ece179
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/default/views/subviews/start_form.twig
Expand Up @@ -52,6 +52,9 @@
)
}}

<!-- Ajax value -->
<input type='hidden' name='ajax' value='{{ aSurveyInfo.options.ajaxmode }}' id='ajax' />

<!-- Field Names -->
<input type='hidden' name='fieldnames' value='{{ aSurveyInfo.hiddenfieldnames }}' id='fieldnames' />

Expand Down

0 comments on commit 5ece179

Please sign in to comment.