You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A select2 Register Helper field type is rendered as a multi-select field and the console has a javascript error notification of select2 not being a valid function when there is no level URL parameter.
We should consider additional conditional checks if the user is on the checkout page to load the required CSS & JS here:
A temporary workaround to load the required files would be to load a customization recipe in a customization plugin that also checks if the user is on the checkout page or whether a level for checkout exists.
Describe the bug
A select2 Register Helper field type is rendered as a multi-select field and the console has a javascript error notification of select2 not being a valid function when there is no
level
URL parameter.We should consider additional conditional checks if the user is on the checkout page to load the required CSS & JS here:
pmpro-register-helper/pmpro-register-helper.php
Lines 1338 to 1352 in 2780df6
To Reproduce
Steps to reproduce the behavior:
level=1
, and load pageScreenshots
If applicable, please attach a screenshot to make your issue clearer.
Expected behavior
A clear and concise description of what you expected to happen.
Isolating the problem (mark completed items with an [x]):
The text was updated successfully, but these errors were encountered: