HighDots Forums  

Business card link on my web site..how to?

Website Design comp.infosystems.www.authoring.site-design


Discuss Business card link on my web site..how to? in the Website Design forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John
 
Posts: n/a

Default Business card link on my web site..how to? - 06-26-2007 , 09:36 PM






I have a web site that gets a fair amount of traffic by a regular
audience. I want to have a page where they can drop their "business
card". This would be a page where they can add personal information
such as: what type of work they do, their web address, what part of
the metro area they work in, their contact information, etc.

I hate creating HTML forms since I hard code everything.

Any ideas on the best way to implement this?

I'd like to be able to let them add their own info without me having
to moderate every single detail.

Thanks in advance.


Reply With Quote
  #2  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: Business card link on my web site..how to? - 06-29-2007 , 09:47 AM






Gazing into my crystal ball I observed John <geotrader (AT) yahoo (DOT) com> writing
in news:1182911780.101052.193090 (AT) k29g2000hsd (DOT) googlegroups.com:

Quote:
I have a web site that gets a fair amount of traffic by a regular
audience. I want to have a page where they can drop their "business
card". This would be a page where they can add personal information
such as: what type of work they do, their web address, what part of
the metro area they work in, their contact information, etc.

I hate creating HTML forms since I hard code everything.
The only way you are going to get this information is with a form.

Quote:
Any ideas on the best way to implement this?
Best thing to do is post the form contents to a database.

Quote:
I'd like to be able to let them add their own info without me having
to moderate every single detail.
Do some client side checking (required fields), and server side checking
(in case some users don't have client side checking available, or what
can't be checked client side).

Quote:
Thanks in advance.


HTH

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share



Reply With Quote
  #3  
Old   
Brendan Gillatt
 
Posts: n/a

Default Re: Business card link on my web site..how to? - 06-30-2007 , 08:11 AM



On Tue, 26 Jun 2007 19:36:20 -0700, John <geotrader (AT) yahoo (DOT) com> wrote:

Quote:
I have a web site that gets a fair amount of traffic by a regular
audience. I want to have a page where they can drop their "business
card". This would be a page where they can add personal information
such as: what type of work they do, their web address, what part of
the metro area they work in, their contact information, etc.

I hate creating HTML forms since I hard code everything.

Any ideas on the best way to implement this?

I'd like to be able to let them add their own info without me having
to moderate every single detail.

Thanks in advance.
As Adrienne points out, you will _have_ to use forms - they are the
recognised way for visitors to interact with websites.

I suggest you add a file upload input to allow people to upload a
vCard file if they don't want to manually enter all of their details
and have some CGI to extract the information.
--
Brendan Gillatt
www.brendangillatt.co.uk
GPG: 0x6E265E61


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.