teddybear1980
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Mail2 Not Working for Hotmail SenderI really anybody can reply with this question, that i have spent 3 weeks on this issue… still can not solve.
Forum: Plugins
In reply to: [Contact Form 7] Mail2 Not Working for Hotmail SenderWhy the plugin author dont answer for this question? my issue is same. I checked from few forums, many users facing this isuue. Your reply of this question is really contributed and useful to many users.
Urgent need reply from Author. Caldera Form is really great, i really hope can continue using this plugin.
I put the advanced file uploader in allow multiple mode and add to media library only.
Forum: Themes and Templates
In reply to: [Rambo] why the menu section suddenly disappear?i have not upload this site to online yet. This is local host web.
Forum: Themes and Templates
In reply to: [Rambo] why the menu section suddenly disappear?wordpress version 4.6.1
Forum: Plugins
In reply to: [Contact Form DB] How to enlarge the font size of the output display data?yes, i display the data using shortcode, how to apply css ? below is my code?
[cfdb-table form=”Tutor Registration New” filter=”Area Covered~~/.*$_POST(Area).*/&&Student Level To Teach~~/.*$_POST(StudentLevel).*/&&Student Level To Teach~~/.*$_POST(StudentLevel1).*/&&Student Level To Teach~~/.*$_POST(StudentLevel2).*/&&Student Level To Teach~~/.*$_POST(StudentLevel3).*/&&Student Level To Teach~~/.*$_POST(StudentLevel4).*/&&Student Level To Teach~~/.*$_POST(StudentLevel5).*/&&Student Level To Teach~~/.*$_POST(StudentLevel6).*/&&Student Level To Teach~~/.*$_POST(StudentLevel7).*/&&Student Level To Teach~~/.*$_POST(StudentLevel8).*/&&Student Level To Teach~~/.*$_POST(StudentLevel9).*/&&Student Level To Teach~~/.*$_POST(StudentLevel10).*/&&Student Level To Teach~~/.*$_POST(StudentLevel11).*/&&Student Level To Teach~~/.*$_POST(StudentLevel12).*/&&Student Level To Teach~~/.*$_POST(StudentLevel13).*/&&Student Level To Teach~~/.*$_POST(StudentLevel14).*/&&Student Level To Teach~~/.*$_POST(StudentLevel15).*/&&intval(1)=$_POST(x)” show=”Tutor ID,Name,Area Covered,Subject,Tutor Highest Education Level,Student Level To Teach,Remarks”]
- This reply was modified 8 years, 2 months ago by teddybear1980.
Forum: Plugins
In reply to: [Contact Form DB] How to enlarge the font size of the output display data?This is my code.
[cfdb-table form=”Tutor Registration New” filter=”Area Covered(Key In Small Capital Letter)~~/.*$_POST(Area).*/&&Student Level To Teach~~/.*$_POST(StudentLevel).*/&&Student Level To Teach~~/.*$_POST(StudentLevel1).*/&&Student Level To Teach~~/.*$_POST(StudentLevel2).*/&&Student Level To Teach~~/.*$_POST(StudentLevel3).*/&&Student Level To Teach~~/.*$_POST(StudentLevel4).*/&&Student Level To Teach~~/.*$_POST(StudentLevel5).*/&&Student Level To Teach~~/.*$_POST(StudentLevel6).*/&&Student Level To Teach~~/.*$_POST(StudentLevel7).*/&&Student Level To Teach~~/.*$_POST(StudentLevel8).*/&&Student Level To Teach~~/.*$_POST(StudentLevel9).*/&&Student Level To Teach~~/.*$_POST(StudentLevel10).*/&&Student Level To Teach~~/.*$_POST(StudentLevel11).*/&&Student Level To Teach~~/.*$_POST(StudentLevel12).*/&&Student Level To Teach~~/.*$_POST(StudentLevel13).*/&&Student Level To Teach~~/.*$_POST(StudentLevel14).*/&&Student Level To Teach~~/.*$_POST(StudentLevel15).*/&&intval(1)=$_POST(x)” show=”Name,Area Covered(Key In Small Capital Letter),Subject,Tutor Highest Education Level,Student Level To Teach,Remarks”]
Forum: Plugins
In reply to: [Contact Form DB] Filter is not workHi, Michael. If i want to limit 30 row of data to show every page. How can i make to page 2 or 3 for the others data?
Forum: Plugins
In reply to: [Contact Form DB] Filter is not workHi, Michael. My table, The size of “Name” column in my table is too small showing on the website, can i know the way to re-size this column? Any code can provide to me?
Forum: Plugins
In reply to: [Contact Form DB] Filter is not workOk, Thank you Michael.
Forum: Plugins
In reply to: [Contact Form DB] Filter is not workThanks, Michael. Below is my code, and the filter successfully run.
Michael, the data that keyed in by user in ” Area”, there have same sentence, for example: New Blue Condo and Blue Condo is 2 different area, how can i make the filter to differentiate it? If the user keyed in Blue Condo, the New Blue Condo data also show.<form action=”” method=”POST”/>
Area Covered: <input name=”Area” type=”text” />
Student Level: <input name=”StudentLevel” type=”text” />
<input type=”submit” /></form>[cfdb-table form=”Tutor Registration New” filter=”Area Covered~~/.*$_POST(Area).*/&&Student Level To Teach~~/.*$_POST(StudentLevel).*/” show=”Name,Area Covered,Subject,Tutor Highest Education Level,Student Level To Teach,Remarks”]
Forum: Plugins
In reply to: [Contact Form DB] Filter is not workHi, Michael. Below is my code, i think i also missed out something. The result showed also the same no filter work and it show all the data in the table “Name,Area Covered,Subject,Tutor Highest Education Level,Student Level To Teach,Remarks”. The “Area Covered” and ” Student Level To Teach”, i avoid spaces the space and put them as “AreaCovered” and “StudentLevelToTeach”. Please give me advise.
<form action=”” method=”POST”/>
Area Covered: <input name=”AreaCovered ” type=”text” />
Student Level: <input name=”StudentLevelToTeach” type=”text” />
<input type=”submit” /></form>[cfdb-table form=”Tutor Registration New” filter=”AreaCovered~~/.*$_POST(Area Covered).*/&&StudentLevelToTeach~~/.*$_POST(Student Level To Teach).*/” show=”Name,Area Covered,Subject,Tutor Highest Education Level,Student Level To Teach,Remarks”]
Forum: Plugins
In reply to: [Contact Form DB] Filter is not workHi, Michael. My code is :
<form action=”” method=”POST”/>
Area Covered: <input name=”Area Covered ” type=”text” />
Student Level: <input name=”Student Level To Teach” type=”text” />
<input type=”submit” /></form>[cfdb-table form=”Tutor Registration New” filter=”Area Covered~~/.*$_POST(Area Covered).*/&&Student Level To Teach ~~/.*$_POST(Student Level To Teach).*/” debug=”true” show=”Name,Area Covered,Subject,Tutor Highest Education Level,Student Level To Teach,Remarks”]
This show on my page. I still don’t know how to correct my code. Please advice me, Michael.
‘Area Covered~~/.*.*/&&Student Level To Teach ~~/.*.*/’
Array
(
[0] => Array
(
[0] => Array
(
[0] => Area Covered
[1] => ~~
[2] => /.*.*/
)[1] => Array
(
[0] => Student Level To Teach
[1] => ~~
[2] => /.*.*/
))
)
Forum: Plugins
In reply to: [Contact Form DB] Filter is not workMichael, Thank you for your reply.
Can i know the debug=true add to which part of my shortcode?