Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Coding Panda

    (@codingpanda)

    @jaceejoef Thanks for using the plugin. Yes, it is implemented in 1.4.7 and 1.4.8. Just wonder how you rendered it out at the frontend? Is it like this:

    $project_pod = pods( 'project' , 20);
    echo $project_pod->form( array(  ), 'Save ' );

    If it is open for public access, you need to go to the Additional Field Options for the repeater field to set Allow Public Access to Yes, or choose some user roles to allow access.

    Thread Starter jaceejoef

    (@jaceejoef)

    Hi,

    Thank you for responding. It’s working now. I accidentally use a different custom post type that’s why it’s not working. Stupid me!

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Frontend Form’ is closed to new replies.