Question to the search

create a functional search field in the frontend.

Overview

The search field was empty because the configuration between the view, function, and database table was not properly linked.
Use ChronoForms 6 to set up the search by correctly configuring the function model to connect to the database table and the view widget to display the search field.

Answered
Connectivity v6
Fr Fredolino 03 Apr, 2019
Hi,

I tried to create a search.

In the Tab "Events" :
index
Content: {view: search}

view
Content:
{Fn: read_data1}
{View: search}
{view: mtb_beobachtung} <- the tablename

search
content:
{Fn: read_data1}

In the Tab "Views"
the "search" widget

In the Tab "Functions"
Model name: Data1
Database table: mtb_beobachtung
Select type: All matching records
Search parameter name: keywords
Searchable fields: Data1.species

Unfortunately, the search field in the frontend is empty.
Or is it better to create a form in CC6 with a search drop-down box?

many Greetings
F.
Fr Fredolino 03 Apr, 2019
Answer
solved, i maked this with CF6 ;-)
This topic is locked and no more replies can be posted.