• Resolved ominem

    (@ominem)


    Hi is there a parameter to edit the message that shows after frontend form submission?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @ominem

    There is a filter available: pods_pod_form_success_message

    Cheers, Jory

    Thread Starter ominem

    (@ominem)

    Ok, thanks. By any chance do you have any example documentation?

    Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @ominem

    Not for this part unfortunately.

    Simple example:

    add_filter( 'pods_pod_form_success_message', function( $message ) {
        return 'Your Message';
    } );

    Cheers, Jory

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Edit Shortcode form message’ is closed to new replies.