Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #678057

    Hi,
    I’ve generated an custom form in functions.php of my enfold child theme based on avia_ajax_form.
    The purpose is to use the styling and frontend validatation – this already works well.
    Now I need to implement a custon ajax handler for processing the post data.
    The question is: how can I prevent the standart avia_ajax_form ajax submit to use my custom ajax submit implementation?

    <form ... class="my-custom-form" ... onsubmit="return false;" ...>
    or

    $('form.my-custom-form').submit(function(e) {
      e.preventDefault();
    });

    doesn’t work

    Thank’s for any help!
    cheers TJ

    #679708

    Hey BugfreeSystems,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Andy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.