episphere / quest

experimenting with the idea of a questionnaire markup
https://episphere.github.io/quest/
2 stars 11 forks source link

grid displayif has problems with spaces #431

Closed danielruss closed 8 months ago

danielruss commented 8 months ago

if you have a grid with complex displayif containing a space, it only reads up to the space.

<form id="GRID_ALCLIFE2" displayif="valueEquals('ALCOHOL2',3)" and="" exists('regalcohol_age')="" class="container question active" data-grid="true" hardedit="false" softedit="true">

Notice the displayif is broken up at the space. Need to URLEncode the element...