Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin stepsform (wb-steps): Provides the ability to split a form into steps #7913

Closed
wants to merge 1 commit into from
Closed

Conversation

ghost
Copy link

@ghost ghost commented Feb 23, 2017

Currently the issue is long forms on the business side. This well make forms feel shorter for the customer/user. So far the plugin only converts form fields into steps.

Please see Issue #7898 and demo at kodz.ca/projects/wet-boew/demos/forms/steps

{
"title": "Steps Form",
"language": "fr",
"category": "Plugins",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be "Plugiciels", that is why the Travis build are failing

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@duboisp duboisp added Need: Second opinion A solution is provided, but prior to be applied it needs to be backed. Query: Feature Request labels Feb 24, 2017
setStepsBtnEvent( btnClone );
div.appendChild( btnClone );
} else {
var btnValue = ( settings && settings.submitBtnVal ) ? settings.submitBtnVal : "X",
Copy link
Author

@ghost ghost Feb 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can someone add i18n text (add "Submit" as default button text (enabling tmpl-submit (not sure about this)))?

@ghost ghost mentioned this pull request Feb 27, 2017
@ghost
Copy link
Author

ghost commented Feb 28, 2017

As for the hitting submit/next twice bug their a few open/close issue:
jquery-validation/jquery-validation#997
jquery-validation/jquery-validation#1872

We can ignore the issue as a wontfix or do a the temp fix. Something like this at Line 274:

/* fixes validation issue */
$form.on( "change", "input[type=date], input[type=file], select", function() {
  $form.validate().element( this );
} );

Please see PR #7921

@RobJohnston This would address your issue with the file input.

@ghost ghost mentioned this pull request Feb 28, 2017
@duboisp
Copy link
Member

duboisp commented Mar 30, 2017

As discussed at the PR review meeting, this PR would be a good candidate to be moved in the theme (GC web and intranet), with the other plugins that execute business logic.

@neoinsight
Copy link
Member

@kodecount This looks really interesting :) Could steps be implemented with field-flow or only form inputs? We are looking for ways to implement wizards with business logic @Borges-Porteous @patlaj

@lucas-hay
Copy link
Contributor

@kodecount do you have any updates on this?
Will this be completed?
Field flow is now part of GCWEB (not WET), so perhaps maybe this should move over to GCWEB?

@ghost
Copy link
Author

ghost commented Nov 23, 2017

I'm no longer with the project.

@duboisp
Copy link
Member

duboisp commented Apr 16, 2020

It's now included in wet-boew as a provisional plugin via #8811

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Need: Second opinion A solution is provided, but prior to be applied it needs to be backed. Query: Feature Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants