Form issues - placeholder and textarea

On my form, there are a couple of issues:

  1. Email address doesn’t show up as placeholder text
  2. Textarea field expands into button - don’t see option to adjust this

Form can be found on top here:

https://thendca.ca/index2.html

Please advise.

Thank you

The issue is that your other css styles on the site are being applied to the form, which is affecting its behavior. If you check out the version of your form hosted on Feathery, you’ll notice that it’s working the way you expect.

  1. You have a style that applies a background color on input elements like email, which is covering the placeholder.
  2. You have a style that sets text areas to 160px height.

I’d recommend you disable both and apply those styles directly through Feathery if you want that behavior