aikona
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Send to different email adres depending on answerOk
I found gravity forms on GIT
So I went with gravity formsForum: Plugins
In reply to: [Contact Form DB] CFDB does not always show download linkHi
Will try
Eric
Forum: Plugins
In reply to: [Contact Form DB] CFDB does not always show download linkHi
Wait .. if I look at the two tables ( gravity wp_gr_lead_detail and wp_cfdbplugin_submits ) both plugins have uploaded the files.
But wp_gr_lead_detail has uploaded it ( in my case ) to a location“id” “lead_id””form_id””field_number””value”
“496” “42” “5” “4” “https://SiteURL/WP_DB/wp-content/uploads/gravity_forms/5-261-randomNumber02/filename.pdf”and wp_cfdbplugin_submits has stored the file in the file field as HEX
“submit_time””form_name””field_name””field_value””field_order””file”
“1454340129,6686””FileUpload””File””IDEAL.pdf””2″”0x255044462D312E340A25C7EC8FA20A352030206F626A0A3C3C2F4C656E6774682036203020522F46696C746572202F466C6174654465636F64653E3E0A73747265616D0A789CAD57496F1C4518158963EC49E4649C955B1FA791A6A87DB9221012E29268240E845320
etc etcNo wonder it will not take big files .
I presume that the limit is imposed by the MySQL databaseSo unless I can store a link location into the file field I will have to find another way to view the list of uploaded files.
Maybe this could be an addition to the plugin where you have the choice to upload the file into the database or have a ( unsafe) reference to the file location.Thanks
Forum: Plugins
In reply to: [Contact Form DB] CFDB does not always show download linkhi
I noticed that some record in the database have a content in the file field ,others not .
The ones with content show a link …why??Forum: Plugins
In reply to: [Contact Form 7] Selectable recipients with pipesHi
On the dashboard ,
On the contact form …second tab called Mail
did you put into the “To [your-recipient]”Works on my side/site
Forum: Plugins
In reply to: [Contact Form 7] Send to different email adres depending on answerHi
Could you put something like this
<?php include(‘SomePath/MyIFCondition.inc’); ?>
in the contact form ?
Forum: Plugins
In reply to: [Contact Form DB] Prevent Email?Hi
Goto your contact form ,then to addional settings and write : demo_mode: on
Eric