How to disabled first Field focus when form open ?

How to disabled first Field focus when form open ?

NickZhangNickZhang Posts: 11Questions: 7Answers: 0

How to disabled first Field focus when form open ?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    Answer ✓

    Hi,

    Is this with Editor? If so, the focus option of the form-options object should do the trick. You can either pass that option in to your API call to trigger the editing (if you are using the API), or if you are using the predefined buttons use the configuration options for that parameter (formOptions.main).

    Allan

This discussion has been closed.