I can see no reason for why this has happened (usually form submissions daily) – the site was not down, GA suggests that goals were completed.
Contact Form DB usually is a back up in case Contact Form 7 emails do not come through but even this is not showing the completed form.
Is there a way of recovering any missing form completions?
Any help greatly appreciated.
]]>I now need to apply this same logic, but allow a duplicate to be entered if the last entry was made 24 hours in the past.
How can I check if the duplicate form entry is older than 24 hours and if so bypass the validation allowing a user to submit a lead.
Would applying a date filter to the original filter property be sufficent?
$atts['filter'] = "$fieldName=$fieldValue&&submit_time>last month";
1- They have various Author Role users (me included) and each of them can add and edit their own posts, but they can’t edit or view other’s posts. I solved this modifying the functions.php file of my theme adding this to the end:
function mypo_parse_query_useronly( $wp_query ) {
if ( strpos( $_SERVER[ ‘REQUEST_URI’ ], ‘/wp-admin/edit.php’ ) !== false ) {
if ( !current_user_can( ‘level_10’ ) ) {
global $current_user;
$wp_query->set( ‘author’, $current_user->id );
}
}
}
add_filter(‘parse_query’, ‘mypo_parse_query_useronly’ );
2- Every user has his own contact form (made with Contact Form 7) that they put at the end of their posts. I’ve already done this too.
3- Every contact submission is stored on the site and, just like the posts, they can be seen by the respective user’s contact form.
I installed Contact Form CFDB7 for storing the Contact Form 7 submissions but i only can see them as an administrator user and not the authors. What i need is that the Contact Form 7 submissions can be seen by their respective author users.
That’s all, how can it be done?
]]>Thank you for your helps.
]]>https://wpvulndb.com/vulnerabilities/9060
]]>Let me know, thanks
]]>I don’t want a field for the sender’s email in my actual Contact Form, but I would like to capture the sender’s email in my database.
To add to the above, I have a [your-email] field in my form, which is captured in the your-email column in the form. Perhaps the [Senders-email] code and column are irrelevant as in my testing, as the [your-email] is actually the sender anyway?
How do I do this?
Many thanks.
]]>I don’t want a field for the sender’s email in my actual Contact Form, but I would like to capture the sender’s email in my database.
To add to the above, I have a [your-email] field in my form, which is captured in the your-email column in the form. Perhaps the [Senders-email] code and column are irrelevant as in my testing, as the [your-email] is actually the sender anyway?
How do I do this?
Many thanks.
]]>