{"id":19514878,"url":"https://github.com/ndp/wizardize","last_synced_at":"2025-04-26T06:30:42.715Z","repository":{"id":66258016,"uuid":"411734","full_name":"ndp/wizardize","owner":"ndp","description":"jQuery plugin to break a form up into pages based on the \"fieldsets\"","archived":false,"fork":false,"pushed_at":"2010-04-08T07:35:20.000Z","size":2348,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-25T12:03:19.565Z","etag":null,"topics":[],"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/ndp.png","metadata":{"files":{"readme":"README.textile","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}},"created_at":"2009-12-09T17:39:23.000Z","updated_at":"2023-07-29T07:07:40.000Z","dependencies_parsed_at":"2023-02-20T01:00:55.355Z","dependency_job_id":null,"html_url":"https://github.com/ndp/wizardize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndp%2Fwizardize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndp%2Fwizardize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndp%2Fwizardize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndp%2Fwizardize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ndp","download_url":"https://codeload.github.com/ndp/wizardize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250943904,"owners_count":21511649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-10T23:37:54.636Z","updated_at":"2025-04-26T06:30:40.707Z","avatar_url":"https://github.com/ndp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"h3. Welcome to Wizardize\n\nThis plugin takes a regular form and creates separate panels out of it based \non the fieldsets included in the page.\n\n* hides all but the first page\n* adds a list of \"status buttons\" as the first element in the form. Style as \nyou see appropriate (or \"form ol:first-child { display: none})\n* adds \"next\" and \"previous\" buttons to each panel\n* The regular submit button for the form is moved to the last panel.\n\nThat's about it.\n\nh3. Getting Started\n\n1. Download the code from \n\n\u003ca href=\"http://github.com/ndp/wizardize/raw/master/public/javascripts/jquery/jquery.wizardize.js\"\u003ehttp://github.com/ndp/wizardize/raw/master/public/javascripts/jquery/jquery.wizardize.js\u003c/a\u003e\n\n2. Include it in your page\n\n3. Create a form with fieldsets separating out the different panels\n\n4. Wizardize!\n\n   *$('form').wizardize();*\n   \n\n   \nh3. Options\n\n\nwizardize accepts an options hash. All values are optional:\n\n*  statusButtonsTemplate: how the status buttons are named. Supports simple\n   variable substitution: '$TITLE' is the title tag of the fieldset, \"$#\" is\n   the index of the fieldset. Therefore, to generate status buttons like\n   \"Step 3: provide your credentials\", use \"Step $#: $TITLE\"\n*  statusButtonsSpacer: any html to add between the generated status buttons\n   by default the status buttons are just an ordered list of the names of \n   the panels\n*  nextButton: name of the next button added to each panel. Defaults to 'Next'.\n*  prevButton: name of the previous button added to each panel. 'Previous',\n*  nextCallback: function to be called when the user goes to the next panel\n\n\nh3. Development\n\nRun tests using:\n\n    *rake spec:javascript*\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndp%2Fwizardize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndp%2Fwizardize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndp%2Fwizardize/lists"}