-
Bug
-
Resolution: Unresolved
-
Major
-
2.18.0, 2.17.5
-
None
-
None
In "common-utils-input-submit" template of CMS plugin, the button is inserted in a <div class="button">
If "common-utils-input-submit" is override in a skin to remove this wrapper, the JS does not work anymore (a parent is expected)
See AmetysFormHelper#andleSubmitButton
$j("#submit-" + pos + "-" + id).parent().hide();
$j("#form-next-" + pos + "-" + id).parent().show();
- Référence
-
SKINCARDS-167 Form with several pages: validate button
-
- Closed
-