Qube One ltd
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact form 7 TO API] Getting radio/checkbox valuesI have released a fix for that
Please check and let me know if all worked outForum: Plugins
In reply to: [Contact form 7 TO API] Want to pass 2 Value with RedirectHi,
Please post this message on the correct support forum
https://wordpress.org/support/plugin/wpcf7-redirectForum: Plugins
In reply to: [Contact form 7 TO API] API Key Non-AlphanumericSorry for my late reply
Did you manage to handle the issue ?Forum: Plugins
In reply to: [Contact form 7 TO API] Line breaks break APII see no problem with the code you added
please send me your contact details here:
http://querysol.com/contact/I will need your ftp details in order to check what is wrong
Forum: Plugins
In reply to: [Contact form 7 TO API] Line breaks break APIPlease add the JSON you are using
Will add it on our next version of the plugin
Forum: Plugins
In reply to: [Contact form 7 TO API] Hidden fields not workingDid you map it correctly under the API integration tab ?
Can you provide a screenshot of the form and the integration tab ?Forum: Plugins
In reply to: [Contact form 7 TO API] Put only Input Values in URL without keySorry but this plugin can only create key=>value query string at the moment
Forum: Plugins
In reply to: [Contact form 7 TO API] Passing valueThis plugin doesn’t do that , but you already know that 🙂
Forum: Plugins
In reply to: [Contact form 7 TO API] HTTPHEADER – how?This is not a recommended approach because your changes will be deleted once you update the plugin
You can add the following to your functions.php file
add_filter( ‘qs_cf7_api_get_args’ , ‘add_http_header’ , 10 , 1);
function add_http_header( $args ){
$args[‘headers’] = array(
htmlspecialchars(“authorization: Token
<your_64_char_api_key>”),”content-type: application/json”);return $args;
}Forum: Plugins
In reply to: [Contact form 7 TO API] Sample with POST and GET methodClosed for non reply
Forum: Plugins
In reply to: [Contact form 7 TO API] Plugin generated unexpected output during activationplease update your plugin
Forum: Plugins
In reply to: [Contact form 7 TO API] Plugin generated unexpected output during activationwhat WordPress/PHP version are you using
Forum: Plugins
In reply to: [Contact form 7 TO API] Extra parametersexactly, use hidden fields for that
Forum: Plugins
In reply to: [Contact form 7 TO API] Sample with POST and GET methodPlease do the following:
1.mark the debug cehckbox
2.Submit a form
3.return to the admin panel and copy the results under the DEBUG last results