Hi all,<div>I have added my own custom text box field in the form 'Launch Instance' page. For that, I modified the following file:</div><div><br></div><div><b><i>/usr/lib/python2.7/dist-packages/horizon/dashboards/nova/instances/workflows.py</i></b></div>
<div><b><i><br></i></b></div><div>Added text box in the above script as follows:</div><div><br clear="all"><div><b><i>sample = forms.CharField(max_length=15, label=_("Sample"), required=False)</i></b></div><div>
<b><i><br></i></b></div><div>Now, I want to access the posted value of the above field. For that, I am using <b>context['sample'] </b>variable<b>. </b>When I clicked on the 'Launch' button, I am getting a Horizon alert error as the following:</div>
<div><b>There was an error submitting the form. Please try again.</b></div><div><b><br></b></div><div>Please suggest me to fix the issue.</div><div>Thanks in advance.</div><div><br></div>-- <br>----<div>Srikanth.</div><br>

</div>