In the add events form of the calendar I would like to change the subject
entry field from a standard text field to a drop-down select field.
This because I only have four standard subjects my users can choose from
Can anybody help where I can change this
Peter Dieperink
in...@ch...
From: Sean P. <spr...@gm...> - 2007-02-27 14:58:50
php-calendar/includes/event_form.php change the input to a select.
php-calendar/includes/event_submit.php you're probably going to want to
check that the value submitted matches one of the possibilities.
php-calendar/includes/calendar.php or php-calendar/includes/globals.php (I
forget if the last release has the globals.php or not) you're probably going
to want to put an array in here for the other two files to use for their
options so it's trivial to add new options and you avoid typos between the
two copies.
Best of luck,
Sean
On 2/27/07, p.dieperink <p.d...@ch...> wrote:
>
> In the add events form of the calendar I would like to change the subject
> entry field from a standard text field to a drop-down select field.
> This because I only have four standard subjects my users can choose from
>
> Can anybody help where I can change this
>
>
>
>
> Peter Dieperink
> in...@ch...
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Php-calendar-discussion mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-calendar-discussion
>
>