Actually what I'm making is a site users and use to modify "watch-lists." On the first page I prompt them with a drop-down-list of the watch-lists from a specified directory. The user either selects one and clicks an "open" button or clicks a "new" button to start a new one. The only thing in the file is a list of email addresses and a list of tags being "watched."

At first I had a submit button that opened the selected file. But Now that I'm trying to add a second button to create a new one I'm at a loss.

Melody isn't quite what I'm looking for, thanks though. I've already read the CGI101 it was very helpful. Formbuilder does look like it will do the trick. I look forward to rewriting my 200 lines of code. =)


In reply to Re^2: CGI form help with buttons by SteveVsPerl
in thread CGI form help with buttons by SteveVsPerl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.