Could you try adding:
:form_name => 'custform',
to your :options on the calendar call? Where 'custform' is the name of
your form.
I think a bug was introduced when functionality was added to allow for
multiple forms on the same page.
Let me know if this resolves the issue.
Thanks.
I have done the following by adding
:form_name => 'events',
:form_Name => 'events'
:formName => 'events'
both to the 3rd and the 4th block of:
<%= popup_calendar 'event', 'date',
{ :class => 'date1',
:field_title => 'Date Start',
:button_image => 'calendar.gif',
:formName =>'event',
:button_title => 'Show Calenadr' },
{ :firstDay => 1,
:range => [2006, 2012],
:step => 1,
:showOthers => true,
:cache => false }
%>
And I always get to line 10 nil error.
None of that worked.
Is this what you meant?
This has been fixed and the svn has been updated.
Sorry for the oversight.
Thanks.