Just discover this GREAT component. Read the forum, the FAQ, saw and read the tutorials, read the forum again, but I do have a small problem...here is my situation. (Sorry I'm not technical)
[list]
using Joomla!1.5.2
form/Chrono is sending email fine
form/Chrono is working with Anti Spam and validation
form/Chrono is using calendar correctly (from reading the great posts in this forum) [/list]
My little problems is my thank you page and I have read the FAQ, but could not find a solution.
In my form I have:
In my Thank you page where I show the result of the online form (On Submit code - after sending email) I have:
The problem is that it does not show the date choosen by the calendar. All the other fields entered (including a textarea) are showing great in the Thank you page, except the dates...
Any help would greatly be appreciated.
Woof
(sorry for my english)
[list]
My little problems is my thank you page and I have read the FAQ, but could not find a solution.
In my form I have:
<input type="reset" class="button" value="Click here"
onclick="return showCalendar('arrival_date', 'mm-dd-y');" />
<input type="text" size="20" maxlength="150" name="arrival_date[]" id="arrival_date" value="<?php echo $_POST['arrival_date']; ?>">
In my Thank you page where I show the result of the online form (On Submit code - after sending email) I have:
<?php echo $_POST['arrival_date[]']; ?>
The problem is that it does not show the date choosen by the calendar. All the other fields entered (including a textarea) are showing great in the Thank you page, except the dates...
Any help would greatly be appreciated.
Woof
(sorry for my english)