Home Forums Newsletter Plugin Support Getting a 404 error on Subscribers, Forms, HTML Forms

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #357842
    Jim
    Participant

    I have deactivated all the plug-ins except for Newsletter and when I go to add a custom html form in Subscribers, Forms, HTML Forms, when I save it I get a 404 error on the following URL it tries to bring up and the custom form is never saved: https://mysamplesite.net/wp-admin/admin.php?page=newsletter_subscription_forms

    Has anyone else had this issue and resolved it?
    Thank you

    #357895
    Michael
    Keymaster

    Hi, this is rather weird, since we use ajax to save those forms, so the “landing” page is actually the same page where you edit the forms. Just to be sure: the 404 appears right after you click save at the end of the page?

    Michael

    #357896
    Jim
    Participant

    Yes, I even pasted this into FORM 1 and got the 404
    <div class=”tnp tnp-subscription “>
    <form method=”post” action=”https://vspalumni.org/wp-admin/admin-ajax.php?action=tnp&na=s”&gt;
    <input type=”hidden” name=”nlang” value=””>
    <div class=”tnp-field tnp-field-firstname”><label for=”tnp-1″>First name</label>
    <input class=”tnp-name” type=”text” name=”nn” id=”tnp-1″ value=”” placeholder=”” required></div>
    <div class=”tnp-field tnp-field-surname”><label for=”tnp-2″>Last name</label>
    <input class=”tnp-surname” type=”text” name=”ns” id=”tnp-2″ value=”” placeholder=”” required></div><div class=”tnp-field tnp-field-email”><label for=”tnp-3″>Email</label>
    <input class=”tnp-email” type=”email” name=”ne” id=”tnp-3″ value=”” placeholder=”” required></div>
    <div class=”tnp-field tnp-field-button” style=”text-align: left”><input class=”tnp-submit” type=”submit” value=”Subscribe” style=””>
    </div>
    </form>
    </div>

    #357899
    Michael
    Keymaster

    Yeah well I don’t think it is related to what you insert there. Could I ask you to record a quick screengrab of the faulty saving ?

    Michael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.