• Resolved calle81

    (@calle81)


    Congratulations the plugin is fantastic. I wanted to ask if there is the possibility of seeing the number of forms sent by the current user ( wp_get_current_user() ).
    Example: Hello User, to date you have sent requests: “5”.
    I would like to use a snippet that gives me the number of forms submitted.
    5 in the previous example.
    Sorry for my English.

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter calle81

    (@calle81)

    With this snippet I see the list of modules sent by the current user.

    <?php
    global $current_user;
    get_currentuserinfo();
    $short = '[acf7db form_id="208" search="'.$current_user->user_email.'"]';
    echo do_shortcode($short);
    			?> 

    I would like to add a snippet that shows the number of modules sent by current user.
    Example:
    Total number of forms sent: 5

Viewing 1 replies (of 1 total)
  • The topic ‘Get number of forms submitted.’ is closed to new replies.