Semigataweb
Forum Replies Created
-
Thanks, it’s work just change type to radio..
(function($) {
$(document).ready(function() {
setTimeout(function() {
$('.forminator-custom-form').trigger('after.load.forminator');
}, 100);
$(document).on('after.load.forminator', function(e, form_id) {
var next_button = document.querySelector('.forminator-button-next'),
click_event = new CustomEvent('change_evt'),
clickable_elements = document.querySelectorAll('.next-on-click .forminator-checkbox-label'),
checkboxes = document.querySelectorAll('.next-on-click input[type="radio"]');
clickable_elements.forEach(
clickable_element => {
clickable_element.addEventListener('click', wpmudev_clickables_event_callback)
}
)
function wpmudev_clickables_event_callback() {
if (typeof(next_button) != 'undefined' && next_button != null) {
checkboxes.forEach(checkbox => {
checkbox.addEventListener('change', wpmudev_change_evt_callback)
})
}
}
function wpmudev_change_evt_callback(e) {
if (e.currentTarget.checked) {
next_button.click();
}
}
});
});
})(jQuery);That’s great
I will waiting for new update of the plugin for fixing the bug, but i want to edit the error message “Please correct the errors before submission.”. So i want user to reload the page before clicking pay button. How to edit the error messages?
Hi,
I have change the value as your recommendation > https://prnt.sc/CJF05zN1WpWQ
After i tested again the error is still apear > https://prnt.sc/70dPp5pdQado i think ajax validation not working well after all required field filled. Ajax validation only work well for each field but if the paypal button clicked the ajax validation is not checking again all form.
Thank you for your reply,
Here the export form https://pastebin.com/XwqbQYVr
Forum: Plugins
In reply to: [Plugin for Google Reviews] Free Version Can Not See ReviewsHi, i still facing this issue on my website and i have updated to newest version 2.0.7. How to resolve it?
Forum: Plugins
In reply to: [Plugin for Google Reviews] Others user role can’t access this pluginHi, thank you for your consideration to add user role capability.
I just a blogger and i making a post by curated several place in a city with same business and showing their review in one post to improve readers experience.
So i have another writer to help me write more acticles but i want to create account for him as author or contributor not as an administrator to access your plugin.