The Account section was closed on Aug, 2003. See details here.

How to add more admin users to JQuery Form Admin Panel?

  1. Go to "Settings > Admin Panel" section
  2. Use comma (,) to separate multiple admin users, like following:
    admin:password1,user2:password2,user3:password3

Screenshot below shows you example of multiple admin users

If you forgot admin user's password, you can :

1) Find the password from form.config.php file

{
    "formId": "jqueryform-9e123a",

    ...

    
    "admin": {
        "users": "admin:password1,user2:password2,user3:password3",
        "dataDelivery": "emailAndFile"
    },
    
    ...

}

2) Or go to your Form Admin Panel (admin.php), then click "Forgot password" to request password by email