submit form data via ajax

Issue #5 resolved
University of Delaware repo owner created an issue

configure js to use jQuery ajax to submit form. Configure callback function (wp_ajax...) in plugin php. Last test results came back 0 which means callback function is not working.

Comments (5)

  1. University of Delaware reporter
    • changed status to open

    Currently using .post() for submission. Will update to .ajax().

    Needs with ajax: php function beforeSend for animation

  2. University of Delaware reporter

    leaving as resolved for now since .post() is working correctly.

    Adding ajax functionality as an enhancement

  3. Log in to comment