• tap8

    (@tap8)


    I have recently installed 1.5 (clean, not an upgrade), and am trying to set up a page that would allow users to submit a form to be added to my mailing list (I use listmailpro).
    The code is as follows:
    <form method=post action=https://www.patentchronicles.com/newsletter/signup.php>
    <input type=hidden name=list value=1>
    First Name: <input type=text name=fname size=10><br>
    Last Name: <input type=text name=lname size=10><br>
    Email: <input type=text name=email><br>
    <input type=submit name=sup value=”Subscribe Me!”>
    </form>
    When I try to subscribe (filling out all the fields), the error I get from ListMailPro says “There were errors with your subscription to our mailing list.

    The error messages are as follows:
    You didn’t enter an email address.”
    The code works just fine when not part of a wordpress page.
    The form can be seen at https://www.patentchronicles.com/monthly-patent-chronicles/
    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tap8

    (@tap8)

    Would $20 help get an answer to this question?
    Via paypal to you or to WordPress.

    Thread Starter tap8

    (@tap8)

    Not sure why, but finally played around with it long enough.
    Who says size doesn’t matter?
    It worked if I put a size paramter in email parameters.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form not posting correctly’ is closed to new replies.