Conflict jquery

resolve jQuery conflicts preventing required field asterisks from displaying in nested forms.

Overview

The issue occurs because HTML does not allow one form to be nested inside another, which disrupts jQuery functionality.
Ensure each form is properly closed with a closing tag before starting a new form to maintain valid HTML structure.

Answered
Ja Jabatec 25 Nov, 2015
Hi,
I have a conlfict to show asterisk label in a checkbox requerid.
I have a form container within another form (vía bootstrap collapse) and when secon form it is open, not shown asterisk for required fields labels (checkbox)
I have tried with jQuery no conflict but I can not solve the problem.
Next url can see it when clic “contratar” btn not show asterisk in checkbox

http://goo.gl/x2gfrR

Thanks in advance for any help
Javier
Gr GreyHead 25 Nov, 2015
Answer
Hi Jabatec,

You have one form inside another - HTML does not allow that. You must close one </form> tag before starting the next <form>

Bob
Ja Jabatec 27 Nov, 2015
Hi Bob, sorry (º_*)
and, thank you very much.

Javier
This topic is locked and no more replies can be posted.