Hi,
First of ... I like your component (viForms) a lot ...
Then for my question/problem:
In a previous version of the component I made a "dynamic select" where the data for the options from the select were dynamically generated based on values in a table somewhere ...
this was done by adding a fixed option and replacing part of that option with the other options ... let me elaborate
the option that was entered looked like this : {MORE}||somevaluethatisallwaysthere
in this option some code changed the value of {MORE} into Option1||Option1 ; Option2||Option2 ; somevaluethatisallwaysthere (this was done in the HTML so it is a bit more complex than is shown here ... all the right code parts were added as well)
that way the form was correct and it worked ...
until I did an update of the viForms component a short while back ... all of a sudden the form could not be validated. I guess because the value that was chosen is not a value that was entered as an original value ...
Is there a way to get this working again ? (by either disabling this check or by being able to create a dynamical list from an SQL or something like that)