extra headline in modal
extra headline in modal
in Editor
For the better understanding of our users, it is necessary a subheading in modal content insert. In the Form there are some fields, they need a information TAG (DIV, P, H..) to insert the right Data in the right fields. Fieldnames are similar ( i_pdf, r_pdf and s_pdf).
is it possible to insert a TAG before <div class="DTE_Field DTE_Field_Type_upload DTE_Field_Name_ltv_events_files.i_pdf "> like <h3>Invitations</h3>
Andreas
This discussion has been closed.
Replies
Two options:
openoption and insert the extra information using jQuery or plain DOM methods directly into the form.spanelement which you could style to appear as you wish.Allan