Alert Call Form with Data

@jshaffstall solution works just fine, but you can also do something like this:

f = Form2()
pressed_button = alert(f)
print pressed_button
print f.text_box_1.text
2 Likes