Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello janineisabelle,

    Can you please share a link to the page where we can test the form?

    Hiding a form with CSS would not be a usable option, but once you provide us the link, we can test it ourselves and see if we can offer some solution.

    Thread Starter janineisabelle

    (@janineisabelle)

    Shoot, sorry about that. Here’s the link. Newsletter signup is in the footer.

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello Janine,

    I was not able to find a reason why this does not work in Safari, however, there is a workaround.

    1. First remove the CSS you have added to hide the submit button
    2. Instead update the button code to the one I have provided below. This will hide the button but also keep it working in Safari

    <input type="submit" value="Subscribe" style="position: absolute; height: 0px; width: 0px; border: none; padding: 0px;" hidefocus="true" tabindex="-1" />

    I hope that helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hit enter to submit not working on Safari’ is closed to new replies.