Reply
Simple web forms that don't pull the user away to another site?
Old 09-23-2007, 10:52 AM Simple web forms that don't pull the user away to another site?
Average Talker

Posts: 18
Name: Paul Burani
I have a client who uses custom forms on her web site to collect user feedback. She's been using formlog.com and is happy with it, but doesn't like that the post-submission landing page takes the user away from her site. Does anyone know of a provider of these forms which are entirely embeddable within her site, won't carry the user away, and are still fully functional?

I know the free ones are ad-supported, I'm willing to pay for one that keeps me on the site.

And is ASP the best way to do this?

Thanks
PB
cavemanlawyer15 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 09-23-2007, 01:49 PM Re: Simple web forms that don't pull the user away to another site?
chrishirst's Avatar
Super Moderator

Posts: 11,888
Location: Blackpool. UK
Quote:
And is ASP the best way to do this
It the hosting supports ASP, Yes it is.

Feedback and data collection forms are most programmers bread & butter jobs.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-23-2007, 01:50 PM Re: Simple web forms that don't pull the user away to another site?
nickharper's Avatar
Extreme Talker

Latest Blog Post:
Testing this bad boy out!!!!!
Posts: 213
Name: Nick
Location: Coventry, UK
Something like http://www.brainjar.com/asp/formmail/ should do it?

Does it have to be ASP or can it be PHP?
__________________
Affordable Web Design UK
nickharper is offline
Reply With Quote
View Public Profile
 
Old 09-23-2007, 01:51 PM Re: Simple web forms that don't pull the user away to another site?
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,025
Name: Forrest Croce
Location: Seattle, WA
Well if you're already running asp, then the "free" method is to write your own forms. Then you can do whatever you'd like, including not push the user off to another site and not support it with advertising. The cost is time.

What does "fully functional" mean? Can you give some examples of what you're trying to do? Depending on what it is, you'll get good advise about how difficult or easy each piece is, and how you might go about it.
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 09-23-2007, 03:25 PM Re: Simple web forms that don't pull the user away to another site?
Average Talker

Posts: 18
Name: Paul Burani
Thank you Forrest.

Basically, I want visitors to arrive at a dedicated page for a form where they submit contact info, maybe a few pre-populated drop-down choices, and when they click submit, it stays right on the page. Or goes to a Thank You landing page based on the same CSS style sheet, i.e. same look and feel as the rest of the site.

I'm starting to think that yeah, I'll just write them myself rather than go through an intermediary who probably just wants to sell ad space.

Any input is much appreciated!

PB
cavemanlawyer15 is offline
Reply With Quote
View Public Profile
 
Old 09-23-2007, 04:27 PM Re: Simple web forms that don't pull the user away to another site?
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,025
Name: Forrest Croce
Location: Seattle, WA
That sounds pretty easy. Are you using a web hot, or is this for a company who's going to do it themselves?

ASP is designed to handle forms like you've described. You'll probably want to store the data in a database, which is likely to be Access or SQL Server. Do you know how to work with ADO or ADO.NET? Which of the two depends on whether you want your forms in asp classic or asp.net ... again this probably depends on your host, if you'll want to do anything else with the site, and so on. You basically won't go wrong either way.
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Reply     « Reply to Simple web forms that don't pull the user away to another site?
 

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13302 seconds with 13 queries