如何阻止我的mailchimp嵌入式表单在提交到另一个浏览器表单时重定向,并使所有事情在我看来

这是我的代码,只是mailchimp中嵌入的内容,提交时将转到另一个链接,这使您重新填写表单

<form
            action="https://colist.us4.list-manage.com/subscribe/post" method="POST"
            id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
            <input type="hidden" name="u" value="f26e986439101b8d2599d10df">
            <input type="hidden" name="id" value="8592afd996">

            <h1 id="register">Register interest</h1>
            <p> Style up to date with the happenings and be notified when the product is live. </p>
            <div class="row flex">
                <div class="col-6">
                    <label for="mce-FNAME">First Name </label>
                    <input type="text" value="" name="FNAME" class="" id="mce-FNAME">
                </div>
                <div class="col-6">
                    <label for="mce-LNAME">Last Name </label>
                    <input type="text" value="" name="LNAME" class="" id="mce-LNAME">
                </div>
            </div>
            <label for="mce-EMAIL">Email Address </label>
            <input type="email" value="" name="EMAIL" class="required" id="mce-EMAIL">
            <strong>Which are you? </strong>
            <ul class="row flex">
                <li class="col-6"><input type="checkbox" value="1" name="group[66333][1]" id="mce-group[66333]-66333-0"><label for="mce-group[66333]-66333-0" style="margin-left:35px;" >Business / Agency / Recruiter  (Finder)</label></li>
                <li class="col-6"><input type="checkbox" value="2" name="group[66333][2]" id="mce-group[66333]-66333-1"><label for="mce-group[66333]-66333-1" style="margin-left:35px;">Designer / Developer (Seeker)</label></li>
            </ul>

            <div class="response" id="mce-error-response" style="display:none"></div>
            <div class="response" id="mce-success-response" style="display:none"></div>
            </div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
            <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_f26e986439101b8d2599d10df_8592afd996" tabindex="-1" value=""></div>
            <input type="submit" value="Subscribe" name="Register" id="mc-embedded-subscribe" class="button-full">

        </form>
ljy030220115 回答:如何阻止我的mailchimp嵌入式表单在提交到另一个浏览器表单时重定向,并使所有事情在我看来

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/2993456.html

大家都在问