Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter teddybear1980

    (@teddybear1980)

    i am a newbie in wordpress, can anybody teach me , how to do it?

    Thread Starter teddybear1980

    (@teddybear1980)

    i create a search form in caldera forms and let the visitor of my website to key in the search field ” Area covered”,”Student Level”, “Subject To Get Tuition”, these three field. How can search the data at Contact Form Database?
    without write any coding? If really need to write code,, What should i do? Really need advise here. Thanks

    Plugin Author Michael Simpson

    (@msimpson)

    Thread Starter teddybear1980

    (@teddybear1980)

    Hi, Michael. Thanks for the reply.
    I am the newbie for doing coding and wordpress. Can i know where to put this short code and filter?
    i get all the data from the user,Tutor, by caldera form and save in Contact form Database ( In the database, there have the details of the home tutor). Then, i want to let the user, parent, to fill in the form with the 3 fields (Area,Student Level and Subject to get tuition), to search the tutor for their children home tuition class.

    Plugin Author Michael Simpson

    (@msimpson)

    The form HTML and the shortcode example shown on the page that I cited, you paste into a post (use Text mode for the editor, not Visual)

    Thread Starter teddybear1980

    (@teddybear1980)

    Thanks, Michael. I proceeded to this stage.

    if i want to create 3 fields for the user ( parent ) to search the database, What can i do?

    Thread Starter teddybear1980

    (@teddybear1980)

    Hi, Michael. This is my code, but the data table can’t show on my website, i try it section by section, i found the filter have problem but i still can’t solve it. Can you tell me the solution .

    <form action=”” method=”POST”>
    First Name: <input type=”text” name=”Area Covered” />
    Last Name: <input type=”text” name=”Student Level To Teach” />
    <input type=”hidden” name=”x” value=”1″/>
    <input type=”submit” />
    </form>

    [cfdb-datatable form=”Tutor Registration New” show=”Name,,Area Covered,Subject,Tutor Highest Education Level,Student Level To Teach” filter=”$_POST(Area Covered)=Area Covered&&$_POST(Student Level To Teach)=Student Level To Teach”]

    Thread Starter teddybear1980

    (@teddybear1980)

    HI, Michael. Then, I try with this code:

    <form action=”” method=”POST”>
    Area Covered: <input type=”text” name=”Area ” />
    Student Level: <input type=”text” name=”Student Level” />
    <input type=”submit” />
    </form>

    [cfdb-table form=”Tutor Registration New” filter=”Area Covered~~/.*$_POST(Area).*/&&Student Level To Teach ~~/.*$_POST(Student Level).*/” show=”Name,Area Covered,Subject,Tutor Highest Education Level,Student Level To Teach,Remark”]

    The table showed, no filter work. Can you tell me the solution?

    Thread Starter teddybear1980

    (@teddybear1980)

    Then, I try again with this code:

    <form action=”” method=”POST”>
    Area Covered: <input type=”text” name=”Area Covered ” />
    Student Level: <input type=”text” name=”Student Level To Teach” />
    <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).*/” show=”Name,Area Covered,Subject,Tutor Highest Education Level,Student Level To Teach,Remarks”]

    The issue is same, table is showed but no filter work.

    Plugin Author Michael Simpson

    (@msimpson)

    I think you have this same question on a different thread where I responded.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘can i integrate the data with any search plugin, but not paste the shortcode?’ is closed to new replies.