I am using a legacy form to subscribe users, but I need to do some work with the input before submitting. When the form is submitted normally, everything works as expected, and the user’s information is directly entered into Klaviyo. When using .submit() within the onsubmit method, however, the https://manage.kmail-lists.com/subscriptions/subscribe loads instead.
Is it possible to directly submit a subscriber with .submit() ?