<div dir="ltr">Hi,<br><br>I&#39;m trying to make a custom search form using formlib<br><br>In
that form I have 1 select (schema.choice) that depends on another
select field, and using KSS when one changes the other is updated (for example, country and city)<br>
<br>My interface is something like this<br><br>&nbsp;&nbsp; master = schema.Choice(title=&#39;Master field&#39;, vocabulary=&#39;some.registered.vocabulary&#39;)<br><div dir="ltr">&nbsp;&nbsp; slave = schema.Choice(title=&#39;Slave field&#39;, values=[&#39;Select one...&#39;,])<br clear="all">

<br>But when the slave field it&#39;s update using KSS, the submit action give me an &quot;Invalid Input&quot; error in the slave
field. <br><br>I guess that this is because, the values updated does not belong to the list of values ([&#39;Select one...&#39;])<br>
<br>How should I tackle this?<br><br>thanks in advance<br></div><br clear="all"><br>-- <br>Santiago Videla<br><a href="http://www.revolucionesweb.com.ar">www.revolucionesweb.com.ar</a><br><a href="http://www.linkedin.com/in/svidela">http://www.linkedin.com/in/svidela</a><br>
<br>Sigue la mata dando de que hablar siempre abajo y a la izquierda donde el pensamiento que se hace corazón resplandece con la palabra sencilla y humilde que l@s tod@s somos.<br>
</div>