• Resolved frenchlessons

    (@frenchlessons)


    Hi and thank you for this awesome plugin.

    I would like to automatically define the User Total Submission Limit with a variable I’ve created with a snippet I’ve programed.

    Can you tell me if this is possible and if so, how ?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Saiful Islam Ananda

    (@saifulananda)

    update_post_meta( $cf7_form_id, 'wpadcf7sl-total-submission', $your_total_submission );

    You can update the total submission value dynamically using this code. Please change $cf7_form_id and $your_total_submission with your value.

    Thread Starter frenchlessons

    (@frenchlessons)

    It works like a charm, thank you!

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