Simplemente te vas a la linea donde está el html con el boton submit y añades otra llinea.
Buscas
Código Javascript
:
Ver originalhtml += '</select>';
html += '<input class="day" maxlength="2" placeholder="01" />';
html += '<input class="year" maxlength="4" placeholder="1989"/>';
html += '<button>Submit</button></div></div>';
Y añades otra linea
Código Javascript
:
Ver originalhtml += '</select>';
html += '<input class="day" maxlength="2" placeholder="01" />';
html += '<input class="year" maxlength="4" placeholder="1989"/>';
html += '<button>Submit</button>';
html += '<img src="URL_IMAGEN" alt=""/></div></div>';