• Resolved lkdstudio

    (@lkdstudio)


    Good Morning I have 2 identical forms for my website.
    A form on the Italian homepage and a form on the English homepage.
    They are identical only the language changes.
    Now the problem is that all 2 forms have the same IDs.
    Example:
    Form Italian: {name-1} – {email-1} – {phone-1} … etc …
    Form English: {name-1} – {email-1} – {phone-1} … etc …
    Now the problem it’s that for Inspection Chrome Browesr and when i make Web Audit thay say that it’s a critical error:

    Example:

    [DOM] Found 2 elements with non-unique id #forminator-field-email-1: (More info: https://goo.gl/9p2vKq) <input type=?”email” name=?”email-1″ value placeholder=?”Email:?” id=?”forminator-field-email-1″ class=?”forminator-input forminator-email–field” data-required=?”true” aria-required=?”true”>? <input type=?”email” name=?”email-1″ value placeholder=?”Email:?” id=?”forminator-field-email-1″ class=?”forminator-input forminator-email–field” data-required=?”true” aria-required=?”true”>?

    This message error it’s for all my fields of the form.
    So ho w i can fix it?, it will be possibile to give to each field a different ID?
    So example for: Form Italian: {name-1} – {email-1} – {phone-1} … etc …
    for: Form English: {name-1-eng} – {email-1-eng} – {phone-1-eng} … etc …

    Thanks
    Davide

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @lkdstudio

    I hope you’re well today!

    This is a “semantics”/”standards” issue rather than error that would be causing issue, unless you do have some sort of custom code on site that refers to these forms’ fields by their ID’s.

    It surely is not a “wanted” situation and should be happening but the fix would require changes in plugin’s code so I don’t have any “workaround” for it at the moment, I’m afraid.

    However, the issue is already known to our developers and it’s already tasked to be fixed with one of upcoming releases.

    Kind regards,
    Adam

    Thread Starter lkdstudio

    (@lkdstudio)

    Ok, thanks, i hope you will fix in the next upgrade.

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @lkdstudio

    I can see our developers are already working on it, I am afraid we don’t have an estimated time to release the fix but I hope we can include it in the near future.

    Best Regards
    Patrick Freitas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change field id between two languages’ is closed to new replies.