• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

create text file from form data

New Here ,
Jun 21, 2007 Jun 21, 2007

Copy link to clipboard

Copied

I need to create a form using dreamweaver and coldfusion. We do not have coldfusion server. just Dreamweaver 8. Until we decide what application server we will use, I need to create a text file each time a user submits data from a form and put the data into a text file. What would be the best way to handle this?
TOPICS
Advanced techniques

Views

260

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 21, 2007 Jun 21, 2007

Copy link to clipboard

Copied

LATEST
if you do not have an application server like CF or PHP or ASP (or
other) to process your form submissions, you should look for a perl/cgi
script that can do it for you. i remember from awhile ago a script
called bnbform from bignosebird.com ... it is used for emailing form
submissions to a designated email address, but if i remember correctly
it also stored form data in a text file....

Azadi

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation