formwizard
Jquery .change isn't working in Chrome
form some reason this seems to be working fine in FF but not in Chrome.I have tried wrapping in $(window).load( function() {...}); and even removing all other Javascript on the page (other then the Jq[详细]
2023-03-29 09:17 分类:问答Ruby on Rails: Need Recommendations for Wizards/Spring Webflow-type Solutions
I\'m starting work on a multi-page web application using Ruby on Rails 3. My webapp won\'t be using a database directly - it\'ll be calling a web service to persist the collected information.[详细]
2023-03-29 07:43 分类:问答Rails3: What REST URLs for the different pages of a multi-pages wizard?
I am new to Rails and its all-REST concept. I am writing an exam website with Rails3. During an examination, a user has to answer questions that are spread over 4 pages (kind of like a wizard).[详细]
2023-03-16 11:10 分类:问答Problems with combine django-registration and FormWizard
I do something wrong, but I don\'t know what. I try to combine django-registration 0.7 and form wizard but i getting error like this:[详细]
2023-03-14 06:48 分类:问答How to get value of checkbox added in vsfolderdialog.wiz file
I have added a checkbox in vsfolderdialog.wiz file for customizing Folder Path dialog in Setup and Deplopyment Project. But i have not an idea how i will get its value on which i have to take some dec[详细]
2023-03-04 22:32 分类:问答Easiest way to save Django´s formwizard form_list in DB?
I have created multiple sub-forms from one model to use the FormWizard in Django. Confusing is the saving part. Once the user finished the form, I wanted to save the information in the DB. This is fa[详细]
2023-02-28 14:43 分类:问答Moving fieldsets within DOM excludes them from POST
I\'m using the JQuery Formwizard plugin (http://thecodemine.org/) for one of my forms. This plugin allows you to add and remove elements to and from the form. Nice stuff![详细]
2023-02-20 12:47 分类:问答jquery formwizard last step sum of all the previous steps
has anyone used the formwizard开发者_StackOverflow社区 plugin and had a last step that was a confirmation step of all the entries on the previous steps?if so how would you recommend handling that?i wa[详细]
2023-02-16 20:11 分类:问答jquery formwizard how to validate radio button only if it is enabled?
i have a pair of radio buttons that upon certain circumstances will be enabled or disabled. Is ther开发者_JS百科e a way to have it validate the radio button only if the radio buttons have a certain c[详细]
2023-02-15 21:18 分类:问答Django form wizard - choices depending on first form step
I have created a 2 step form with the FormWizard as follows: 1st step: asking user for location 2nd step: show several search results[详细]
2023-02-12 14:42 分类:问答