contactic
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Edit contactsHi paulwhite,
In fact, the data editor extension is only compatible with the old contact form plugin, and actually not compatible with Contactic. We will see in an upcoming release how to integrate this (code the feature in Contactic, or make Contactic compatible with the data editor extension).
Hope this helped out ??
Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Form to Slack with Form TitleHi Colter,
Thanks for the note. A ticket (#40) has been created. This feature will be available in 1.4 (no release date for now)
Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Export – Security Issue Resolved?@jdembowski : got it and makes sense ??
Forum: Reviews
In reply to: [Contact Form 7 Database + | CFDB+] EXCELLENT plugin!Thank you ??
The Contactic Team
Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Export – Security Issue Resolved?Well… i think that we can’t talk about a vulnerability here since we are arguing about a filter someone could remove… or not. And a filter… well… does his filtering job when it’s present… or not.
Anyhow, i think that you would be interested in a feature, capable of generating obfuscated export urls (with a filter inside) that you would share with someone. And this obfuscated link would obviously not be altered (cause it would be a unique string… refering to a particular export)
Am i right ?
- This reply was modified 5 years, 3 months ago by contactic.
- This reply was modified 5 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Export – Security Issue Resolved?Hello Fabbstar,
Can you tell us from where User=DemoUsername is coming from when you generate the export url ? What do you click on to get this parameter ? Is this a ‘transfom’ function ?
The Contactic team
Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] What’s admin-ajax.php for?Hello homu9,
This http call is intended to capture the referer page (_ctc_referer) before the form is submitted, so you can know that the page, visited before submitting your form, was /xyz (as example).
We are conscient that some of you guys actually don’t want the frontend call, so we will create an option, allowing you to deactivate the referer capture (in other words, the frontend ajax call).
Hope that we’ve answered your question.
The Contactic Team
Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Export only selected dataHello ondrejchocholacek,
Yes, you can actually, in Shortcodes -> Export, filter out the lines (or columns) you want to export.
The Contactic Team
- This reply was modified 5 years, 4 months ago by contactic.
Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Error in shortcode builder?Hallo Bernhard,
In fact, you found a bug ?? i was able to reproduce and comfirm the behavior. We have created ticket #39 in order to fix this in 1.4.
Nochmals Danke,
The Contactic Team
Hello fst1337,
Sending collected form data by email as attachment is actually not planned. Regarding the xml export, this is kind of available in Contactic -> Shortcodes -> Export, by choosing the rss format. You will end up with your form data in a <description> tag, but i assume that you want one value per attribute (ex: <name>john</name><age>39</age>) am i right ?
The contactic Team
Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Auto save progressHello hotelwww,
We will sadly not be able to implement this feature. First, from a technical standpoint, this will be hard to achieve since Contactic captures data on submission, which will obviously never be triggered in your case, forcing us to use js / ajax / websocket methods and protocols to save data.
Finally, from a legal perspective, i don’t think that someone would like to be contacted / traced / registered (or whatever) while not having submitted the form (#gdprcomplaint ?)
The Contactic Team
Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Webhook to send data to any APIHello Carlos,
For now only slack webhooks (POST + json payload) are supported. We will see how to integrate a more generic way to offer a webhook feature, support GET or POST, and a configurable payload in a upcomming version.
The Contactic Team
- This reply was modified 5 years, 5 months ago by contactic.
Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Can’t export as Excel .xlslHi naryaina,
Thank you for your feedback, we will look at this and come back to you as soon as possible.
The Contactic team
Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Form to SlackHello Colter,
Thank you for your message. Next update will allow you to add form data in your slack pipeline. We will keep you informed ??
The contactic team
Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Contactic table not updating fast enoughHi baird900,
can i ask you how you redirect your user after the submission? I suppose this is done with some javascript. The idea would be to delay the redirection.