{"id":21507891,"url":"https://github.com/hangsbreaker/formbuilder","last_synced_at":"2026-05-03T23:32:54.966Z","repository":{"id":149918175,"uuid":"290513517","full_name":"hangsbreaker/formbuilder","owner":"hangsbreaker","description":"Generate Form With Javascript","archived":false,"fork":false,"pushed_at":"2025-03-07T00:24:54.000Z","size":457,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-22T14:00:40.899Z","etag":null,"topics":["bootstrap","formbuilder","formgenerator","javascript","json"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hangsbreaker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-26T14:06:28.000Z","updated_at":"2025-03-07T00:24:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0321176-1c9d-4437-9198-93dc333a0c81","html_url":"https://github.com/hangsbreaker/formbuilder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hangsbreaker/formbuilder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangsbreaker%2Fformbuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangsbreaker%2Fformbuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangsbreaker%2Fformbuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangsbreaker%2Fformbuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hangsbreaker","download_url":"https://codeload.github.com/hangsbreaker/formbuilder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangsbreaker%2Fformbuilder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32589200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","formbuilder","formgenerator","javascript","json"],"created_at":"2024-11-23T20:41:44.714Z","updated_at":"2026-05-03T23:32:54.952Z","avatar_url":"https://github.com/hangsbreaker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# formbuilder\nGenerate Form Creation Drag and Drop With Javascript \u003ca href=\"http://hangsbreaker.github.io/formbuilder/\" target=\"_blank\"\u003eDemo\u003c/a\u003e\n\n# How to use\n\u003cpre\u003ebuildform([FORM ID], [JSON DATA], [LANG]);\u003c/pre\u003e\n# Example\n\u003cpre\u003e\u0026lt;form id=\"formbuilder\" method=\"post\" action=\"\"\u0026gt;\u0026lt;/form\u0026gt;\n\u003cscript\u003e\nconst form = {\n                \"title\" : \"Judul Formulir\",\n                \"description\" : \"Deskripsi Formulir\",\n                \"form\" : [\n                            {\n                              \"type\" : \"text\",\n                              \"question\" : \"Nama\",\n                              \"description\" : \"Isi dengan nama lengkap\",\n                              \"required\" : true,\n                              \"data\":[]\n                            },\n                            {\n                              \"type\" : \"select\",\n                              \"question\" : \"Kelamin\",\n                              \"description\" : \"\",\n                              \"required\" : true,\n                              \"data\" : [\n                                          \"Laki - laki\",\n                                          \"Perempuan\"\n                                      ]\n                            }\n                          ]\n              };\n\nbuildform(\"formbuilder\", form, \"id\");\n\u003c/script\u003e\u003c/pre\u003e\n# Add form\n\u003cpre\u003elet formjson = {\n                  \"type\" : \"text\",\n                  \"question\" : \"Telepon\",\n                  \"description\" : \"Isi dengan nomor telepon\",\n                  \"required\" : false,\n                  \"data\":[]\n                },\n  \nformbuilder_add(\"formbuilder\", formjson, \"id\");\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhangsbreaker%2Fformbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhangsbreaker%2Fformbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhangsbreaker%2Fformbuilder/lists"}