iworb
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: WP_List_Table custom filter fieldWell, I think I’ve got it. Because of same names of inputs it was overriden and last value was sent.
Forum: Developing with WordPress
In reply to: WP_List_Table custom filter fieldHere’s an example of generated form. Like you can see in 6th line mine function ouput inside the form.
Forum: Developing with WordPress
In reply to: WP_List_Table custom filter fieldAre you seriours? So why bulk actions inside form element and mine fields which is neighbour of bulk select is not? In my generated html they’re inside form and jQuery’s method ‘serialize’ works as expected. If I changed my form method to “GET” instead of “POST” there’s variable ‘date’, but it’s blank even if there’s actual value. Actually GET’s URL and jQuery’s serialized form must be the same, but they are not.
Forum: Plugins
In reply to: [Verify Email for Caldera Forms] Blank pageOkaaaaaay….
Problem was resolved: CFDB plugin doesn’t work properly with this verification process so you should turn off in his Options page Caledra Forms.Forum: Plugins
In reply to: [Verify Email for Caldera Forms] Blank pageUPD: plugin strucks at the plugin.php of caledra forms in 523th line:
`foreach ( (array) current($wp_filter[$tag]) as $the_ )
It contains function “saveFormData” that cannot be found.Forum: Plugins
In reply to: [Verify Email for Caldera Forms] Blank pageUPD: in database entries keep pending, but entry_values are empty for entry. If processor disabled everything is ok (entry is active and has entry_values), but when it’s turned on, nothing saved…