saj123
Forum Replies Created
-
I created a plugin, but when activating the plugin, it shows
“The plugin generated 1 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
What might be the mistakeForum: Plugins
In reply to: [Contact Form DB] how to export contact form db to excelthen, now how to export the data ???? i need it now.
Forum: Plugins
In reply to: [Contact Form DB] how to export contact form db to excelhttps://localhost:8080/localsotcnew/enquiry-report
In that page, i have done
<form action=”https://localhost:8080/localsotcnew/” method=”GET”><input type=”hidden” name=”page_id” value=”6849″ /> From Date :<input id=”datepicker” type=”text” name=”start” /> End Date :
<input id=”datepicker2″ type=”text” name=”end” /> <input type=”submit” value=”Submit” />
</form>[cfdb-export-link form=”Enquiry_copy” show=”Submitted” filter=”submit_time>$_GET(start)&&submit_time<=$_GET(end)”]
[cfdb-datatable id=”myid” dt_options=”bJQueryUI:true” form=”Enquiry_copy” show=”name,contactno,emailaddress,tourtype,traveldate,Submitted”
filter=”submit_time>=$_GET(start)&&submit_time<=$_GET(end)”]The datatable shortcode is working… but not export-link…
Forum: Plugins
In reply to: [Contact Form DB] how to export contact form db to excellocalhost:8080/localsotcnew/wp-admin/admin-ajax.php?action=cfdb-export&form=Enquiry_copy&show=name%2Ccontactno%2Cemailaddress%2Ctourtype%2Ctraveldate%2CSubmitted&filter=submit_time%3E%3D%24_GET%28start%29%26%23038%3B%26%23038%3Bsubmit_time%3C%3D%24_GET%28end%29
It is giving empty results..
[No bumping. If it’s that urgent, consider hiring someone.]
Forum: Plugins
In reply to: [EZ SQL Reports Shortcode Widget and DB Backup] Exporting Report to CSVi have created a export link shortcode
[cfdb-export-link form=”Enquiry_copy” show=”submit_time,name,contactno,traveldate,Submitted” filter=”submit_time>$_GET(start)&&submit_time<$_GET(end)”] … but it shows empty results.. it is not taking the date which is entered by the user… please helpForum: Plugins
In reply to: how to pass value in contact form shortcodeHi.
In my page i want to display like.. i have a date field textbox in which i will select a date.. and according to that date, get the data(for the submit time) from the contact form db and display the rows according to the selected time.. please help
[contact-form-7 id=”365″ title=”date” onselect=”details(this.value)”]
<?php function details() { $id= $_POST(Date); echo $id; ?> [cfdb-datatable form="testform" show="Name,Email" filter="submit_time=$id"] <?php } ?>
hi.. i tried putting my email on the FROM .. but still the data are not storing and showing the same error
hi.. i tried putting my email on the FROM .. but still the data are not storing and showing the same error