• When creating several forms on the same page, only the first one works. I believe that the error is caused because the buttons have the same identifier. How can I fix it? I have seen the following warning on the page. I await your response, thank you

    Found 3 elements with non-unique id #mfcf7_zl_add_file: (More info: https://goo.gl/9p2vKq)
    <input type=”button” class=”button button-primary qbutton” href=”javascript:void(0);” id=”mfcf7_zl_add_file” value=”Adjuntar archivos”>
    <input type=”button” class=”button button-primary qbutton” href=”javascript:void(0);” id=”mfcf7_zl_add_file” value=”Adjuntar archivos”>
    <input type=”button” class=”button button-primary qbutton” href=”javascript:void(0);” id=”mfcf7_zl_add_file” value=”Adjuntar archivos”>

    • This topic was modified 5 years, 1 month ago by jra13.
  • The topic ‘error creating more than one form on the same page’ is closed to new replies.