Mohammad Jorjandi
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] [cfdb-html] i need to show with Post parametermy db have just 1 field (param) .
scenario is, i have one input tag that POST (param) parameter to cfdb-html. i want to show random (param) result after submit bottom.
Forum: Plugins
In reply to: [Contact Form DB] search on formThank you Michael
is there any chance to update it in next 2-3 days?
or fix it for me before publicly update?
i run this service for users and announce it 🙁Forum: Plugins
In reply to: [Contact Form DB] search on format now i used this for Short code:
[cfdb-table form="StudentsForm" filter="MelliCode=$_POST(MelliCode)&&Cert-Number=$_POST(Cert-Number)"]
and in admin panel set Can See Submission when using short code to Anyone.all seams good for Administrator ,but when refresh page without login(Anyone) i see all data in page 🙁 also search is not work with AND condition but at same time all is work for amdinistrator 🙁
Forum: Plugins
In reply to: [Contact Form DB] search on formi’m confused again.
i need Everyone can search and see data based on last scenario.
but now everyone can see all data without search and the code don’t work perfectly for everyone.
just work with Administrator roll.
what setting i must change to ?
when i setting all to Administrator, everything work for admin and everyone get permission error.
Forum: Plugins
In reply to: [Contact Form DB] search on formMichael
i think i found a permissions bug in plugin,i setup my page :
http://www.webamooz.ir/home/cert/
password: webwebeverything work fine when i logged in with Admin , but i need this search form to anyone , and based on Rule document , i changed Can See Submission when using short codes to Anyone and now when page load all data show to Anyone!
and don’t need to search….Forum: Plugins
In reply to: [Contact Form DB] search on formthank you Michael
i don’t have permission to see your site data but my problem now fixed and work Perfect .
thank for your plugin i must read more your documents .:X
Forum: Plugins
In reply to: [Contact Form DB] search on formMichael
thank you i’m solved that problem,its WordPress reserved parameter like name – family and … i change my parameters and its look like working:http://www.webamooz.ir/home/mj
but my problem is i need to show results if all two parameters FIRST-NAME and LAST-NAME exist in One row, (AND not OR) .
is there any way?Forum: Plugins
In reply to: [Contact Form DB] search on formi’m not foolish in all my life but i try this code:
<form action="" method="POST"> First Name: <input type="text" name="name" /> Last Name: <input type="text" name="family" /> <input type="submit" /> </form> [cfdb-datatable form="mjform" filter="name~~/.*$_POST(name).*/i&&family~~/.*$_POST(family).*/i"]its my sample page and dont work:
http://www.webamooz.ir/home/mjfor example i dont want show all data in page just two input field for search FAMILY – NAME and if its exist in table show the row .
in the working scenario , my users search ali for NAME and navabi for FAMILY and get the row :
۱۳۹۳-۰۴-۲۶ ۱۵:۲۶:۲۷ P ali navabi 09123332387 admin 213.207.229.95Forum: Plugins
In reply to: [Contact Form DB] search on formMichael Sorry i’m newbe and read that post but dont have any success.
please show me example code that i must use..