That . Sounds like a very handy new feature of html5'
One less thing to code
Regards
Russ Michaels
www.michaels.me.uk
www.cfmldeveloper.com - Free CFML hosting for developers
www.cfsearch.com - CF search engine
On 22 May 2013 01:41, "Chester Austin" wrote:
>
> It sounds like the browser's built
Sorry if this is a repost. I'm not sure if the form is submitting.
It sounds like the browser's built in validation is kicking in. Try it with a
different browser and you would most likely get different results. Get rid of
the "required" attribute in your input fields and it should work like
It sounds like the browser's built in validation is kicking in. Try it with a
different browser and you would most likely get different results. Get rid of
the "required" attribute in your input fields and it should work like it used
to. Unless you want the browser to handle some of the vali
the client side. Without
> > seeing code / markup it's impossible to say beyond that.
> >
> >
> > On Tue, May 21, 2013 at 6:30 PM, Jeff F
> wrote:
> >
> > >
> > > Hey everyone,
> > >
> > > I have a very old site that has a basic f
rowser, but if it's now rendering your page as HTML 5 then it has
meaning and will enforce an input requirement if present.
-Justin
On Tue, May 21, 2013 at 6:30 PM, Jeff F wrote:
>
> Hey everyone,
>
> I have a very old site that has a basic form. All of a sudden, the form is
&g
code / markup it's impossible to say beyond that.
>
>
> On Tue, May 21, 2013 at 6:30 PM, Jeff F wrote:
>
> >
> > Hey everyone,
> >
> > I have a very old site that has a basic form. All of a sudden, the form
> is
> > requiring all form form fields to be
gt;
> I have a very old site that has a basic form. All of a sudden, the form is
> requiring all form form fields to be filled out? The form is a basic action=, and I've got "required="no" on the fields.
>
> What's interesting is that the validation results ar
Hey everyone,
I have a very old site that has a basic form. All of a sudden, the form is
requiring all form form fields to be filled out? The form is a basic http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk
>I've seen this behavior with malformed HTML were the form tags are between
>table and tr tags. Check to make sure your HTML is valid.
>
>-Dan
>
>
>html
>children
>table rows which are added to a table. The table is within a form. It
>works just fine in IE. But, no FireFox.
>>
>>
Dan hit it rig
>I've seen this behavior with malformed HTML were the form tags are between
>table and tr tags. Check to make sure your HTML is valid.
>
>-Dan
Dan hit the nail on the head! I simply encompassed the table with the form
rather than the form with the table. That did it! Thanks for all your input
I've seen this behavior with malformed HTML were the form tags are between
table and tr tags. Check to make sure your HTML is valid.
-Dan
On Thursday, September 22, 2011, Robert Nurse wrote:
>
>>Are you actually adding them as elements to the dom or just adding the
html
>>text to the table data
: Dynamically Added Form Fields Not Submitted
>Are you actually adding them as elements to the dom or just adding the html
>text to the table data?
>I've had this exact issue and gotten around by properly adding the children
>to the form.
>
>
>
>>
Hi,
I've been add
Could you share some code?
On Thu, Sep 22, 2011 at 2:48 PM, Robert Nurse wrote:
>
> >Are you actually adding them as elements to the dom or just adding the
> html
> >text to the table data?
> >I've had this exact issue and gotten around by properly adding the
> children
> >to the form.
> >
>
>Are you actually adding them as elements to the dom or just adding the html
>text to the table data?
>I've had this exact issue and gotten around by properly adding the children
>to the form.
>
>
>
>>
Hi,
I've been adding them via DOM calls to table cells which are added to table
rows which ar
n some Javascript that will dynamically add "file" type inputs
> to a form. Or, so I thought. They show up on the page just fine when the
> control is clicked. But, when I submit the form to the CF template, those
> form fields are absent from the form structure. The added
Fields Not Submitted
Hi All,
I've written some Javascript that will dynamically add "file" type inputs to a
form. Or, so I thought. They show up on the page just fine when the control is
clicked. But, when I submit the form to the CF template, those form fields are
absen
Hi All,
I've written some Javascript that will dynamically add "file" type inputs to a
form. Or, so I thought. They show up on the page just fine when the control is
clicked. But, when I submit the form to the CF template, those form fields are
absent from the form struct
Hi Les --
That solved my problem. Thanks!
Scott
- Original Message
From: Les Mizzell
To: cf-talk
Sent: Wed, March 30, 2011 7:08:02 PM
Subject: Re: Processing Empty Form Fields
> SET Name =
Do the below. Will insert a null if the field is em
> SET Name =
Do the below. Will insert a null if the field is empty..
~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseof
You can also use
This way the form fields will always be there, even if they aren't populated.
On Wed, Mar 30, 2011 at 8:41 PM, Bobby Hartsfield wrote:
>
> "CF throws up" doesn't tell us much but I'd imagine it isn't CF at all. I'd
:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Scott Williams [mailto:myscottwilli...@yahoo.com]
Sent: Wednesday, March 30, 2011 9:10 PM
To: cf-talk
Subject: Processing Empty Form Fields
Hi all --
I have an edit record form that populates the field
> It works fine as long as there is data in every form field. If a
> form field is blank, however, CF throws up.
It's actually the database throwing up because the resulting SQL is
invalid. There are a couple of things you can do, but the one
suggestion which should solve the problem is to use C
MailFrequency#
WHERE GroupNo='#form.GroupNo#';
It works fine as long as there is data in every form field. If a form field is
blank, however, CF throws up. For example, if I deleted the ContactPhone,
eMailDayofMonth, and eMailFrequency data in the form fields, I get an e
If anyone is interested here is how I got this to work FINALLY!!
INSERT INTO nonproductivetime (
employeeID,
reason,
time,
Hello all.
I have been trying to figure this out all day. Any assistance would be
appreciated.
I have a dynamic form that is in grid format:
Use the form below to
enter non-productive time for agents. NOTE: Please enter time as
minutes
AGENTREASON
CODEMINUTES
#users.firstname# #user
il 2010 14:51
To: cf-talk
Subject: RE: occasional issue with form fields not being passed.
Will,
I've generally found that when this happens it is because the user had a
bookmark to the submitted form. I generally have my forms return to the
empty form if no data was submitted. Suddenly
com]
Sent: Wednesday, March 31, 2010 11:34 AM
To: cf-talk
Subject: occasional issue with form fields not being passed.
Hi,
Got a form with some hidden fields, that gets passed to an https page.
This
has been up and running and working for several years. Very very
occasionally the form scope that is
issue with form fields not being passed.
> Got a form with some hidden fields, that gets passed to an https page.
This
> has been up and running and working for several years. Very very
> occasionally the form scope that is passed is empty. Does anyone have any
> ideas how this could ha
> Got a form with some hidden fields, that gets passed to an https page. This
> has been up and running and working for several years. Very very
> occasionally the form scope that is passed is empty. Does anyone have any
> ideas how this could happen. I have a user who is insisting they clicked th
Hi,
Got a form with some hidden fields, that gets passed to an https page. This
has been up and running and working for several years. Very very
occasionally the form scope that is passed is empty. Does anyone have any
ideas how this could happen. I have a user who is insisting they clicked th
as Ian has said, the problem is likely to do with your #form.number#
variable: somehow its value when you were building your form fields, and
its value on the form's action page is not the same.
check your code that sets its value and look for any code that may
change it...
are you building
The missing fields are always text fields. I dump the form scope in my error
email I receive and the field does not exist. Not in the FIELDNAMES field
either. Doubt they are from bots as the rest of the content seems valid user
input.
~~
ore [mailto:smo...@larimer.org]
Sent: Tuesday, November 10, 2009 1:05 PM
To: cf-talk
Subject: Missing Form Fields
I have some CF forms that use dynamic field naming in a loop depending
upon some value. Code like:
Every once in awhile when the user submits the form, one of the fields
does n
Steve Moore wrote:
> I have some CF forms that use dynamic field naming in a loop depending upon
> some value. Code like:
>
>
>
>
>
Since you are using untrusted information, "form.number", it is possible
this is a result with somebody tinkering with the form submits you are
processing.
I
Do you have other types of inputs on the page than text inputs? If no
option is selected for radio buttons and checkbox inputs, then nothing is
submitted to the processing page.
Also, you must be passing a list of field names to the processing page
somehow, maybe via a hidden input. You could l
I have some CF forms that use dynamic field naming in a loop depending upon
some value. Code like:
Every once in awhile when the user submits the form, one of the fields does not
exist on the page processing the form. The error is something like "Element
fname_2 is undefined in a Java obj
Thanks alot. I will try to create a required PDF.
Ria
On Mon, Oct 26, 2009 at 7:35 PM, Dave Watts wrote:
>
> > I am trying to pre-fill the form fields in PDF. I can successfully fill
> the fields in the pdf. but when I dump the structure by using
> > ,
> In the str
> I am trying to pre-fill the form fields in PDF. I can successfully fill the
> fields in the pdf. but when I dump the structure by using
> , In
> the structure I can only see FirstName and the
> LastName elements. I also wanted to prefill the address in the form but I am
Hi All,
I am trying to pre-fill the form fields in PDF. I can successfully fill the
fields in the pdf. but when I dump the structure by using , In the structure I
can only see FirstName and the LastName elements. I also wanted to prefill the
address in the form but I am unable to to.
Can I
Please post the actual HTML you're working with - otherwise any answers can
only be making assumptions, which may just cause further confusion.
~|
Want to reach the ColdFusion community with something they want? Let them know
t;
> hello
>
> I have an issue that I am stuck on.
>
> I need to check the value of dynamic form fields with javascript and don't
> know
> how.
>
> Here is what the form fields look like:
>
> compensationType_userID (this is the field name)
>
> The userI
eed to check the value of dynamic form fields with javascript and don't
>know
>how.
>
>Here is what the form fields look like:
>
>compensationType_userID (this is the field name)
>
>The userID will be the dynamic part.
>
>How do I check for the value in javascript on
Not sure of what you are trying to do, but I usually use getelementbyid when
I need to work with form fields. Very straightforward and lots of examples,
just Google. w3schools etc
--
Ryan
On Sat, May 30, 2009 at 8:02 PM, Torrent Girl wrote:
>
> hello
>
> I have an issue that I
hello
I have an issue that I am stuck on.
I need to check the value of dynamic form fields with javascript and don't know
how.
Here is what the form fields look like:
compensationType_userID (this is the field name)
The userID will be the dynamic part.
How do I check for the val
ny times a form is perfect in PDF
form, but then when CFPDFFORM inserts data into that form, the data is
mis-aligned and has a different placement than it did in the actual PDF.
On that second issue, if you tab through those form fields when in the browser,
they jump all over the place as you tab
Or, if you're trying to figure out how to select the value from the database,
you may be looking for something like this:
selected>#displayValue#
~|
Adobe® ColdFusion® 8 software 8 is the most important and dramati
From: Pranathi Reddy
Sent: Wednesday, March 04, 2009 9:25 PM
To: cf-talk
Subject: Form Fields
Hi All,
I have an issue and my brain is not working Actually I am trying to pull
the data back to the formfield from sql
Hi All,
I have an issue and my brain is not working Actually I am trying to pull
the data back to the formfield from sql database when there is a selection in
dropdownlist. I am really not sure of how I could realy implement it.
Any Help???
Thanks,
Pranathi
Hi All,
I have an issue and my brain is not working Actually I am trying to pull
the data back to the formfield from sql database when there is a selection in
dropdownlist. I am really not sure of how I could realy implement it.
Any Help???
Thanks,
Pranathi
Yes! That did the trick.
Thank you!
> Try this:
>
>
>
>
> #variables["F_Name#i#"]#
>
>
>
> I think that's what you're looking for. I used variables scope simply
> to more easily use the struct notation of struct["varName"] in the
> outpu
Try this:
#variables["F_Name#i#"]#
I think that's what you're looking for. I used variables scope simply to more
easily use the struct notation of struct["varName"] in the output. You could
as easily do:
~
I want to loop form fields without using collection="#form#" or list because I
want to specify which fields to loop over and not the complete form.
This is the syntax:
#F_Name[i]#
the code above produces this error msg:
yes. You can do it with with the (cf) form
wrote:
>
> Does anyone know if it's possible to set a form field to read only after
> populating it with CF8? I've looked through the documentation and haven't
> found it. I would like to be able to populate a set number of fields in my
> pdfs and then
Does anyone know if it's possible to set a form field to read only after
populating it with CF8? I've looked through the documentation and haven't
found it. I would like to be able to populate a set number of fields in my
pdfs and then "lock" them so that the user can only edit the remaining
and this should hold true for the other three variables po_, role_ and year_
here's the loop again with the suggested changes
For (i=1;i LTE Form.PE_Counter; i=i+1)
if(StructKeyExists(FORM,'play_'&i)){
session.NODA09_formStruct['play_'&i] = form['p
session.NODA09_formStruct['play_' & i] = form['play_' & i];
On Sun, Dec 21, 2008 at 11:16 AM, Scott Stewart wrote:
>session.NODA09_formStruct.play_[i] = form[play_[i]];
>
~|
Adobe® ColdFusion® 8 software 8
ot;play1", "po1", "role1" and "year1" or
>>> 2, or 3 ad Infinitum based on how many rows the user has selected.
>>> on the processing side I need to write the form field values to a
>>> structure because there will be credit card proce
*sigh* where is the UnSend button?
That tutorial only covers updating existing rows. Never mind :-)
form.fieldnames and a little conditional logic should fix you right
up. Don't forget to also exclude the form field(s) your submit button
generates.
--
-...@robertson--
Janitor, The Robertson
That CFC is sweet!
Ages ago I wrote up a complete tutorial on how to do the multi-record
thing, start to finish.
http://tutorial214.easycfm.com/
I used evaluate(), which is a sin, but otherwise its a pretty
straightforward, basic way to get the job done.
--
-...@robertson--
Janitor, The Rober
the processing side I need to write the form field values to a
> structure because there will be credit card processing before I write to
> the database.
>
> How can I loop over the form structure and find the dynamically
> generated form fields and their values.
>
~~
> http://formutils.riaforge.org/index.cfm
>
>
> http://www.briankotek.com/blog/index.cfm/2007/9/4/Implicit-Creation-of-Arrays-and-Structures-from-Form-Fields
>
> On Fri, Dec 19, 2008 at 3:09 PM, Aaron Rouse
> wrote:
>
> > I always pass a hidden form element that
rrays-and-Structures-from-Form-Fields
On Fri, Dec 19, 2008 at 3:09 PM, Aaron Rouse wrote:
> I always pass a hidden form element that is a counter filled in by JS for
> how many fields have been added. So if I have a field named foo_1 and I
> add
> foo_2, foo3, foo_4 and take away eve
ssing side I need to write the form field values to a
> > structure because there will be credit card processing before I write to
> > the database.
> >
> > How can I loop over the form structure and find the dynamically
> > generated form fields and their values.
&
As well as the form.fieldNames sugested by Barney and Charlie. Since
the form and url scopes are structures, as are all variable scopes in
CF, you can use any of the structure functions or tags to parse the
data. Such as:
#structKeyList(form)# OR #structKeyList(url)#
OR
#form[field]#
;year1" or
> 2, or 3 ad Infinitum based on how many rows the user has selected.
> on the processing side I need to write the form field values to a
> structure because there will be credit card processing before I write to
> the database.
>
> How can I loop over the for
Try this...
#theField# = #form[theField]#
-Original Message-
From: Scott Stewart [mailto:saste...@email.unc.edu]
Sent: Friday, December 19, 2008 2:57 PM
To: cf-talk
Subject: finding dynamic form fields after submission
Hey all,
I have a form with one of those wonderful dynamic
t; on the processing side I need to write the form field values to a
> structure because there will be credit card processing before I write to
> the database.
>
> How can I loop over the form structure and find the dynamically
> generated form fields and their values.
>
> --
&
form.fieldnames lists all the submitted form fields.
cheers,
barneyb
On Fri, Dec 19, 2008 at 11:57 AM, Scott Stewart wrote:
> Hey all,
>
> I have a form with one of those wonderful dynamic "ad form row" widgets.
> Because of this I never will know exactly what f
sing before I write to
the database.
How can I loop over the form structure and find the dynamically
generated form fields and their values.
--
Scott Stewart
ColdFusion Developer
Office of Research Information Systems
Research & Economic Development
University of North
> I was surprised just how broken MX7 made all my pre-existing
> CF. One annoyance in particular is that my required form
> fields no longer function - though the page still causes the
> server to generate the validation scripts. Has anyone else
> encountered this? Workaround
I was surprised just how broken MX7 made all my pre-existing CF. One
annoyance in particular is that my required form fields no longer
function - though the page still causes the server to generate the
validation scripts. Has anyone else encountered this? Workarounds -
suggestions?
I
Just at the top of the CFM page.
-Original Message-
From: Chad McCue [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 30, 2008 9:56 AM
To: CF-Talk
Subject: RE: Japanese Characters in Form Fields
Nope, where would that function be called?
-Original Message-
From: Ian Skinner
Chad McCue wrote:
> Nope, where would that function be called?
Whenever I have needed to use it, I just set it in an global location
such as Application.cfm|cfc so that it takes effect in the entire
application. If you want to be more selective I would think it MUST be
on the action page rece
Nope, where would that function be called?
-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 30, 2008 10:49 AM
To: CF-Talk
Subject: Re: Japanese Characters in Form Fields
Chad McCue wrote:
> I have a site that displays Japanese text fine, but w
Chad McCue wrote:
> I have a site that displays Japanese text fine, but when someone types
> in Japanese characters in the form fields it changes the characters to
> ?
>
> Anyone know how to make the cfform submit the japanese characters typed
> in the fields?
-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 30, 2008 10:45 AM
To: CF-Talk
Subject: RE: Japanese Characters in Form Fields
What do you have your charset set to?
-Original Message-
From: Chad McCue [mailto:[EMAIL PROTECTED]
Sent
What do you have your charset set to?
-Original Message-
From: Chad McCue [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 30, 2008 9:33 AM
To: CF-Talk
Subject: Japanese Characters in Form Fields
I have a site that displays Japanese text fine, but when someone types in
Japanese
I have a site that displays Japanese text fine, but when someone types
in Japanese characters in the form fields it changes the characters to
?
Anyone know how to make the cfform submit the japanese characters typed
in the fields
I know its possible to get a list of the fields within a PDF but what about a
list of PDF field type s(radio,text etc) and options used in radios,checkboxes
and combo-boxes. Is it possible to get this data from a PDF in CF8?
~|
t; for each. The
> method that is called would look something like this:
>
> function clearFormField (elID) {
> document.getElementById(elID).value = '';
> }
>
> Nic
>
> Steve Good wrote:
>
>> So I know how to clear form fields when they are clicked
;
}
Nic
Steve Good wrote:
> So I know how to clear form fields when they are clicked using
> onClick="this.value=''" but how do I clear them when tabbing through the
> form? I looked at onActivate, but it seems pretty much unsupported. I
> also read
So I know how to clear form fields when they are clicked using
onClick="this.value=''" but how do I clear them when tabbing through the
form? I looked at onActivate, but it seems pretty much unsupported. I
also read this article
http://www.mindpalette.com/tutorials/clea
Wow! Happy Birthday to me! 8-) Thank you very very much Charlie!
> On Tue, Mar 4, 2008 at 2:11 PM, Charlie Griefer
> <[EMAIL PROTECTED]> wrote:
> > On Tue, Mar 4, 2008 at 1:31 PM, <[EMAIL PROTECTED]>
> wrote:
> i'm sure this can be cleaned up quite a bit... but this should do it
>
> http://ww
Charlie,
Thanx for the nomorepasting.com link. Good stuff.
P.S.
Information is not knowledge.
Knowledge is not wisdom.
Wisdom is not truth.
Truth is not beauty.
Beauty is not love.
Love is not music.
Music is THE BEST.
And something about the Wiz that Dale was babbling about...
--
"As an adole
.
> > What I want to do is based on the number of kids value, dynamically
> generate birthday form fields.
i'm sure this can be cleaned up quite a bit... but this should do it
http://www.nomorepasting.com/getpaste.php?pasteid=12545
--
Evelyn the dog, having undergone further
On Tue, Mar 4, 2008 at 1:31 PM, <[EMAIL PROTECTED]> wrote:
> All,
>
> I'm starting to build a basic form where the user can indicate the number of
> children they have.
> What I want to do is based on the number of kids value, dynamically generate
> birthday fo
All,
I'm starting to build a basic form where the user can indicate the number of
children they have.
What I want to do is based on the number of kids value, dynamically generate
birthday form fields.
Any posts, articles or ideas would be great to get me started. Thanks.
Number of
Interesting technique. I had a similar problem. Tried it with IE7 to no vail.
FF2 is just fine even without it. The weird thing is, when you switch from
another tab the problem is gone by itself. Can't test it with IE6 now.
>Update:
>
>This code is more efficient:
>
>
> #testautosuggest
x103
-Original Message-
From: Jake Churchill [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 30, 2008 7:24 AM
To: CF-Talk
Subject: RE: Using cfinput causes form fields to "show through"?
That would do the trick. The issue in CF8 was conflicting floats. It's
actually
From: "William Seiter" <[EMAIL PROTECTED]>
Sent: Wednesday, January 30, 2008 12:49 AM
To: CF-Talk
Subject: RE: Using cfinput causes form fields to "show through"?
Looking at the code from back then, (the pages were never launched and I
don't have php loaded locally, so can
>William,
>I looked into this (see my other post) and the z-index for the input field
>gets set to 0, the autosuggestcontainer gets set to 9050 and the shadow to
>9049. The problem lies in that IE6 and z-index don't get along (at all).
>IE6 literally resets all z-index to 0 once the page loads.
T
Jake Churchill [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 29, 2008 9:09 PM
To: CF-Talk
Subject: RE: Using cfinput causes form fields to "show through"?
William,
I looked into this (see my other post) and the z-index for the input field
gets set to 0, the autosuggestcontainer gets
loads.
--
Jake Churchill
Team Leader
11204 Davenport, Ste. 100
Omaha, NE 68154
http://www.cfwebtools.com
402-408-3733 x103
From: [EMAIL PROTECTED]
Sent: Tuesday, January 29, 2008 10:08 PM
To: CF-Talk
Subject: RE: Using cfinput causes form f
2-408-3733 x103
From: "Ryan Stille" <[EMAIL PROTECTED]>
Sent: Tuesday, January 29, 2008 9:26 PM
To: CF-Talk
Subject: Using cfinput causes form fields to "show through"?
I have a form with three text fields lined up vertically on top of each other.
The first field was
to: http://www.winninginthemargins.com
and use passcod: GoldenGrove
-Original Message-
From: "Ryan Stille" <[EMAIL PROTECTED]>
To: "CF-Talk"
Sent: 1/29/2008 7:25 PM
Subject: Using cfinput causes form fields to "show through"?
I have a form with three text f
I have a form with three text fields lined up vertically on top of each other.
The first field was a cfinput, so I could use the autosuggest feature. Worked
great. Then I changed the other two fields to be cfinputs, and now they show
through the autosuggest popup area.
Here's a screen shot o
nloadable high res PDFs. These are print ads for schools.
> They have a couple of form fields where the school puts in their name,
> address, and phone number. The problem is many schools don't have the Adobe
> writer so they can't update the fields.
>
> Is there a function
You can create an FDF file. It is an answer file for PDF forms. Basically...
You create a PDF with form fields, then you create an FDF file with the
answers and point the FDF to the url of the PDF file.
Then you just feed the dynamic FDF via cfcontent.
I did this for a college scholarship
I have some downloadable high res PDFs. These are print ads for schools.
They have a couple of form fields where the school puts in their name,
address, and phone number. The problem is many schools don't have the Adobe
writer so they can't update the fields.
Is there a function in CF w
Yes I blogged about it a long time ago, and have reported it as a bug
to adobe as well.
On 9/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I'm using CFINPUT type="datefield" to create a popup calendar and the
> calendar works
> fine but is showing up under
1 - 100 of 582 matches
Mail list logo