0
Welcome Guest! Login
0 items Join Now

SOLVED Simple submit form into a module?

    • Jeff P's Avatar
    • Jeff P
    • Newbie
    • Posts: 2
    • Thanks: 0

    SOLVED Simple submit form into a module?

    Posted 18 years 2 months ago
    • I use a e-newletter service ( www.ymlp.com ) to manage a large (15k+) mailing list. They provide the simple form below to copy and paste into my HTML website. I currently have this working by placing it in a wrapper module, but that seems messy -- nor could I ever place it on the side menu (which is what I'm trying to get at).

      How can I make this into a module? Of course creating a module, editting HTML and pasting this in doesn't work (as all the form elements are stripped out)-- but that's my question. Would Facile Forms be the way to go (but that seems like over kill)?
      <form method=post action=http://www.ymlp.com/subscribe.php?myaccount>
      <table border=0>
      <tr>
      <td colspan=2>Fill out your e-mail address <br> to receive our newsletter!</td>
      </tr>
      <tr>
      <td><input type="text" name="YMLP0" size="20"></td>
      <td><input type="submit" value="Submit"></td>
      </tr>
      <tr>
      <td colspan=2>
      <input type="radio" name="action" value="subscribe" checked> Subscribe<input type="radio" name="action" value="unsubscribe"> Unsubscribe</td>
      </tr>
      </table>
      </form>
    • Last Edit: 18 years 2 months ago by Jeff P.
    • Jeff P's Avatar
    • Jeff P
    • Newbie
    • Posts: 2
    • Thanks: 0

    Re: SOLVED Simple submit form into a module?

    Posted 18 years 2 months ago
    • Following up. Problem solved by selecting NO WYSIWYG editor in the site config, which when allows for simply pasting in the code in the module. I didn't imagine it would be that simply.
    • 's Avatar

    Re: SOLVED Simple submit form into a module?

    Posted 18 years 2 months ago
    • Thats due to the crap html editor included as default.
      But youre right choosing non wysiwyg or purchase a decent wysiwyg editor will solve all those problems.

      Just remember that if you by accident enter the module once more make sure u got ur editor turned off as it will mess it all up instantly.

Time to create page: 0.058 seconds