Dynamic Form Input With Text

Hi all,

I finished my site for a fun project I am working on. All is well except the forms: when people now enter a long email address (especially on mobile) the input form stays static instead of moving the text to the left so people can see their entire text input. Anyone here who can help with this?


Here is my site Read-Only: [LINK][1]
([how to share your site Read-Only link][2])

This issue is related to the button. You have placed it on top of the input but the text in the input can span the entire width.

Solution: Add padding right on the input equal to the width of the button + space around it.

1 Like

This works - thank you!!