Can't Input Name in Form on Cell Phone

My members can’t input their name on the cell phone. The check boxes work, but not the name. It works on the computer. Schedule. Their is a custom css that you have created for me that puts the desktop with two columns and the phone with one column.

1 Like

Hi @Trainerw :wave:

I am so sorry about this inconvenience!

I’ve informed our devs about the issue! Please do not worry, we’ll keep you in the loop here.

1 Like

@Trainerw There was a z-index conflict. We’ve added the following code to the Custom CSS field and the issue was fixed:

.global-styles, #u73317 {
  z-index: 500!important;
}

Please check the widget and let me know if it helped :slightly_smiling_face:

2 Likes

Outstanding!! Thank you for your help.

1 Like

You are always welcome :raised_hands:

1 Like