- Posts: 6
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).on('click', '#ls-button-submit', function (e) { e.preventDefault(); console.log("submit"); $('#ls-button-submit').trigger('click'); // doesn't work on mobile when in iframe })