Michael Simpson on "[Plugin: Contact Form DB] Custom form not working wen...
What do you mean by "adding an action"?
View ArticleRafrafnat on "[Plugin: Contact Form DB] Custom form not working wen using any...
Hi, Thx for your fast reply. I just mean in form tag instead action"" to use action="http://domain.pl" Great thx
View ArticleMichael Simpson on "[Plugin: Contact Form DB] Custom form not working wen...
[cfdb-save-form-post] must be put on the action page for CFDB to capture it.
View ArticleRafrafnat on "[Plugin: Contact Form DB] Custom form not working wen using any...
Thanks a lot:) My form is filling up form on another second party page (eternal). Is there maybe way to capture form data before it will load action page? Your anwser would be extremaly helpfull Best...
View ArticleMichael Simpson on "[Plugin: Contact Form DB] Custom form not working wen...
I think you would have to put in some javascript to do an AJAX submit to some page with [cfdb-save-form-post] then submit again to your destination page.
View Articlephpbits on "[Plugin: Page Builder by SiteOrigin] Hook Question"
Hi, I'm trying to make the widget plugin I'm creating compatible with SO builder. I can't find any documentation for firing jquery code when the edit panel dialog was loaded. I have sortable &...
View Articlephpbits on "[Plugin: Page Builder by SiteOrigin] Hook Question"
Nevermind. I've find a way to do it without any hooks. Thanks!
View ArticleMisplon on "[Plugin: Page Builder by SiteOrigin] Hook Question"
Hi @phpbits Sorry for the delay in replying. Glad to hear you made progress with this task. All the best with your project.
View ArticleJulian M on "[Plugin: Quiz And Survey Master (Formerly Quiz Master Next)]...
Hello. Thanks for your plugin. Tell me please, do you have any event handler for the "submit" form action? I'd like update user profile if he filled the quiz, but i did not found any hooks in the...
View ArticleFrank Corso on "[Plugin: Quiz And Survey Master (Formerly Quiz Master Next)]...
Greetings caesarby: Thank you for choosing to use this plugin. I am working to build out the developer documentation but haven't had a chance to get all the hooks/filters documented yet. The results...
View ArticleJulian M on "[Plugin: Quiz And Survey Master (Formerly Quiz Master Next)]...
Hello Frank, Thanks for your answer. It make sense. I guess for my aims I can just use the checking (if $_POST is not empty) in the "single.php" file =) It is not so elegant, but still. But usage of...
View ArticleRourke on "[Plugin: bbPress Unread Posts v2] Missing action"
Hi, This plugin is exactly what I'm looking for. Major thanks for the effort :) However I'm having some issues. I used bbp_list_forums to list all forums and sub-forums on the homepage. This function...
View Articleplanky on "[Plugin: Blurry - Mobile menu] Search form issue"
If I use the search on any page (ie http://myexamplesite.com/contact, with permalinks configured), it will append the search parameters to the current URL:...
View ArticleKokowaah on "Prompt on post_save"
Hi, I need to open a prompt when editing a post. With this code I'm able to update post meta: function duvod( $post_id, $post ) { if ( wp_is_post_revision( $post_id ) || $post->post_type !=...
View Articlebcworkz on "Prompt on post_save"
No restriction really, at least of the kind that causes errors when violated, but any code that tries to output to the browser will not succeed. It's not what the action was meant for. I suggest you...
View ArticleMarko Jakic on "[Plugin: WP REST API (WP API)] Action rest_api_init doesn't...
Hi, What happened to action hook rest_api_init? If I use this plugin there isn't this action, however if download it from http://v2.wp-api.org/ then it's fine. I'm using composer from wpackagist which...
View ArticleMarko Jakic on "[Plugin: WP REST API (WP API)] Action rest_api_init doesn't...
Ah there is another plugin: https://wordpress.org/plugins/rest-api/ That's the one needed ;)
View Articledoolezah on "How to add an action when new category or taxonomy tag is created"
All, In the latest version of WordPress (4.3.1), how do I add an action/filter after the Add New Category or Add New <taxonomy_category> is clicked in the Dashboard? I have looked at the...
View Articlebcworkz on "How to add an action when new category or taxonomy tag is created"
I'm sorry you've encountered red links in the Codex. All the information one really needs is in the source code. Use https://developer.wordpress.org/reference/ to locate where the action or filter...
View Article