extra headline in modal

extra headline in modal

Andreas S.Andreas S. Posts: 207Questions: 73Answers: 4

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

Replies

  • allanallan Posts: 61,873Questions: 1Answers: 10,137 Site admin

    Two options:

    1. Listen for the open option and insert the extra information using jQuery or plain DOM methods directly into the form.
    2. Add a little bit of extra markdown to your title text so you can style it - for example you could have a span element which you could style to appear as you wish.

    Allan

This discussion has been closed.