Hi
Just purchased a copy of chronoforms and almost finished my form and I am very happy with the product so far.
I am now trying to get some of my fields from a eventlist table to be put into a dropdown list. I have seen earlier posts about this but I cannot seem to get anything working. I am probably doing something really wrong. Most of the code I have tested will only leave me with a 403 forbidden access upon trying to save the form.
What I really like to have is a dropdown box that lists the events and the start and finish date of the event on each row in the dropdown list.
$sql = "SELECT `dates`, `enddates`, `title` FROM `walk`.`jos_eventlist_events` LIMIT 0, 30 ";
This is the query that I run to get the info from phpmyadmin.
Many thanks in advance.
//C
Just purchased a copy of chronoforms and almost finished my form and I am very happy with the product so far.
I am now trying to get some of my fields from a eventlist table to be put into a dropdown list. I have seen earlier posts about this but I cannot seem to get anything working. I am probably doing something really wrong. Most of the code I have tested will only leave me with a 403 forbidden access upon trying to save the form.
What I really like to have is a dropdown box that lists the events and the start and finish date of the event on each row in the dropdown list.
$sql = "SELECT `dates`, `enddates`, `title` FROM `walk`.`jos_eventlist_events` LIMIT 0, 30 ";
This is the query that I run to get the info from phpmyadmin.
Many thanks in advance.
//C