Hi
first of all: thank you for chronoroms and all the possibilities, that come with it!
I would like to create an event registration form in chronoforms 6 and ask for support for some issues.
I have a DB table with the events details such as titles, prices etc and I want to load the data into the form (DBRead) with help of an param/token in the url.
I have tried a lot of possible solution I found in the forum and the howtos, but I had no success – maybe because most of them are for CF4 or CF5.
The situation:
Let's say I have an url:
https://www.domain.tld/registration.html?event_id=34
and a table with the event details, jos_chronoengine_events with the following fields:
id (key), event_id (varchar), event_title (varchar), prices_adult (array like {"300":"300","200":"200"} or {"500":"500"}) … (and some more, which are not of importance a this time)
With the event_id in the url I would like to load from the DB the data with the same event_id:
1) the event_title in a dropdown menu (with the event title as single preselected entry)
2) the array of the prices_adult in a dropdown menu (with one two or three entries) and the first price is preselected
So how do I do this in CF6 (not CF5 or CF4).
As I'm not a real coder I possibly need instructions for dummies …
Thank you
Hekla
first of all: thank you for chronoroms and all the possibilities, that come with it!
I would like to create an event registration form in chronoforms 6 and ask for support for some issues.
I have a DB table with the events details such as titles, prices etc and I want to load the data into the form (DBRead) with help of an param/token in the url.
I have tried a lot of possible solution I found in the forum and the howtos, but I had no success – maybe because most of them are for CF4 or CF5.
The situation:
Let's say I have an url:
https://www.domain.tld/registration.html?event_id=34
and a table with the event details, jos_chronoengine_events with the following fields:
id (key), event_id (varchar), event_title (varchar), prices_adult (array like {"300":"300","200":"200"} or {"500":"500"}) … (and some more, which are not of importance a this time)
With the event_id in the url I would like to load from the DB the data with the same event_id:
1) the event_title in a dropdown menu (with the event title as single preselected entry)
2) the array of the prices_adult in a dropdown menu (with one two or three entries) and the first price is preselected
So how do I do this in CF6 (not CF5 or CF4).
As I'm not a real coder I possibly need instructions for dummies …
Thank you
Hekla