/    Sign up×
Community /Pin to ProfileBookmark

Comma Space Deliminated

Hello –

I need to create a web form on a website that when you hit “sumbit”, the result will be emailed to me in a “comma-space deliminated” format so it can be copy & pasted into an Access database.

Is that possible?

  • Thanks
  • to post a comment
    HTML

    5 Comments(s)

    Copy linkTweet thisAlerts:
    @ray326Dec 20.2003 — "comma-space deliminated" sounds like it could be a serious problem for the International Space Station. ;-)

    I think what you MEAN is "comma separated values" AKA CSV. A form can be given an enctype, which is normally form/url-encoded but that can be fiddled with. text/plain is often used for mailto: actions, e.g. Unfortunately there is no MIME type for CSV but you could try "tab-separated-values" by setting the enctype="text/tab-separated-values" but I rather doubt it will work.

    Otherwise you have to have a direct form handler on the server and not use the mailto: action.
    Copy linkTweet thisAlerts:
    @rawood321authorDec 20.2003 — The CSV stuff (thank you very much!) is all new to me. What's a direct form handler all about? I've only done very simple forms using the mail to: handler. And by the way, I know next to nothing about database administration.

    I'd appreciate your insight.
    Copy linkTweet thisAlerts:
    @ray326Dec 21.2003 — What I meant by "direct form handler" is some software you would have to write to run on the server. It would be called by the web server to process the submitted form. Sounds like that's not an option.
    Copy linkTweet thisAlerts:
    @rawood321authorDec 21.2003 — I've done some research. I need to use a formmailcsv.pl script in my cgi bin instead of the formmail.pl that I'm presently using. The html coding on the form itself is a little different I understand, but that's ok - it's all a learning process.

    Thanks
    Copy linkTweet thisAlerts:
    @ray326Dec 21.2003 — Excellent. Looks like you've got the resources you need.
    ×

    Success!

    Help @rawood321 spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.19,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...