Is it possible to create something like this (http://www.scubaxp.be/duikplaatsen/getijden.aspx)using chronoforms? Sorry but the example site is in dutch.
But what I want to achive is the following: When somebody chooses a month in a dropdown box, then al the tides from that month should show. I have al the tides in an excell-file. Can this be done?
I have already searched your forum and found this topic, but it is an old one.
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=5&t=6838&start=0
Kind regards
Sven
But what I want to achive is the following: When somebody chooses a month in a dropdown box, then al the tides from that month should show. I have al the tides in an excell-file. Can this be done?
I have already searched your forum and found this topic, but it is an old one.
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=5&t=6838&start=0
Kind regards
Sven
Hello Sven,
It's possible but its not easy to tell how to do it here, its some technical stuff and will need extra coding and testing, you need some PHP code at the top of the form to load the records from some db table based on the posted dropdown value, you need to add onChange event to the dropdown to submit the form as well!
Regards
Max
It's possible but its not easy to tell how to do it here, its some technical stuff and will need extra coding and testing, you need some PHP code at the top of the form to load the records from some db table based on the posted dropdown value, you need to add onChange event to the dropdown to submit the form as well!
Regards
Max
Hello Max,
Thanks for your answer. This was the answer I was dreading. I am not an expert in coding and stuff, so it is easier for me to search for another solution. If you know one or somebody else, just let me know.
Kind regards,
Sven
Thanks for your answer. This was the answer I was dreading. I am not an expert in coding and stuff, so it is easier for me to search for another solution. If you know one or somebody else, just let me know.
Kind regards,
Sven
Hi Sven
Sorry, this is the only solution I know about, try to check our forums for code snippets and so, I'm sure that you can build it yourself!
Regards,
Max
Sorry, this is the only solution I know about, try to check our forums for code snippets and so, I'm sure that you can build it yourself!
Regards,
Max
This topic is locked and no more replies can be posted.