<input>

A text input form with an optional button.

The text input by the user is written to the variable defined in <variable_name>, which can be evaluated and used in the next node.


Example:

<input>
<text>Enter email address here</text>
<font>Arial</font>
<font_size>14</font_size>
<text_color>#000000</text_color>
<x>10</x>
<y>180</y>
<height>35</height>
<width>200</width>
<opacity>.3</opacity>
<transparent_background>YES</transparent_background>
<variable_name>user_email</variable_name>
<button_on>YES</button_on>
<button>
<text>Enter</text>
<font>Arial</font>
<font_size>12</font_size>
<text_color>0x000000</text_color>
<word_wrap>OFF</word_wrap>
<x>220</x>
<y>180</y>
<height>35</height>
<width>45</width>
<button_color>0xDDDDDD</button_color>
<bold>YES</bold>
<opacity>.5</opacity>
</button>
<next_node>send_email</next_node>
</input>