Contact Form - can't change email address

Permalink
I upgraded to concrete 5.6.1 and now I can't edit the email address on my contact form:

Please see screenshot:
http://screencast.com/t/d25BMgpL...

The weird thing is that I can get into the "email" field with my cursor but I can't seem to use backspace or type any other character.

However, if I want to change the Message or Form name, I can do that.

I thought it might be a permissions thing so I went in and overrode the permissions for that block, but that's not doing the trick either...

I tried to delete the block and add a new block, but when I go to add the new block I can't edit the email box for that either...

 
nicolechung replied on at Permalink Reply
Okay, I figured out what it was. For some reason that input field needs a z-index of 2000:

<?php echo $form->text('recipientEmail', $miniSurveyInfo['recipientEmail'], array('style'=>'z-index:2000')); ?>