How to add cursor on 1st field instead of the 2nd field? | Community
Skip to main content
Cecile_Maindron
Level 10
January 4, 2016
Question

How to add cursor on 1st field instead of the 2nd field?

  • January 4, 2016
  • 1 reply
  • 2184 views

Hello,

I'm experiencing a strange behavior with one of my forms. Some external users have reported that the cursor is going directly on the second field instead of the first one.

As a result some people are skipping the first field until they realize (when hitting the submission button) that it was mandatory (and left blank).
How can I fix this?

FREE Trial of Talend Data Integration

Cécile

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Mark_Halliday1
Level 2
January 4, 2016

You have this line in your form

ttFormScript["Focus"] = "FirstName";

remove that (or change it to ttFormScript["Focus"] = "Email";) and that will fix it

Justin_Cooperm2
Level 10
January 5, 2016

Yeah. Cecile - do you know how that got there in the first place? Want to make sure something undesirable isn't happening.

Cecile_Maindron
Level 10
January 6, 2016

I have no clue how it was added in first place but thanks for the prompt answer