Hi,
I seem to have a problem.
My channel form isn’t being generated in Internet Explorer.
I’ve tried in every other browser and it works without a problem.
this is the code I have.
it’s pretty straight forward
{exp:channel:form channel="profiel" return="profile/URL_TITLE#share"}
<div class="card ten columns" id="formCard">
<div class="cardHolder">
Stap 2: vul je gegevens aan
<label for="title">Je Naam:</label>
<input type="text" name="title" id="title">
<label for="profile_email">Je E-mail:</label>
<input type="email" name="profile_email" id="profile_email">
<input type="hidden" name="profile_facebook_email" id="profile_facebook_email">
<input type="hidden" name="profile_facebook_id" id="profile_facebook_id">
<input type="hidden" name="profile_link" id="profile_link">
Upload een foto van jezelf.<br>Deze foto
wordt jouw campagnebeeld.
{field:profile_afbeelding}
</div>
</div>
<div class="card ten columns" id="finishCard">
<div class="cardHolder">
<h2>Klaar om je overwinning<br>in de wacht te slepen?</h2>
<p> <input type="checkbox" id="voorwaardenCB" name="voorwaardenCB" /><br />
<label for="voorwaardenCB" id="voorwaardenCBLabel"><span></span>Ik ga akkoord met de voorwaarden verbonden aan deze wedstrijd. <a href="http://www.google.comtarget=_blank" rel="noopener">Lees ze hier</a>.</label><br />
<input type="submit" id="createBtn" value="Maak mijn profiel" /><br />
</div><br />
</div><br />
{/exp:channel:form}
Any help is greatly appreciated.
Robbe