Arne Lap
Arne Lap
https://wordpress.org/support/topic/support-for-registered-query-vars/ > i work with one page to display several data based on url parameters. in your page statistics there is that one page only which is bad. i need...
https://wordpress.org/support/topic/custom-report-2/
As requested here https://wordpress.org/support/topic/greate-simple-privacy-friendly-plugin/#post-13508549
eg add_filter( 'hf_form_markup', function( $markup ) { $markup .= ''; return $markup; }); does not provide hiddenFieldUrl to the notification email. https://wordpress.org/support/topic/adding-hidden-field-value-to-notification-email/
It's been requested to allow email attachments (instead of a link). Maybe just via a filter hook is fine.
Can we add the possibility to upload multiple files at once. https://wordpress.org/support/topic/the-form-dont-save-the-image-upload/
Is it possible to for a wordpress client user, if logged in, to update a pre-populated form from a previously submitted response? https://secure.helpscout.net/conversation/486132891/12552?folderId=1674633
The chart on Dashboard > Analytics > Stats always uses M dd, yyyy format for the dates, even when Settings > General is set to another format such as dd/mm/yy...
Activating Koko Analytics plugin only in one subsite, I also noticed that “Exclude pageviews from these user roles” box is totally blank, showing no roles at all. reported here: https://wordpress.org/support/topic/wp-multisite-with-domains/#post-15992128
Currently the trackPageview() functions has // do not track if page is inside an iframe if (window.location !== window.parent.location) { return } Why? Should we make this a setting? In...