Hi there,
Yes JS is still essential to submit the form, but it will do the trick in few lines:
i've hidded the question as first line in the text field:
without the "ready" event to hide it as first (the element was already loaded :| )
but, with some try and error involved in the process i discoverd the follow:
#1 you can't assign a value of a previous question if the relevance is 0
#2 you can't assign a value of a previous question if the "none of these" option (exclusive) is selected
sorry for the really bad english
Yes JS is still essential to submit the form, but it will do the trick in few lines:
i've hidded the question as first line in the text field:
without the "ready" event to hide it as first (the element was already loaded :| )
but, with some try and error involved in the process i discoverd the follow:
#1 you can't assign a value of a previous question if the relevance is 0
#2 you can't assign a value of a previous question if the "none of these" option (exclusive) is selected
sorry for the really bad english
