• Resolved lettertoamit

    (@lettertoamit)


    Hi I have a problem in pods framework :–
    I made a plugin to update my pod from front end

    $mypods = pods( 'TOWN', $post_id );
     echo $mypods->form();

    problem here is “save change” button is waiting infinitly and not working either.

    What point i am missing here ?
    What is right code

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Bet Hannon

    (@bethannon1)

    I see you marked this resolved. It might help future users with similar problems to let us know what you did to solve the issue.

    Thread Starter lettertoamit

    (@lettertoamit)

    Thanks @bet for reminding me……..

    I found that the form function is effected by tags used before i called

    $mypods = pods( 'TOWN', $post_id );
     echo $mypods->form();

    so if anybody have some problems similar to mine please check unfinished tags used before forms.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pods form submit button infinitly working’ is closed to new replies.