but could you please revert to xsl parse blank instead to space
cause using a blank input does not work anymore
which means any input that is blank will return an error/fail
if you have an input like …
next = '#NextButton' ---> works
next = '' ------------------> works
next = ' ' -----------------> won't work
so you can never create an input with an empty value ?
this causes many of my extensions to not work anymore !
other then that EB4 seems to work out of the box .

