Jump to Content
OpenFormGuidesDiscussionsDemosDownloadOpen Source
HomeGuidesChangelogDiscussions
GuidesDiscussionsDemosDownloadOpen SourceLog InOpenForm
Guides
Log In
FAQ

Documentation

  • Getting Started
  • Requirements
  • FAQ
  • Customization - Jquery events
    • Prefill Form with Query String Parameters
  • Open Form Styling
  • Localization
  • File upload
  • Razor after submit
Powered by 

FAQ

Frequently Asked Questions

Suggest Edits

How to disable focus on page load ?

Add to options.json

{
  "focus" : "",
  "fields" : {
      ....
  }
}

Updated less than a minute ago


  • Table of Contents
    • How to disable focus on page load ?