Text only element allows number input too

Hello,

The element allows the user to enter numbers for their name. How can I stop this?

Corvid allows you to use RegEx (bottom of settings, in your picture).
Google that: regular expression

Alternatively, you can code your own validation for each field.

Are you able to explain how to do this step-by-step via wix?

Sorry, Callum, but that is outside of my scope.
I occasionally browse the forum to:

  • see what the new features are and

  • give back by assisting newbies like yourself, where possible.
    From your posts so far it appears that you are new to coding in general.
    I would start with reading up on JS and watching tutorials on YouTube, etc.
    For example, google “validating entries in JavaScript.”
    Then start hacking away and testing code.
    When you have a very specific problem, search with google, then search the forum.
    If you can’t find an answer, then post the question (with code) on this forum.
    Good luck in your adventures - coding is fun.