Forum Replies Created

Viewing 15 replies - 46 through 60 (of 69 total)
  • I really anybody can reply with this question, that i have spent 3 weeks on this issue… still can not solve.

    Why 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.

    Thread Starter teddybear1980

    (@teddybear1980)

    Urgent need reply from Author. Caldera Form is really great, i really hope can continue using this plugin.

    Thread Starter teddybear1980

    (@teddybear1980)

    I put the advanced file uploader in allow multiple mode and add to media library only.

    Thread Starter teddybear1980

    (@teddybear1980)

    i have not upload this site to online yet. This is local host web.

    Thread Starter teddybear1980

    (@teddybear1980)

    wordpress version 4.6.1

    Thread Starter teddybear1980

    (@teddybear1980)

    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.
    Thread Starter teddybear1980

    (@teddybear1980)

    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”]

    Thread Starter teddybear1980

    (@teddybear1980)

    Hi, 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?

    Thread Starter teddybear1980

    (@teddybear1980)

    Hi, 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?

    Thread Starter teddybear1980

    (@teddybear1980)

    Ok, Thank you Michael.

    Thread Starter teddybear1980

    (@teddybear1980)

    Thanks, 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”]

    Thread Starter teddybear1980

    (@teddybear1980)

    Hi, 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”]

    Thread Starter teddybear1980

    (@teddybear1980)

    Hi, 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] => /.*.*/
    )

    )

    )

    Thread Starter teddybear1980

    (@teddybear1980)

    Michael, Thank you for your reply.

    Can i know the debug=true add to which part of my shortcode?

Viewing 15 replies - 46 through 60 (of 69 total)